Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

Video Game Maker A Final

star
star
star
star
star
Posljednje ažuriranje about 2 months ago
20
Napomena autora:

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
1
Pitanje 1
1.

Which is most true when the right arrow is pressed

Pitanje 2
2.

What is this code demonstrating

Pitanje 3
3.

Highest Number is a?

Pitanje 4
4.

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

Pitanje 5
5.

an element that repeats a portion of code

Pitanje 6
6.

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

Pitanje 7
7.

What does this code do?

Pitanje 8
8.

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

Pitanje 9
9.

Practicing is the only way to get faster at typing

Pitanje 10
10.

Which term best describes these?

Pitanje 11
11.

What will this code using this conditional block (if/else) do?

Pitanje 12
12.

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

Pitanje 13
13.

How do you know you have the correct color selected from the Pac-Man code?

Pitanje 14
14.

What is "and" an example of from the fruit Sprite of the Snake code?

Pitanje 15
15.

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

Pitanje 16
16.

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

Pitanje 17
17.

If you wanted to add Score or Lives to a video game, what piece of code would you add?

Pitanje 18
18.

What program did we use to make costumes for You Win and You Lose?

Pitanje 19
19.

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?

Pitanje 20
20.

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