WorksheetsY7 EOY QUIZZ CS mmd
Total questions: 118
Worksheet time: 1hrs 19mins
programming language based on graphical code blocks
Scratch
sprite
background
A completed program in scratch.
Scratch
volume
project
Where your project is displayed when active.
speech bubble
stage
tempo
Displays the location of your X and Y positions.
stage
coordinates
volume
Blocks that allows you to repeat scripts multiple times.
repeating blocks
script
volume
Graphical bubble that shows a sprite speaking.
thought bubble
speech bubble
print("Hello world!\nHello world!")
Hello world!
print("Hello" + str(2) + "world!")
What does the following code do? myAge = int (myAge)
Converts the var (variable) myAge to a string
Converts the var (variable) myAge to a integer
Converts the var (variable) myAge from a integer to a string
Converts the var (variable) myAge to if statement
print(Hello world!)
CPU
Mouse
src attribute and then displays it.Which rows in the program are inputs?
Row 1
Row 2
Row 3
Row 4
Row 5
A diagram that represents a set of instructions is called:
Flow Chart
Pseudocode
Shapes
A simple way of describing a set of instructions that does not have to use specific syntax is called:
Flow Chart
Pseudocode
Shapes
Data sent from a Computer is called
Input
Output
Process
An instruction or a command in a flowchart is called:
Input
Process
Output
What does a variable do?
Says a name variable
Prints out a name variable
Stores a value and can be used many times
Collects an output and stores it
Helps find things in a program
Yes
19
What will happen if the user gets their details wrong?
Checks how many times they have tried
They get another try
What will happen if the user's book return is late?
Sends them an SMS (text)
Does not send them an SMS (text)
