AC Lesson 2 - Game Design

AC Lesson 2 - Game Design

8 Qs

quiz-placeholder

Similar activities

Year 7 Unit 5 - Summative Assessment

Year 7 Unit 5 - Summative Assessment

KG - University

12 Qs

do-while vs do loop Quiz

do-while vs do loop Quiz

9th - 12th Grade

5 Qs

Python Variables, Data Types, Loops, Operators, Lists, Sets, Dictionary, Tuples, and If-Else Quiz

Python Variables, Data Types, Loops, Operators, Lists, Sets, Dictionary, Tuples, and If-Else Quiz

12th Grade

10 Qs

Unit 4 Vocabulary

Unit 4 Vocabulary

KG - University

12 Qs

OPEN LOOP & CLOSE LOOP

OPEN LOOP & CLOSE LOOP

12th Grade

10 Qs

NLP Lecture II

NLP Lecture II

KG - University

9 Qs

TINKERCAD CODEBLOCK REVIEW FOR QUIZ

TINKERCAD CODEBLOCK REVIEW FOR QUIZ

7th Grade

12 Qs

Yr 5 Selection in Quizzes Lesson 2

Yr 5 Selection in Quizzes Lesson 2

KG - University

6 Qs

AC Lesson 2 - Game Design

AC Lesson 2 - Game Design

Assessment

Quiz

others

Hard

Created by

ANGELA HOLLY

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

1. Which of the following describes a type of list that contains pre-set data that does not change while the app is running?
a. Static list
b. Dynamic list
c. Variable list
d. Random list

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Media Image
Use the loop below to answer the question. What best explains what is happening in the loop?
a. The countingNumber starts at 0, with each iteration it will add 100. Because 0 is less than 2000, the loop will iterate indefinitely (forever).
b. The countingNumber starts at 0, which is less than 2000, so the loop will get skipped and nothing will happen.
c. The countingNumber starts at 0 and with each iteration it will add 100. The loop will keep iterating until it reaches 2000.
d. The countingNumber starts at 0 and with each iteration it will add 100. The loop will keep iterating until it is more than 2000.

3.

FILL IN THE BLANK QUESTION

30 sec • 10 pts

Media Image
Use App Inventor list below to answer the question. What is the index for “Green”? ___________

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Media Image
Use the flowchart below to answer the question. Which set of blocks of code represents the flowchart?
Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE SELECT QUESTION

30 sec • 20 pts

Media Image
Use the blocks of code below to answer the question. What commands should be included when creating a new procedure, moveSprite, in order to reduce all redundancy in the event handlers above? Select all the blocks that apply.
Media Image
Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Media Image
Use the chore list below to answer the question. Which of the following event handlers will display “Clean up room” in the ChoreLabel every time the ChoreButton is clicked?
Media Image
Media Image
Media Image
Media Image

7.

OPEN ENDED QUESTION

30 sec • Ungraded

Media Image
A student in your class is developing an app to play a song. Analyze their code and identify at least one way to reduce the amount of code required to play the song.

Evaluate responses using AI:

OFF

8.

OPEN ENDED QUESTION

30 sec • Ungraded

What should you consider when designing a game?

Evaluate responses using AI:

OFF