CBSE Class 10 Computer Applications
Question 15 of 26
Scratch Programming II — Question 4
Back to all questions 4
Question Question 4
What are events in Scratch ? How are these useful ?
An event refers to occurrence of some action recognized by computer. For example, when a key is pressed on the keyboard or when we click a mouse button.
Using events blocks, we can create programs defining actions to be performed in case a specific event occurs. For example, with the help of events, we can rotate our sprite by 15° when the user presses a space key.