NEW
Font size
WorksheetsHazel Park M/W S1 Post Assessment
Total questions: 35
Worksheet time: 27mins
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
The order in which steps or events happen is called a
sequence
evolution
direction
instruction
The process of finding and fixing programming errors is called:
destabalizing
decoding
debugging
decrypting
Which of these coding blocks is called a loop?
The background of the project where actors are placed...
counting loop
stage
sequence
conditional statement
What does this block do?
As soon as start is pressed, the code below it will run
As soon the actor is clicked, the code below it will run
As soon as start is pressed, the code below it will stop
As the mouse button is clicked, the code below it will run
Which block will move a character one space?
Which piece of code will make a character walk 3 times then turn around?
What will happen when this code is run?
Dragon will eat 5 fireflies and walk 5 times
Dragon will walk 5 times and if he sees the firefly he will eat it
Dragon will walk to the firefly and eat it
Dragon will walk until he sees the firefly then he will eat and stop
Which block should you use if you want to send a message to all of the Actors on the stage at once?
True or false: It is good practice to use meaningful or helpful names to identify what the message is used for.
True
False
What will this code block do?
When the Actor is clicked, the Actor will appear on the screen
When the Actor is clicked, the Actor will disappear from the screen
When the Actor is clicked, the Actor will appear in the middle of the screen
When the Actor is clicked, the Actor will play a sound
Annie was working on a game where she hides her Actors when she clicks on them. When she tried playing the game again, the Actors were still hidden. Which code can she add to fix this?
What is the definition of the given code block?
Change the background
Change actor
Add music
Add actor
