NEW
Font size
WorksheetsISAC Quiz Day 1 (Coding Vocabulary)
Total questions: 10
Worksheet time: 5mins
What does this sign '=' mean?
Stores information from the right in a variable on the left
Surrounds/designates strings
A storage container for information (data)
Box where we type our code
What is an editor?
Process of storing information in a variable
Used instead of spaces in variable names
Prints value inside ( ) to console
Box where we type our code
What does hashtag mean?
Stores the value on the right (y) in the variable on the left (x)
Prints value inside ( ) to console
Encloses information in functions like print() and input()
Designates the rest of the current line as a comment
What does an underscore '_' mean?
Designates the rest of the current line as a comment
Used instead of spaces in variable names
Error message
Concatenation
What is a string?
A code line ignored by the computer; used as notes
Series of letters, numbers, and symbols surrounded by double quotation marks
When the computer encounters something unexpected in your code
Process of storing information in a variable
What does quotation marks do?
Used instead of spaces in variable names
Stores information from the right in a variable on the left
Surrounds/designates strings
The message that appears in the console when an error occurs
What does syntax mean?
A storage container for information (data)
Information a program gives to the user, such as text
Exact spelling, symbols, and order of the code
Box where the computer prints output and the user can type input
Which one of these signs is a header comment?
"""
()
+
=
What is a comment?
A box where we type our code
A code line ignored by the computer; used as notes
Exact spelling, symbols, and order of the code
A set of step by step instructions that does a specific task
What does 'assignment' means?
Exact spelling, symbols, and order of the code
Process of storing information in a variable
Information a program receives from a user
A set of step by step instructions that does a specific task
