Section 1.1 Introduction To Programming Flashcards

1
Q

Complete set of known commands

A

Instruction List (IL)

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

Language consists of the following elements

A

Alphabet | Lexis | Syntax | Symantics

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

Set of symbols used to build words

A

Alphabet

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

Set of words the language offers its users

A

Lexis (aka dictionary)

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

Set of rules used to determine if a certain string of words forms a valid sentence

A

Syntax

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

Set of rules to determine if a phrase makes sense.

A

Semantics

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

Source program is translated once and distributed (step needs to be repeated if code is modified) and is distributed worldwide

A

Compilation

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

The mechanism of compilation - translation is called

A

Compiler or Translator

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

The code is translated each time it has to be run.

A

Interpreter

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