COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
forever until
|
|
repeat until
|
|
repeat
|
|
forever
|
Detailed explanation-1: -"forever until” is not a valid control command in Scratch.
Detailed explanation-2: -The “repeat until” block in the “Control” category will repeat all of the statements inside of it until a condition that you set is met. And the “forever” block will repeat a set of statements forever, never stopping until you click on the red stop sign icon on the screen to end your program.
Detailed explanation-3: -Ans: Difference Between Repeat 10 and Forever Commands. Forever: Forever command keeps on repeating the command for infinite times. Repeat 10: While repeat 10 command repeats the command only for 10 times.
Detailed explanation-4: -Explanation: 1 ans is the control bolock hope its helps you!!
Detailed explanation-5: -“Repeat ()” Control Block This control block is used to define that the code within the repeat block will run a specified number of times (10 times in the example below).