ICT Gaming Essentials Lesson 2 Test Review

ICT Gaming Essentials Lesson 2 Test Review

Assessment

Flashcard

Computers

6th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

The marvelous attribute about the gaming industry is that you can create a game in several different programming languages to make it more appealing to novice and advanced-level coders. Yet, the unique distinction is that every single programming language has its own ____________?

Back

syntax

Answer explanation

Programmers write instructions as a series of statements using the code and syntax for a particular programming language. Each programming language has its own syntax rules. Some of the different languages used to write games include C++, .NET, Java and others. Program developers choose the programming languages they will use based on which platform and device the program will be using, such as Windows, Mac, Android or iOS.

2.

FLASHCARD QUESTION

Front

Which member of the game design team writes the step-by-step computer instructions, or code, required to create games?

Back

Programmer

Answer explanation

Programmers write step-by-step instructions using code to give the computer instructions.

3.

FLASHCARD QUESTION

Front

Which type of error can be difficult to identify, because the program still runs but does not do what you expect it to do?

Back

Logic error

Answer explanation

Logic errors can be difficult to identify, because the program still runs but it does not do what you expect it to do.

4.

FLASHCARD QUESTION

Front

Which term describes a set of step-by-step instructions executed in order to solve a problem or perform a task?

Back

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.

5.

FLASHCARD QUESTION

Front

Which two types of programming structures are included in the following instructions:
Move Forward Repeat Move Forward 10 times

Back

Sequential and looping

Answer explanation

The example includes sequential and looping structures. A sequential program structure is a sequence of instructions that the computer follows in order, one by one, from top to bottom. Repetition or looping program structures instruct the computer to repeat a set of instructions, called a loop, until some condition is met.

6.

FLASHCARD QUESTION

Front

This is an example of which type of programming structure?
Move Forward
If not at end, move forward
Else stop

Back

Selection

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).

Exam Obj

7.

FLASHCARD QUESTION

Front

In order to write a successful algorithm, you must first be able to:

Back

solve the problem manually.

Answer explanation

In order to write an algorithm, you must first be able to solve the problem or complete the task manually (that is, understand the problem).

Discover more resources for Computers