NEW
Font size
Worksheetscomputational thinking and programming
Total questions: 10
Worksheet time: 5mins
Which type of loop repeats a specific number of times?
forever
repeat
repeat until
the changing of seasons is an example of____
forever loop
repeat loop
repeat until
What is the other name of count-controlled loop
repetition
iteration
controlled loop
what shape will be drawn by the script
square
circle
triangle
rectangle
In Scratch, which block is used to get user input?
Input
Ask
Request
Prompt
Which block is used for output
ask
say
move
turn
Predict the output
loop will run for 10 times and create clone
loop will run for 100 times and create clone
loop will run for 50 times and create clone
it depends upon user to make choice ,how many times it will run
when we put one loop inside another loop, its is known as
nested loop
duplicate loop
mixing of loops
what will happen if we are not using pen down before making shapes in Scratch?
it will draw shape
sprite will not move and will not draw shape
sprite will move and will not draw shape
sprite will not move a draw a shape
To add pen command we will use _ corner of scratch interface
upper left corner
upper right corner
bottom left corner
bottom right corner
