Section 1.1 Introduction To Programming Flashcards
Complete set of known commands
Instruction List (IL)
Language consists of the following elements
Alphabet | Lexis | Syntax | Symantics
Set of symbols used to build words
Alphabet
Set of words the language offers its users
Lexis (aka dictionary)
Set of rules used to determine if a certain string of words forms a valid sentence
Syntax
Set of rules to determine if a phrase makes sense.
Semantics
Source program is translated once and distributed (step needs to be repeated if code is modified) and is distributed worldwide
Compilation
The mechanism of compilation - translation is called
Compiler or Translator
The code is translated each time it has to be run.
Interpreter