Final Exam for a 10 week class on block coding using snap.berkeley.edu
Which is most true when the right arrow is pressed
![]()
What is this code demonstrating

Highest Number is a?

What program did we use to remove backgrounds from pictures for sprites?

an element that repeats a portion of code

A container that holds a single number, word, or other information that you can use throughout a program

What does this code do?
What is the bottom half of this picture from this Mario code?

Practicing is the only way to get faster at typing

Which term best describes these?
![]()
What will this code using this conditional block (if/else) do?

How many times can Mario touch Goomba before losing all his lives?

How do you know you have the correct color selected from the Pac-Man code?
What is "and" an example of from the fruit Sprite of the Snake code?

What happens to this enemy Sprite when this clone script runs in Friends and Enemies?

What is "or" and example of from the Pac-Man code?

If you wanted to add Score or Lives to a video game, what piece of code would you add?
What program did we use to make costumes for You Win and You Lose?

In the code below, the for loop runs with "i" going from 1 to 5. What is the value of "i" during the 3rd time through the loop?

What values does the variable "i" take as this code runs, and what is the final result?

