Topic 6 Theory Flashcards

1
Q

Stack

A

Maintains procedure call frames, subroutine linkage, etc

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

Heap

A

dynamically allocated memory

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

bss

A

(block starting symbol) declare uninitalized variables, global or static variable initialised to 0.

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

Data

A

declare initialized data or constants not changing at runtime.

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

Text

A

keeps the actual code. must begin with declaration global main, telling the kernel where program execution begins

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