Log in
Sign up for FREE
arrow_back
Library
Video Game Maker A Final
By Steven Knemeyer
star
star
star
star
star
Share
share
Last updated about 1 month ago
19 questions
Add this activity
Note from the author:
Final Exam for a 10 week class on block coding using snap.berkeley.edu
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
Question 1
1.
Which is most true when the right arrow is pressed
move sprite left 10 steps
move sprite backwards
move sprite right
move the sprite left 20 steps
Question 2
2.
What is this code demonstrating
Boolean
Conditional
Broadcast and Receive
If/Else Statement
Question 3
3.
Highest Number is a?
Movement
Conditional
List
Variable
Question 4
4.
What program did we use to remove backgrounds from pictures for sprites?
Pixlr
Remove. bg
Canva
Google docs
Question 5
5.
an element that repeats a portion of code
Function
Loop
Variable
Algorithm
Question 6
6.
A container that holds a single number, word, or other information that you can use throughout a program
variable
function
algorithm
loop
Question 7
7.
What does this code do?
Sets Pick to one of the items from ComputerChoice
Lets you choose from Rock, Paper, Scissor,Moves a sprite to a random location
Makes 3 sprites named Rock, Paper, Scissor
Question 8
8.
What is the bottom half of this picture from this Mario code?
A Custom block
A Rubix cube
A Dice Roller
A Sensing block
Question 9
9.
Practicing is the only way to get faster at typing
True
False
Question 10
10.
Which term best describes these?
Functions
Variables
Booleans
Loops
Question 11
11.
What will this code using this conditional block (if/else) do?
Sprite says "woof woof" when the mouse is touching the sprite
Sprite says "woof woof" when the mouse is not touching the sprite
Question 12
12.
How many times can Mario touch Goomba before losing all his lives?
2
1
3
Question 13
13.
How do you know you have the correct color selected from the Pac-Man code?
Click touching [ ], then type yellow
Click touching [ ], then click the color from the rainbow color box
click touching [ ] , click on the exact object color that is on the display screen
Question 14
14.
What is "and" an example of from the Snake code?
Variable
Loop
Boolean
Clone
Question 15
15.
What happens to this enemy Sprite when this clone script runs in Friends and Enemies?
It becomes invisible and moves in circles
It becomes partially see-through, follows the Player, and disappears when it touches the Player
It follows the Player and adds 2 points to the score when they touch
It moves away from the Player and adds points to the score
Question 16
16.
What is "or" and example of from the Pac-Man code?
Booleans
Variables
Clone
Score
Question 17
17.
What values does the variable "i" take as this code runs, and what is the final result?
"i" goes from 1 to 5, creating 5 clones all lined up at x-position 240
"i" goes from 1 to 5, creating 5 hidden clones that all go to the same position
"i" stays at 1, creating 1 clone that moves to position (240, -105)
"i" goes from 1 to 5, but the clones are created at random positions
Question 18
18.
If you wanted to add Score or Lives to a video game, what piece of code would you add?
Make a Variable
Make a Block
Forever
Question 19
19.
What program did we use to make costumes for You Win and You Lose?
Canva
Remove. bg
TextStudio
Pixlr