Font size
WorksheetsCoding
Total questions: 18
Worksheet time: 9mins
Putting block or commands in correct order so computers can read them is called:
a sequence
a list
a command order
the Order of the Phoenix
A loop within another loop is called a(n)
nested loop
inserted loop
pregnant loop
repeated loop
A container that holds a single number, word, or other information that you can use throughout a program is called a(n):
algorithm
array
constant
variable
What are computer graphics that you can move with code?
Pictures
Characters
Icons
Sprites
Any interaction from the user to the program is called
programming
input
output
coding
What is a specific piece of data, such as a word or a number called in coding?
byte
variable
value
constant
What is the smallest unit of data that a computer can process and store?
Hint: It is always in one of two physical states, represented by a single binary value, a 0 or 1.
bit
byte
unit
program
A _ is a part of a program that does not work correctly.
(a)
Repeating a block of sequenced commands is called:
an again command
a loop
a repeated sequence
a copy command
In order for a Sprite to perform and stop performing an action you have to change its _
(a)
Which of the following is found on the area marked #3?
Play Area
Tool Box
Workspace
Instructions
What is this a command for?
A command that returns the code to outside of the loop.
A command that repeats the program.
A command that stops the program for a selected number of seconds.
A command that begins the program.
A list of steps to finish a task. A set of instructions that can be performed with or without a computer. For example, the collection of steps to make a grilled cheese is an example.
Commands
Algorithm
Processes
Instructions
True or False: The Reset button that appears after your press Run will take your character back to the beginning before the code was run.
True
False
Finding similarities between things.
Commonalities
Dating
Pattern matching
Duplicating
Information. Often, quantities, characters, or symbols that are the inputs and outputs of computer programs.
Bits
Bugs
Data
Languages
In the code above, how many seconds is the "circle Time" block set for?
3
75
360
6
In most computer systems, a unit of data that is eight binary digits long. Most computers use this to represent a character such as a letter, number or typographic symbol.
bit
sequence
binary
byte
