Search Header Logo

Video Game Design: 2nd 9 Weeks Test Review

Authored by Karen Hersh

Computers

9th - 12th Grade

Used 3+ times

Video Game Design: 2nd 9 Weeks Test Review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?