Video Game Design: 2nd 9 Weeks Test Review

Video Game Design: 2nd 9 Weeks Test Review

9th - 12th Grade

18 Qs

quiz-placeholder

Similar activities

 Java Unit 1 - Quiz Review

Java Unit 1 - Quiz Review

10th Grade

23 Qs

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 12th Grade

20 Qs

IST CodeHS Unit 2 Robot Coding Review

IST CodeHS Unit 2 Robot Coding Review

9th - 12th Grade

20 Qs

Programming with Karel Quiz

Programming with Karel Quiz

9th - 12th Grade

23 Qs

for loops forever 926

for loops forever 926

9th - 12th Grade

15 Qs

Karel the Dog Study Test

Karel the Dog Study Test

9th - 12th Grade

20 Qs

Karel's Programming Quiz

Karel's Programming Quiz

9th - 11th Grade

21 Qs

JavaScript - Karel

JavaScript - Karel

9th - 10th Grade

20 Qs

Video Game Design: 2nd 9 Weeks Test Review

Video Game Design: 2nd 9 Weeks Test Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Karen Hersh

Used 3+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 6 pts

Media Image
1. Which TWO built-in commands does SuperKarel know that regular Karel does not?
turnAround()
jump()
moveTwice()
turnRight()

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

2. What does it mean to DEFINE a function?
It means you are naming the function and specifying what it does.
It means the program is listing all of the functions.
It means Karel will repeat a series of actions while a condition is true.
It means your program is running (or executing) the function.

3.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

Media Image
3. Billy wants to DEFINE a function called buildTower. Which of the following is a correctly formatted 1st line for defining a function?
function buildTower; {
function buildTower() {
buildTower();
buildTower() {

4.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

4. What does it mean to CALL a function?
It means the program is listing all of the functions.
It means you are naming the function and specifying what it does.
It means your program is running (or executing) the function.
It means Karel will repeat a series of actions while a condition is true.

5.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

Media Image
5. Billy's program didn't run because he forgot to call the main function. Which of the following is the correct way to CALL the main function?
function main() {
main();
function main();
main;

6.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

Media Image
6. Billy wants Karel to place 10 balls. Which control structure should he use?
For loop
While loop
if statement
if-else statement

7.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

Media Image
7. Billy wants Karel to keep moving forward as long as she is on top of a ball. Which control structure should he use?
For loop
While loop
if statement
if-else statement

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?