UNIT 2 1.1 The Programming Process Flashcards
1
Q
How dos the programming process work?
A
Make / Edit the Source code
Source Code
(Pre Processing)
Compiler
(compilation)
Object code
(Close to a code that can be understood by the machine)
Linker
(Linking)
Executable Code
2
Q
It is the text of a program that a user can read; commonly thought of as a
program.
A
Source Code
3
Q
It refers to the events that occur while the program is executing.
A
Runtime
4
Q
It is the collection of pre-written
A
Library
5
Q
These are detected during compiled time
A
Syntax Errors
6
Q
Time errors that are detected during execution time
A
Semantic / Run