Log in
Sign up for FREE
arrow_back
Library
Video Game Maker B Final
By Steven Knemeyer
star
star
star
star
star
Share
share
Last updated about 2 years ago
21 questions
Add this activity
Note from the author:
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
The second course of the Video Game Maker class using snap.berkeley.edu
focus is on block coding using lists and clones.
Question 1
1.
Which term best describes these
Booleans
Algorithms
Variables
Loops
Question 2
2.
Student Names is an example of
An Array
A Variable
A List
All of the above
Question 3
3.
How many different lists are in this code
6
9
4
3
Question 4
4.
What will happen when spacebar is pressed?
Remove an item from the list called names
Display a random item from the list called names
Display the items in the list called names
Add a new item to the list called names
Question 5
5.
What will the last character displayed by this code if the user types "J.R.R. Tolkien"?
n
e
k
i
Question 6
6.
Select all that are true?
Turns one variable into a list of characters
Sets Word to a random item from word list.
Shuffles the order of a list
Question 7
7.
What does this custom block do?
creates underlines on a screen based on the number of characters in the variable Word
asks the user to guess a letter
checks if a users guess is correct
Question 8
8.
What does this custom block do?
creates underlines on a screen based on the number of characters in the variable Word
asks the user to guess a letter
checks if a users guess is correct
Question 9
9.
What will this code do
create 4 clones that move downward
create 4 clones that move to the right
create 4 clones that move upward
create 4 clones that move to the left
Question 10
10.
This cloning project is an example of a popular art/math craft called?
Spiralizer
Swirlizer
Swirler
Sprocketer
Question 11
11.
What will happen when the screen is clicked
draws a unique snowflake
draws a firework that explodes on the screen
draws a unique fractal tree
Question 12
12.
What will happen when the screen is clicked
draws a unique snowflake
draws a unique fractal tree
draws a firework that explodes on the screen
Question 13
13.
What will happen when the screen is clicked
draws a firework that explodes on the screen
draws a unique fractal tree
draws a unique snowflake
Question 14
14.
what will this block of code do?
turns on ghostbusters
makes the sprite disappear
Question 15
15.
which one is most true about why you would use clones
Question 16
16.
select all that are true: What will happen when the ball touches a clone of this sprite.
changes the score by adding 1
Question 17
17.
Based on probability will this code make more Gems or Snowballs?
More gems
More snowballs
It will be about the same amount
Question 18
18.
What is the effect that occurs when running this code?
Sprite 1
Sprite 2
creates a horizontal scrolling effect
creates a vertical scrolling effect
Question 19
19.
7
Question 20
20.
What will happen if there are 4 projectiles currently on the screen and press space bar 3 times very quickly.
Nothing
create 1 more projectile
create 2 more projectiles
Question 21
21.
what is the significance of the symbol in front of the bottom 2 variables?
indicates they are global variables
adds a location coordinate to the variable
indicates they are local variables
adds a GPS monitor to the variable
repeats based on how many characters are in a variable
ghosts your friend
makes the sprite semi-transparent
nothing
to create multiple enemies
to create multiple collectable items
to create math-based objects (such as fractals / hexagonal symmetry)
to create multiple obstacles
all of the above
none of the above
deletes the clone
creates a new clone
changes the clone count
changes the color
How many enemies will be made in level 3?
5
3
6
4
8
create 3 more projectiles