Edit Game
Scratch Basics
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   16  Close
Describe the term 'programming'?
A set of instructions given to the computer to perform a task.
Which categories does this command blocks belong to?
sensing block
Where do you find the images of backdrops to insert in scratch?
Backdrop
Will the sprite move from it's position after this code?
Noturn
A script is made up of blocks with instructions that tells the sprite what to do
True
A script is made up of blocks with instructions that tells the sprite what to do
True
A program is a set of instructions that tells the computer what to do
True
Which block allows you to make decisions (choices)?
If then else block
SIta was searching for the Pen block in the Block Palette, but she did not find the block. What is the reason?
She should add the pen block from the add extensions
Which code block allows scratch to draw on the stage?
Pen Block
What shape will this code draw?
Square
What is the key word used for when code is repeated or looped?
Iteration
What is the definition of an Algorithm?
A set of instructions to perform a process.
Which of these blocks can be identified as Iteration.
Forever
True or False: The blocks don't need to be joined, as long as they are on the script area, they will run
False
What type of Programming is Scratch?
Non- Textual/ Block Programming