CBSE Class 10 Computer Applications
Question 11 of 26
Scratch Programming II — Question 5
Back to all questions 5
Question Question 5
A Scratch script/program begins with
- An ask block
- A Say block
- An event block
- A control block
An event block
Reason — In Scratch, the event blocks are used to start the execution of a script when a specific event occurs. Common event blocks include, "When Green Flag Clicked", "When Key Pressed", "When Sprite Clicked".