WorksheetsQuiz on Tynker Lessons 1-5 2021
Total questions: 32
Worksheet time: 18mins
What does this code block do?
Creates a costume change
Activate all the code attached below them during the program.
Starts your computer
Begins the countdown
How can you get an actor to jump higher?
Increase the wait time
Decrease the value in change y by 10 pixels block
Increase the value in change y by 10 pixels block
Decrease the wait time
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
