Game Preview

Scratch Basics

  •  English    16     Public
    Introduction to Scratch
  •   Study   Slideshow
  • What type of Programming is Scratch?
    Non- Textual/ Block Programming
  •  15
  • True or False: The blocks don't need to be joined, as long as they are on the script area, they will run
    False
  •  15
  • Which of these blocks can be identified as Iteration.
    Forever
  •  15
  • What is the definition of an Algorithm?
    A set of instructions to perform a process.
  •  15
  • What is the key word used for when code is repeated or looped?
    Iteration
  •  15
  • What shape will this code draw?
    Square
  •  15
  • Which code block allows scratch to draw on the stage?
    Pen Block
  •  15
  • 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
  •  15
  • Which block allows you to make decisions (choices)?
    If then else block
  •  15
  • A program is a set of instructions that tells the computer what to do
    True
  •  15
  • A script is made up of blocks with instructions that tells the sprite what to do
    True
  •  15
  • A script is made up of blocks with instructions that tells the sprite what to do
    True
  •  15
  • Will the sprite move from it's position after this code?
    Noturn
  •  15
  • Where do you find the images of backdrops to insert in scratch?
    Backdrop
  •  15
  • Which categories does this command blocks belong to?
    sensing block
  •  15
  • Describe the term 'programming'?
    A set of instructions given to the computer to perform a task.
  •  15