wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Ozaria Coding Ch. 1

Total questions: 15

Worksheet time: 13mins

Name
Class
Date
1.

telling a computer what to do.

a)

Command

b)

Code

c)

Developers

2.

write code to build their own apps and games

a)

Developers

b)

Sequence

c)

Code

3.

a specific action for the computer to perform

a)

Sequence

b)

Command

c)

Function

4.

the order in which the command are given.

a)

Code

b)

Commands

c)

Sequence

5.

an error in your code

a)

Bug

b)

Debugging

c)

Sequence

6.

the process of identifying and removing errors from your code so you can meet your goals

a)

Bugging

b)

Debugging

c)

Algorithm

7.

A sequence of instructions that can be used to solve a problem or set of problems

a)

Algorithm

b)

Condition

c)

Syntax

8.

a command that lets us repeat an action multiple times in your code

a)

Decomposition

b)

Coding

c)

Loop

9.

a set of rules for how things are spelled and formatted in code so that the computer can understand it

a)

Syntax

b)

Sequence

c)

Loop

10.

What is a logical error?

a)

the wrong direction or human error

b)

a misspelling or wrong format of the code

c)

the code doesn't work

11.

What is a syntax error?

a)

a wrong direction or human error

b)

a misspelling or wrong format in code

c)

the code doesn't work

12.

Code Bank

a)

 a method that changes the look of your player

b)

a method that changes the look of your background

c)

A play to find more information about the different method and tools you can use while you code.

d)

a method that changes the size of your games map

13.

Helper.setBackgroud(“crystal”):

a)

 a method that changes the look of your player

b)

a method that changes the look of your background

c)

A play to find more information about the different method and tools you can use while you code.

d)

a method that changes the size of your games map

14.

helper.setMapSize(“small”)

a)

 a method that changes the look of your player

b)

a method that changes the look of your background

c)

A play to find more information about the different method and tools you can use while you code.

d)

a method that changes the size of your games map

15.

helper.setPlayer(“turtle”)

a)

 a method that changes the look of your player

b)

a method that changes the look of your background

c)

A play to find more information about the different method and tools you can use while you code.

d)

a method that changes the size of your games map