Final Flashcards

1
Q

Size of Char

A

1 byte

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

Size of short

A

2 bytes

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

Size of int

A

4 bytes

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

Size of long

A

8 bytes

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

Size of pointers

A

8 byte

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

Preprocessing

A

Processes directives such as header files

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

Compilation

A

Converts source code into assembly code

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

Assembly

A

Translate assembly code into machine code

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

Linking

A

Combines object code to create an executable

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

Data

A

Global variables

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

BSS

A

Static variables

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

Stack

A

Local varibles

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

Rodata

A

Strings

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

Heap

A

Dynamic variables

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

Shared library region

A

Printf, malloc, and sqrt

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