1 - Basic Terminology Flashcards

(10 cards)

1
Q

ARMA Basic Scripting Outline

A

https://community.bistudio.com/wiki/Introduction_to_Arma_Scripting

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

This defines the variables data may contain.

A

Data type.

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

An explicit specification of how to solve a class of problems. Can perform calculation, data processing and automated reasoning tasks.

A

Algorithm

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

Reads your code from a script file and translates it into instructions for you to achieve your desired outcome/effect in the game.

A

Interpreter

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

Statements which are used to control execution flow in the scripts. They are sequences of scripting code which help to control complex procedures.

A

Control Structures

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

Status Quo Function

A

A syntax (structure) for controlling a script.

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

A chunk of code grouped together in a seperate textfile. This code does a specific task handled by the game engine.

A

script

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

The core program of the game which reads and executes your scripting commands at run time.

A

Game engine

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

something defined in code which carries out an instruction or set of instructions and may or may not have inputs and outputs.

A

Function

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

Base commands each programming language is built on. They provide ability to perform basic mathematical and logical operations.

A

Operators

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