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

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

It is the text of a program that a user can read; commonly thought of as a
program.

A

Source Code

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

It refers to the events that occur while the program is executing.

A

Runtime

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

It is the collection of pre-written

A

Library

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

These are detected during compiled time

A

Syntax Errors

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

Time errors that are detected during execution time

A

Semantic / Run

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