CBSE Class 10 Computer Applications Question 9 of 26

Scratch Programming II — Question 3

Back to all questions
3
Question

Question 3

Which of the following command blocks enables you to control a sprite?

  1. Point in direction
  2. Wait_secs
  3. When_key is pressed
  4. Pen down
Answer

When_key is pressed

Reason — 'When_key is pressed' block enables us to control a sprite.