Computer Applications
Which of the following command blocks enables you to control a sprite?
- Point in direction
- Wait_secs
- When_key is pressed
- Pen down
Scratch
1 Like
Answer
When_key is pressed
Reason — 'When_key is pressed' block enables us to control a sprite.
Answered By
1 Like
Related Questions
Which of the following types, does repeat block belong to?
- Conditional
- Iteration
- Data
- Operator
Which of the following types, does if…else block belong to?
- Conditional
- Iteration
- Data
- Operator
Which of the following are conditional blocks?
- Repeat
- if
- Forever
- if-else
A Scratch script/program begins with
- An ask block
- A Say block
- An event block
- A control block