17 solutions available
Question 1Carefully go through some sample scripts given below. What is happening in each of these scripts ?
Question 3Create a fun game in scratch where there are two sprites on the stage cat sprite and a ball sprite. Ball is forever moving on stage. The...
Question 2Write a script/program to draw an Octagon on the stage.
Question 6Which of the following command will prevent your sprite to move off the stage ?go to x .......... y ..........set x to ..........If On...
Question 7Which of the following will take action based on an action only once ?repeat until <condition>if <condition> thenrepeat...
Question 8From the given table of letters, find words / terms related to Scratch (can be left-to-right, right-to-left, top-to-bottom, diagonally...
Question 13Name the block to keep repeating a set of action endlesslyrepeat blockif blockforever blockrepeat until block
Question 14Name the block used to perform an action or a set of actions only if some condition is true or another action has happened...
Question 15The location of the sprite on the stage can be controlled viathe paint editorcontrol blockthe "x" and "y" coordinateslooks block
Question 16Match the following statements(i) Group of commands that together make a sprite behave in a certain way(a) Motion Blocks(ii) Blocks used...
Question 17The following block is an example of a(n) ................. .OperatorLoopAlgorithmVariable
Question 4What are the values for four main directions in Scratch ?
Question 5State true or false.(a) Control category contains blocks that start or stop a script.(b) You can even load own sprite from a file.(c) You...
Question 9What instructions would I use if I wanted a loop to execute 10 times ?
Question 10What is a loop ?A loop is a conditional statement that needs to be directed for it to workTells sprites what to doChanges the font a...
Question 11What is an infinite loop or continuous loop ?
Question 12What is an if-statement ? Give two examples.