wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Coding Level 1

Total questions: 21

Worksheet time: 11mins

Name
Class
Date
1.

What is an Operator?

a)

repeats a block of code as long as a certain condition is True

b)

a programming device that performs a function on one or more inputs

c)

A value found inside quotes

d)

something that operates?

2.

What is an if statement?

a)

a conditional that runs a block of code depending on if a statement is True

b)

code that holds or contains a value

c)

code that repeats a block of code for each item in a list

d)

a number with fractional or decimal parts

3.

What is a value?

a)

data that is held inside a variable

b)

a value found inside quotes and is usually text

c)

the act of naming a value to a variable

d)

Ummm... Something?

4.

What is the term for a value found inside quotes and is usually text?

a)

String

b)

Integer

c)

Float

d)

Boolean

5.

What is the term for a number with fractional or decimal parts?

a)

String

b)

Float

c)

Integer

d)

Boolean

6.

What is the term for a data type that has only two possibilities?

a)

String

b)

Integer

c)

Float

d)

Boolean

7.

What is the term for a regular number without fractional or decimal parts?

a)

String

b)

Integer

c)

Float

d)

Boolean

8.

What is assignment?

a)

the act of naming a value to a variable

b)

the act of running your code

c)

code that follows a hashtag and is ignored by the computer

d)

a singular instruction for the computer

9.

What is a bug in programming?

a)

A spider

b)

an error in code

c)

the act of fixing an error in your code

d)

the act of naming a value to a variable

10.

What is execute?

a)

the act of running your code

b)

the act of fixing an error in your code

c)

code that holds or contains a value

d)

the rules for correct spelling, grammar, and punctuation in programming

11.

What is debug?

a)

the act of fixing an error in your code

b)

a singular instruction for the computer

c)

the rules for correct spelling, grammar, and punctuation in programming

d)

code that follows a hashtag and is ignored by the computer

12.

What is a command?

a)

a singular instruction for the computer

b)

a set of step-by-step instructions for the computer

c)

code that follows a hashtag and is ignored by the computer

d)

an action performed by an object

13.

What is a Comment?

a)

code that follows a hashtag and is ignored by the computer

b)

the rules for correct spelling, grammar, and punctuation in programming

c)

a set of step-by-step instructions for the computer

d)

a character or thing that performs actions

14.

What is an Algorithm?

a)

a set of step-by-step instructions for the computer

b)

a singular instruction for the computer

c)

the rules for correct spelling, grammar, and punctuation in programming

d)

an action performed by an object

15.

What is an object?

a)

a character or thing that performs an action

b)

an action performed by an object

c)

extra information passed into a method to modify what the method does

d)

the rules for correct spelling, grammar, and punctuation in programming

16.

What is a method?

a)

an action performed by an object

b)

a character or thing that performs an action

c)

extra information passed into the method to modify what the method does

d)

the rules for correct spelling, grammar, and punctuation in programming

17.

What is an Argument?

a)

extra information passed into a method to modify what the method does

b)

an action performed by an object

c)

a character or thing that performs actions

d)

the rules for correct spelling, grammar, and punctuation in programming

18.

What is syntax?

a)

the rules for correct spelling, grammar, and punctuation in programming

b)

a character or thing that performs an action

c)

an action performed by the object

d)

the act of running your code

19.

What is a variable?

a)

code that holds or contains a value

b)

a programming device that performs a function on one or more inputs

c)

data that is held inside a variable

d)

a value found inside quotes and is usually text

20.

What does a for loop do?

a)

repeats a block of code for each item in a list

b)

repeats a block of code as long as a certain condition is True

c)

the act of running your code

d)

an action performed by the object

21.

What does a while loop do?

a)

repeats a block of code as long as a certain condition is True

b)

repeats a block of code for each item in a list

c)

the act of running your code

d)

a singular command for the computer