NEW
Font size
WorksheetsGlobal Scratchers!!
Total questions: 32
Worksheet time: 16mins
Q.
As well as being a programming language Scratch is also a?
Social media
Community
Project
Tutorial
What is Scratch?
A computer project
A computer screen
A mobile ohone
Block based virtual programming language
If you go to add a script to your character and find that your blocks have disappeared. Why is this happened?
I have the wrong program open
Scratch Malfunctioned
You have stage selected
You have exceeded the block lmit
Scratch is based on which programming language?
No language used, it is just a drag and drop interface for giving instructions
JAVA
HTML
Python
What Turbo mode offers in Scratch?
Instead of drawing the screen after each code block, Scratch only draws to the screen after several code blocks
Turbo mode is also known by the names of Powerful, Jet, Fast. According to this we can see the output of our code in fast forward speed.
Turbo mode make the code to do the same action on repeat until it get stopped by the red stop button
Who developed the Scratch software?
Manchester Institute of Technology
Massachusetts Institute of Technology
Montreal Institute of Technology
Manchester Information Technology
What is a hat block in Scratch?
There is nothing called Hat block in Scratch
A Hat Block is a block that is designed to start a script.
A hat block is used to change the costume of the sprite.
What is Boolean block? (select most appropriate answer)
Boolean blocks are the only blocks used to differentiate the criteria in conditional blocks to perform any task.
A Boolean block is an elongated hexagonal block shaped after the boolean elements in flowcharts
A Boolean block is present in operators, used in coding.
A Boolean block are the most important blocks if you are working on any coding platform.
Look at the Scratch stage. Where on the stage is position (x:240, Y:-180)?
Top Left Corner
Bottom Right corner
The top middle
Top Right Corner
How many boolean operators we have on scratch?
five
two
Four
Six
Who is Griffpatch?
Griffpatch is a YouTube tutorial for Scratch
Griffpatch is the name of the most followed Scratcher.
He is the one who introduced the Idea of scratch to MIT
How does TurboWarp work?
turboWrap mod is not available in scratch
Instead of drawing the screen after each code block, Scratch only draws to the screen after several code blocks
TurboWarp is a Scratch mod that compiles projects to JavaScript to make them run really fast
Is it possible to add hashtags (#) in scratch projects?
Yes, and we can see them, It is public
No
Yes, but it is not visible to us.
What is the clone limit in Scratch?
70
150
300
200
Is there an eraser in Vector Mode?
Yes, in Scratchjr vector editor
Yes, in Scratch 3.0 vector editor
No eraser feature is available on any version of scratch
What sound formats can you import into Scratch?
mp3 only
WAV only
WAV, some mp3s. rest can be converted.
Any sound format can be uploaded on scratch
Can Scratch's project resolution be changed?
Yes
Never
May be if we change background and sprite resolution
What is file size limit for a project in Scratch 3.0?
Each individual asset does not exceed 10 MB.
Each individual asset does not exceed 10 MB and the project JSON does not exceed 5 MB.
Each individual asset does not exceed 5 MB and the project JSON does not exceed 10 MB.
The project JSON does not exceed 5 MB.
What are the 4 drawing tools on Scratch?
Ellipse, Eraser, Rectangle and mouse pointer
Ellipse, Eraser, Rectangle and Pen
Ellipse, Eraser, Rectangle and Line
Ploygon, Eraser, Rectangle and Circle
Which is the most appropriate definition for Sensing blocks?
Sensing Blocks contains the programming blocks that enables to Sense the actions and then perform the required task
Sensing blocks contains the programming blocks that enables to read the instructions given from input devices.
None of these
How many Editing tool for a sprite?
One
Three
Four
Five
True or False.
a) A costume is a different way a sprite looks.
b) In Scratch, a character or object is called Sprite.
c) X position value determines the vertical location or height.
d) Sound block plays audio files.
e) Sprites are not the images on the scratch computer program screen.
True, False, True, True, False.
True, True, False, True, False.
True, True, False, False, False.
True, True, True, False, True.
What is the size of Scratch stage size?
480*360
480*300
430*360
400*300
Which of these functions can a scratch sprite NOT to programmed to do?
MAve around on screen
Write a program
Play music
Speak
Q. The Toolbar allows us to duplicate and delete items as well as pick up and move sprites.
True
False
Which mathematical function used in scratch helps to transform a negative number into positive ?
ceil
exp
abs
floor
What is the total number of "join" operators required to concatenate the words used in the following string "Coding is so much fun" ?
5
3
4
none
What are the parameters that can be controlled using glide instruction ?
Time & direction
time & position
random position & distance
time & space
What is a cloud variable??
Global variable
Stores data
Stores data in program
Stores data in server
Which one from the following indicate scratch file extension ?
scr
scar
sh
sb
In Scratch, how do I make the share option visible?
Confirm account in email
Signout and signin
Click on file to show
Reload the page
Which instruction helps the sprite to produce a bitmap image of itself while executing the code ?
Cloning
Stamp
duplicate
pen draw
