26 solutions available
Question 1Navdha is playing a game created by her teacher using Scratch. The game works like this :An item/thing name is shown on screen and then the...
Question 1(a)Write Scratch programs to draw these shapes :
Question 1(b)Write Scratch programs to draw these shapes :
Question 2Create a Guessing game where your sprite generates a number (Host Number) in the range 10 to 99 (*Use Random number generator for...
Question 3Write a Scratch program to draw this
Question 4Write an interactive program in which the sprite is crazily drawing on stage forever. But if the user presses a space bar, the pen size and...
Question 1Which of the following types, does repeat block belong to?ConditionalIterationDataOperator
Question 2Which of the following types, does if...else block belong to?ConditionalIterationDataOperator
Question 3Which of the following command blocks enables you to control a sprite?Point in directionWait_secsWhen_key is pressedPen down
Question 4Which of the following are conditional blocks?RepeatifForeverif-else
Question 5A Scratch script/program begins withAn ask blockA Say blockAn event blockA control block
Question 1True or False.(a) In Scratch, the Ask block stores the user's response in "question" variable.(b) In Scratch, movement of a sprite draws on...
Question 2What limits define the X, Y coordinate system of Scratch ?
Question 3Which block will you use to place a sprite at a specific XY position on screen ?
Question 4What are events in Scratch ? How are these useful ?
Question 5Which block(s) will you use to play sounds in a script ?
Question 6Which predefined variables of sound can you use to control the loudness and play-speed of sound, respectively ?
Question 7What all can you do through Data category of blocks ?
Question 8What is the difference between repeat and repeat until blocks ?
Question 9What is the difference between repeat and forever blocks ?
Question 10What is the difference between if and if-else blocks ?
Question 11What is the difference between say and ask blocks ?
Question 12To send a message to all the sprites in the program, which block will you use ?
Question 13To respond to a received message, which block can be used by a sprite ?
Question 14All the three blocks given below run infinitely.Make changes in these so that these play the Meow sound for exactly five times.(a)(b)(c)
Question 15Name the tab and category of blocks that should be selected to do the following :(i) Ask the user's name(ii) Add a variable to store...