wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ISAC Quiz Day 1 (Coding Vocabulary)

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does this sign '=' mean?

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

2.

What is an 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

3.

What does hashtag mean?

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

4.

What does an underscore '_' mean?

a)

Designates the rest of the current line as a comment

b)

Used instead of spaces in variable names

c)

Error message

d)

Concatenation

5.

What is a 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

6.

What does quotation marks do?

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

7.

What does syntax mean?

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

8.

Which one of these signs is a header comment?

a)

"""

b)

()

c)

+

d)

=

9.

What is a 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.

What does 'assignment' means?

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