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

Text and Image representation

Text and Image representation

11th Grade

22 Qs

9G4 CS Python Programming Sequence and Vocabs

9G4 CS Python Programming Sequence and Vocabs

9th Grade

13 Qs

Operating System

Operating System

12th Grade

17 Qs

quizz tkinter

quizz tkinter

11th Grade - University

20 Qs

ความรู้เบื้องต้นการเขียนโปรแกรมภาษาซี

ความรู้เบื้องต้นการเขียนโปรแกรมภาษาซี

12th Grade

20 Qs

ICT WEBINAR QUIZ

ICT WEBINAR QUIZ

KG - Professional Development

20 Qs

Computer Fundamentals

Computer Fundamentals

10th Grade

20 Qs

Input, output and storage de

Input, output and storage de

8th Grade - Professional Development

14 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

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers