UNIT 4 Flashcards

1
Q

involves lots of planning overhead, and has clear milestones. This method, however, is not suitable for a changing design.

A

Waterfall method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

includes many design cycles. This method allows for a changing design, but is less predictable than the waterfall method.

A

iterative method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

is characterized by short iterations. This method is new, and should be adopted cautiously

A

Agile methods

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

For many games, game engines are primarily used to carry out several general duties, such as gathering input from controllers, displaying graphics, playing sound, and keeping score. (T/F

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Game code, which includes camera behaviour, scores, and other things, is written in a scripting language, despite the fact that C++ executes faster than scripting languages. (T/F)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The code-and-fix game development methodology is no longer used because it involves very little or no planning. (T/F)

A

False,It’s the most commonly used development methodology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Part of the program that draws 3D graphics during execution

A

Graphics renderer/Graphics engine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The goal of this engine is to isolate the game from the hardware on which it’s running. This involves all the code that goes into the final game that’s not game specific including gathering input from the controller, putting graphics on the screen, or playing back sounds.

A

Game engine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The waterfall software design methodology requires more planning and documentation than the agile or iterative methodologies. (T/F)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

the code-and-fix design methodoly

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Unlike the waterfall design methodology, the agile methodology avoids looking too far into the future, and instead plans short periods of time (a few weeks). (T/F)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Automated build machines get the latest code from source control, build the game, and send emails about success or failure to the team. (T/F)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The engine code is a generic code that can be used by several games; game code, however, is specific to a game project. (T/F)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly