NEW
Font size
WorksheetsTynker Vocabulary
Total questions: 9
Worksheet time: 9mins
The language that tells a computer what to do...
condition
code
actor
command
A Tynker character or object that can talk and interact with others...
loop
command
sequence
actor
The background of the project where actors are placed...
counting loop
stage
sequence
conditional statement
The order in which steps or events happen...
loop
condition
sequence
counting loop
A specific action or instruction that tells the computer what to do...
command
conditional statement
actor
stage
An action that repeats one or more commands over and over
code
loop
stage
actor
A loop that repeats one or more commands a specific number of times...
conditional statement
sequence
code
counting loop
A logical expression that evaluates to true or false...
condition
command
loop
sequence
A type of statement that executes different parts of the code based on whether a logical expression evaluates to true or false...
stage
loop
conditional statement
command
