Week 1 Flashcards
1
Q
2 Parts of CPU
A
Arithmetic and logic unit, and Control Unit
2
Q
Order of high level to low level code
A
Source –> PRE-PROCESSOR –> modified source –> COMPILER–> object code –> LINKER–> executable
3
Q
Key words
A
words that have special meaning
4
Q
Programmer Defined Operators
A
words or names defined by the programmer
5
Q
Operators
A
preform operations on ore more operands
6
Q
Punctuation
A
mark the beginning or ending of the statement, or separate items in a list
7
Q
Three primary activities of a program
A
input, processing, output
8
Q
Syntax
A
Rules dictating how key words and operators must be used and where punctuation symbols must appear.
9
Q
«
A
Stream insertion operator