CBSE Class 9 Computer Applications Question 31 of 35

Scratch Programming I — Question 8

Back to all questions
8
Question

Question 8

What is the job of the 'forever' script ?

Answer

The forever block repeats a set of actions forever. For example,

when green flag clicked
forever
    move 100 steps
    if on edge, bounce