Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Code.Org - Part II

Total questions: 21

Worksheet time: 17mins

Name
Class
Date
1.

The art of creating a program.

a)

Looping

b)

Programming

c)

Debugging

d)

Abstraction

2.

A list of steps to finish a task.

a)

Events

b)

Iteration

c)

Conditionals

d)

Algorithm

3.

An algorithm that has been coded into something that can be run by a machine.

a)

Program

b)

Bug

c)

Function

d)

Toolbox

4.

Finding and fixing problems in an algorithm or program.

a)

Conditioning

b)

Debugging

c)

Running A Program

d)

Processing

5.

Putting commands in correct order so computers can read the commands.

a)

Debugging

b)

Loop

c)

Sequencing

d)

Repeating

6.

The action of doing something over and over again.

a)

Loop

b)

Event

c)

Blocking

d)

Abstraction

7.

A set of instructions given to a computer to perform a task.

a)

Patterns

b)

Events

c)

Conditionals

d)

Programming Language

8.

Do something again

a)

Bug

b)

Program

c)

Repeat

9.

Part of a program that does not work correctly.

a)

Function

b)

Workspace

c)

Bug

d)

Event

10.

Which is not a programming language?

a)

Blockly

b)

Python

c)

Javascript

d)

Microsoft Word

11.

What does this code do?

a)

Moves forward 1 time

b)

Moves forward forever

c)

Moves forward 5 times

d)

Moves left

12.

How long are the sides of this shape?

a)

2 pixels

b)

120 pixels

c)

150 pixels

d)

Purple pixels

13.

A statement that a program checks to see if it is true or false. If true, an action is taken. Otherwise, the actions is ignored.

a)

condition

b)

while loop

c)

conditionals

d)

function

14.

What does run mean?

a)

to make a code for a program

b)

to make a program complete an algorithm

c)

to make a website show up on your screen

15.
Coding can be used to
a)
Program robots
b)
create websites, games & apps
c)
tell computers what to do
d)
all of the above
16.
A person who writes code is called a
a)
coder
b)
computer programmer
c)
technologist
d)
scientist
17.

Using the powers of computers to solve problems.

a)

computer science

b)

computational thinking

c)

for loop

d)

command

18.

Is there more than one way to code a puzzle?

a)

No

b)

No, but you can make up your own design

c)

Yes

d)

Yes, but it will be counted wrong

19.

an action that causes something to happen

a)

loop

b)

define

c)

event

d)

conditionals

20.

Statements that can only run under certain conditions or situations such as: if the seat is taken, then move to the next available seat.

a)

conditionals (if/then statements)

b)

variable

c)

abstractions

d)

binary

21.

A letter or symbol to which a some value can be assigned.

a)

Print

b)

Variable

c)

Output

d)

Bug