CBSE Class 9 Computer Applications
Question 2 of 35
Scratch Programming I — Question 2
Back to all questions 2
Question Question 2
How are following two scripts different from one another ?


The key distinction between the given scripts is that in the first script, the "Woof!" message will be displayed once when the sprite is touching "Sprite1". In the second script, because of the forever loop, the "Woof!" message will be repeatedly displayed every time the sprite is touching "Sprite1", as long as the program is running.