15 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(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 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...