Recall Qs Flashcards

1
Q

What does assembling source code mean?

A

.

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

What is an operating system?

A

.

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

What is source code?

A

.

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

What does ‘linking’ a file do?

A

.

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

What is a command? What two components is it usually comprised of?

A

Argument, command name

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

How are comments indicated in an assembly language program?

A

.

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

What is the difference between an assembly language, machine code, and high level programming languages?

A

.

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

What is an assembler directive? (AKA pseudo operator)

A

.

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

What does a symbol in assembly language mean?

A

.

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

What is UNIX?

A

.

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

What three components make up unix?

A

Kernel, shell, programs

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

What is a kernel?

A

,

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

What is a shell?

A

A shell is a program that exposes an OS service to a human user/ other program

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

What is batch processing?

A

,

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

What is the difference between virtual and physical memory? Why does it exist?

A

.

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

What manages the mapping between virtual and physical memory?

A

OS + CPU

17
Q

What is a terminal?

A

.

18
Q

Process vs file within UNIX

A

.

19
Q

What is an exit status code?

A

.

20
Q

What is the ISA?

A

.

21
Q

How do load and store instructions differ?

A

.

22
Q

What are functions in C code?

A

.

23
Q

What is a format specifyer

A

sequence of characters beginning with % renders the bits of the variable to be printed

24
Q

What is a header file in C? What does it contain?

A

.

25
Q

What is a C preprocessor

A

.

26
Q

What is the difference between stack and the heap?

A

.

27
Q

What are the segments within RAM and how are they characterized?

A

.