ICT Gaming Practice C New

ICT Gaming Practice C New

6th - 8th Grade

30 Qs

quiz-placeholder

Similar activities

Coding DA

Coding DA

6th - 8th Grade

25 Qs

ICT - grade 8 revision

ICT - grade 8 revision

8th Grade

28 Qs

Instructional Technology Assessment

Instructional Technology Assessment

8th Grade

25 Qs

Diagnostic Evaluation 2nd Grade A

Diagnostic Evaluation 2nd Grade A

7th - 8th Grade

25 Qs

Google Meet Norms

Google Meet Norms

7th - 8th Grade

30 Qs

Hand Tool Safety

Hand Tool Safety

6th - 8th Grade

25 Qs

Introduction to Technology

Introduction to Technology

6th - 8th Grade

25 Qs

TPR

TPR

8th Grade

30 Qs

ICT Gaming Practice C New

ICT Gaming Practice C New

Assessment

Quiz

Instructional Technology

6th - 8th Grade

Medium

Created by

Salam Shuhaiber

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt


Carl wants to add two new characters to the extraterrestrial battleship game he's building in order to have multiple players battling each other. This not only helps him create engagement for users, but it adds excitement to his recreational game. One character is a water-based alien with only one eye and 8 legs, resembling the features of an octopus. The second character is a land-based alien with no eyes, 3 claws, and 3 legs, resembling the features of a crab. Which is the best explanation why there is only one class with the new characters?

A game can have multiple instances using the same class.

A game can have multiple functions under one class.

A game must have the same values under one class.

A game can have multiple properties under one instance.

Answer explanation

A class is a definition or blueprint used to create a particular type of object. A class provides a detailed description of the object's characteristics (such as that the object should include a size and a color), and it specifies what can be done with the object (its functions). When a class is used to build an object, the object is called an instance of the class. Multiple objects (or instances) can be created using the same class. Instances are represented by their class and properties. Properties are the various characteristics of an object, such as size, color and type. Each object created using the class contains the same properties, but the values of the properties may be different.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which of the following scenarios would cause an error?

Three students in class

Zero students in class

No error would occur


Ten students in class

Answer explanation

The algorithm does not consider an odd number of students and will not correctly calculate the actual number of students.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The game developer and the game designer are meeting to discuss the addition of new characters to the "Animal Hunt" game that has been created. But, both individuals are unsure of where to include the addition of the Rhino, T-Rex, and Fox characters. The team decides to look back at the storyline and the different scenes created to see where these new characters best fit in the game. What storyline document is the developer and game designer referring to?


Feedback


Prototype

Storyboard

Wireframe

Answer explanation

A storyboard is like a graphic organizer that uses illustrations or images displayed on a piece of paper or created in software. The images are arranged in the order of the story and help the team plan the sequence of events – every step – in the game's animation. A storyboard helps with identifying how the characters interact with each other and with the game environment.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

This is an example of which type of programming structure?


Iteration

Object

Selection

Looping

Answer explanation

A selection program structure allows the computer to make a selection between alternative conditions (for example, if this condition exists, do this—if not, do that).

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Why is this an example of a Boolean concept?

The pseudocode contains operators that follow logic.


The pseudocode uses stored data.

The pseudocode contains conditions that are either true or false.

The pseudocode contains expressions that follow an order of precedence.

Answer explanation

A Boolean (true or false) contains a condition and is often used in repetition and selection structures.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which term describes this example?

A flow chart

A class

An object


An algorithm

Answer explanation

An algorithm is a set of step-by-step instructions that must be executed in order to solve a problem or perform a task.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your co-worker has just completed developing the first phase of an action-based game prototype, but needs some feedback on the level of difficulty. You test the product, yet encounter many bugs (inconsistencies) in the game's storyline. What is the best way to help your co-worker solve the problem?

Provide a list of errors in the game.

Retest the game once your co-worker has revised it and fixed the bugs.


Review the game's storyboard to see if the sequence of events matches the prototype and how each character or element interact with each other.

Meet with your co-worker to find out more information about the game prototype in order to assess the problem.

Answer explanation

Create a storyboard - A storyboard is like a graphic organizer that uses illustrations or images displayed on a piece of paper or created in software. The images are arranged in the order of the story and help the team plan the sequence of events - every step - in the game's animation. A storyboard helps with identifying how the characters interact with each other and with the game environment.

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?