1. Scripting language is?

A. Writing speech for video game characters
B.a simplified programming system C.non-code instructions embedded in traditional code
D.writing for instruction manuals

2. All finished games have bugs?
True or false

3. Which of the following artists roles does not usually work in 3-D?A.character artist
B.animator
C.environment artist
D.concept artist
Files that use character encoding and are used for make up language such as HTML are called?
A. Plain text files
B. rich text files
C.word documents
D. hyper text files

1. A scripting language is:

B. a simplified programming system

To get the answer, we can break down the options given and understand their meanings.

A. Writing speech for video game characters: This option refers to the task of writing dialogues or lines for characters in video games, which is not the definition of a scripting language.

B. a simplified programming system: This option accurately defines the concept of a scripting language. Scripting languages are programming languages that are often used to write smaller, simpler programs or code snippets to automate tasks or control the behavior of a larger program.

C. non-code instructions embedded in traditional code: This option refers to a different concept known as scripting within traditional programming languages, where non-code instructions are embedded in the code itself. However, it does not define scripting languages as a whole.

D. writing for instruction manuals: This option is unrelated to the definition of a scripting language.

Therefore, the correct answer is B. a simplified programming system.

2. All finished games have bugs?

False

To answer this question, we need to understand that although developers aim to create games without bugs, it is extremely rare for a complex software system like a video game to be completely bug-free. Even after extensive testing and bug fixing, it is possible for some bugs to go undetected or for new bugs to arise after release. However, it is not accurate to claim that all finished games have bugs, as there are cases where games are thoroughly tested and have minimal or no known bugs at release. So, the correct answer is false.

3. Which of the following artist roles does not usually work in 3-D?

D. concept artist

This question is asking about the artist roles in the context of visual art and design in the gaming industry. Let's examine the options:

A. character artist: Character artists specialize in creating and designing 3D models of characters for games.

B. animator: Animators are responsible for creating and implementing animations for characters, objects, and environments within games, and these animations can be both 2D and 3D.

C. environment artist: Environment artists focus on creating and designing the visual elements of game environments, including landscapes, buildings, objects, and textures. This role often involves working extensively with 3D modeling and texturing.

D. concept artist: Concept artists primarily work on the initial stages of game development, creating visual concept designs and illustrations for characters, environments, and overall art direction. While concept art can be created in any artistic medium, including 3D, it is not necessarily focused on working with 3D modeling and is more about creative conceptualization and ideation.

Based on this information, the correct answer is D. concept artist.

4. Files that use character encoding and are used for markup languages such as HTML are called?

D. hyper text files

To answer this question, we need to understand the terms and concepts involved:

Character encoding: Character encoding refers to the method used to represent characters in a computer system. Different character encodings have different mappings between characters and their corresponding binary representations.

Markup languages: Markup languages, such as HTML (Hypertext Markup Language), are used to annotate text and define the structure and presentation of documents for web browsing.

Given this information, the correct answer is D. hyper text files. HTML files, which are used for creating web pages, are often referred to as hypertext files because they contain structured text with hyperlinks, which enable navigation and linking between different resources on the web.