WorksheetsCoding Level 1
Total questions: 21
Worksheet time: 11mins
What is an Operator?
repeats a block of code as long as a certain condition is True
a programming device that performs a function on one or more inputs
A value found inside quotes
something that operates?
What is an if statement?
a conditional that runs a block of code depending on if a statement is True
code that holds or contains a value
code that repeats a block of code for each item in a list
a number with fractional or decimal parts
What is a value?
data that is held inside a variable
a value found inside quotes and is usually text
the act of naming a value to a variable
Ummm... Something?
What is the term for a value found inside quotes and is usually text?
String
Integer
Float
Boolean
What is the term for a number with fractional or decimal parts?
String
Float
Integer
Boolean
What is the term for a data type that has only two possibilities?
String
Integer
Float
Boolean
What is the term for a regular number without fractional or decimal parts?
String
Integer
Float
Boolean
What is assignment?
the act of naming a value to a variable
the act of running your code
code that follows a hashtag and is ignored by the computer
a singular instruction for the computer
What is a bug in programming?
A spider
an error in code
the act of fixing an error in your code
the act of naming a value to a variable
What is execute?
the act of running your code
the act of fixing an error in your code
code that holds or contains a value
the rules for correct spelling, grammar, and punctuation in programming
What is debug?
the act of fixing an error in your code
a singular instruction for the computer
the rules for correct spelling, grammar, and punctuation in programming
code that follows a hashtag and is ignored by the computer
What is a command?
a singular instruction for the computer
a set of step-by-step instructions for the computer
code that follows a hashtag and is ignored by the computer
an action performed by an object
What is a Comment?
code that follows a hashtag and is ignored by the computer
the rules for correct spelling, grammar, and punctuation in programming
a set of step-by-step instructions for the computer
a character or thing that performs actions
What is an Algorithm?
a set of step-by-step instructions for the computer
a singular instruction for the computer
the rules for correct spelling, grammar, and punctuation in programming
an action performed by an object
What is an object?
a character or thing that performs an action
an action performed by an object
extra information passed into a method to modify what the method does
the rules for correct spelling, grammar, and punctuation in programming
What is a method?
an action performed by an object
a character or thing that performs an action
extra information passed into the method to modify what the method does
the rules for correct spelling, grammar, and punctuation in programming
What is an Argument?
extra information passed into a method to modify what the method does
an action performed by an object
a character or thing that performs actions
the rules for correct spelling, grammar, and punctuation in programming
What is syntax?
the rules for correct spelling, grammar, and punctuation in programming
a character or thing that performs an action
an action performed by the object
the act of running your code
What is a variable?
code that holds or contains a value
a programming device that performs a function on one or more inputs
data that is held inside a variable
a value found inside quotes and is usually text
What does a for loop do?
repeats a block of code for each item in a list
repeats a block of code as long as a certain condition is True
the act of running your code
an action performed by the object
What does a while loop do?
repeats a block of code as long as a certain condition is True
repeats a block of code for each item in a list
the act of running your code
a singular command for the computer
