wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Coding

Total questions: 18

Worksheet time: 9mins

Name
Class
Date
1.

Putting block or commands in correct order so computers can read them is called:

a)

a sequence

b)

a list

c)

a command order

d)

the Order of the Phoenix

2.

A loop within another loop is called a(n)

a)

nested loop

b)

inserted loop

c)

pregnant loop

d)

repeated loop

3.

A container that holds a single number, word, or other information that you can use throughout a program is called a(n):

a)

algorithm

b)

array

c)

constant

d)

variable

4.

What are computer graphics that you can move with code?

a)

Pictures

b)

Characters

c)

Icons

d)

Sprites

5.

Any interaction from the user to the program is called

a)

programming

b)

input

c)

output

d)

coding

6.

What is a specific piece of data, such as a word or a number called in coding?

a)

byte

b)

variable

c)

value

d)

constant

7.

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.

a)

bit

b)

byte

c)

unit

d)

program

8.

A _ is a part of a program that does not work correctly.

(a)  

9.

Repeating a block of sequenced commands is called:

a)

an again command

b)

a loop

c)

a repeated sequence

d)

a copy command

10.

In order for a Sprite to perform and stop performing an action you have to change its _

(a)  

11.

Which of the following is found on the area marked #3?

a)

Play Area

b)

Tool Box

c)

Workspace

d)

Instructions

12.

What is this a command for?

a)

A command that returns the code to outside of the loop.

b)

A command that repeats the program.

c)

A command that stops the program for a selected number of seconds.

d)

A command that begins the program.

13.

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.

a)

Commands

b)

Algorithm

c)

Processes

d)

Instructions

14.

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.

a)

True

b)

False

15.

Finding similarities between things.

a)

Commonalities

b)

Dating

c)

Pattern matching

d)

Duplicating

16.

Information. Often, quantities, characters, or symbols that are the inputs and outputs of computer programs.

a)

Bits

b)

Bugs

c)

Data

d)

Languages

17.

In the code above, how many seconds is the "circle Time" block set for?

a)

3

b)

75

c)

360

d)

6

18.

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.

a)

bit

b)

sequence

c)

binary

d)

byte