wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Coding Vocabulary

Total questions: 23

Worksheet time: 2hrs 55mins

Name
Class
Date
1.

Statement

a)

a single line of code that performs an action

b)

when the computer encounters something unexpected in your code

c)

box where we type our code

d)

error

2.

Program

a)

Prints prompt inside ( ) to console, waits for user input, and returns input as a string

b)

process of storing information in a variable

c)

the message that appears in the console when an error occurs

d)

a set of step by step instructions that does a specific task

3.

OUTPUT

a)

a storage container for information (data)

b)

information a program gives to the user, such as text

c)

series of letters, numbers, and symbols surrounded by double quotation marks

d)

a code line ignored by the computer; used as notes

4.

SYNTAX

a)

a storage container for information (data)

b)

information a program gives to the user, such as text

c)

exact spelling, symbols, and order of the code

d)

box where the computer prints output and the user can type input

5.

EDITOR

a)

process of storing information in a variable

b)

Used instead of spaces in variable names

c)

Prints value inside ( ) to console

d)

box where we type our code

6.

CONSOLE

a)

a single line of code that performs an action

b)

box where the computer prints output and the user can type input

c)

information a program gives to the user, such as text

d)

the message that appears in the console when an error occurs

7.

INPUT

a)

a set of step by step instructions that does a specific task

b)

information a program receives from a user

c)

Stores the value on the right (y) in the variable on the left (x)

d)

Used instead of spaces in variable names

8.

STRING

a)

a code line ignored by the computer; used as notes

b)

series of letters, numbers, and symbols surrounded by double quotation marks

c)

when the computer encounters something unexpected in your code

d)

process of storing information in a variable

9.

COMMENT

a)

a box where we type our code

b)

a code line ignored by the computer; used as notes

c)

exact spelling, symbols, and order of the code

d)

a set of step by step instructions that does a specific task

10.

HEADER COMMENT

a)

"""

b)

()

c)

+

d)

=

11.

What shows up on the screen when you get an error?

(a)  

12.

ERROR MESSAGE

a)

when the computer encounters something unexpected in your code

b)

box where we type our code

c)

a set of step by step instructions that does a specific task

d)

the message that appears in the console when an error occurs

13.

VARIABLE

a)

box where the computer prints output and the user can type input

b)

a storage container for information (data)

c)

information a program gives to the user, such as text

d)

information a program gives to the user, such as text

14.

ASSIGNMENT

a)

exact spelling, symbols, and order of the code

b)

process of storing information in a variable

c)

information a program receives from a user

d)

a set of step by step instructions that does a specific task

15.

True or false: Concatenation joins 2 strings together.

(a)  

16.

() (Parentheses)

a)

Surrounds/designates strings

b)

Designates the rest of the current line as a comment

c)

Prints value inside ( ) to console

d)

Encloses information in functions like print() and input()

17.

"" (Double Quotation Marks) ""

a)

Used instead of spaces in variable names

b)

Stores information from the right in a variable on the left

c)

Surrounds/designates strings

d)

the message that appears in the console when an error occurs

18.

# (Hashtag/Number Sign)

a)

Stores the value on the right (y) in the variable on the left (x)

b)

Prints value inside ( ) to console

c)

Encloses information in functions like print() and input()

d)

Designates the rest of the current line as a comment

19.

_ (Underscore)

a)

Designates the rest of the current line as a comment

b)

Used instead of spaces in variable names

c)

error message

d)

concatenation

20.

= (Assignment Operator)

a)

Stores information from the right in a variable on the left

b)

Surrounds/designates strings

c)

a storage container for information (data)

d)

box where we type our code

21.

print() (Output)

a)

input

b)

error message

c)

Prints value inside ( ) to console

d)

assignment

22.

True or false: input()-prints prompt inside () to console, waits for user input

(a)  

23.

x = y (Assignment)

a)

Surrounds/designates strings

b)

Designates the rest of the current line as a comment

c)

Encloses information in functions like print() and input()

d)

Stores the value on the right (y) in the variable on the left (x)