Computer Systems Flashcards

1
Q

Is all assembly language the same for all types of CPUs?

A

False

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

How is a CPU connected to other components of a computer system?

A

Through electrical channels called buses

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

C and Python code are computed directly by the computer

A

False

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

C and Python code are compiled into machine code

A

True

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

What are registers and what do they do in the CPU?

A

Registers are small areas of fast memory that store data temporarily

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

How is a program loaded into a computer to effectively run as a process?

A

A program is loaded into main memory before it runs

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

How do you access something from main memory?

A

Need to know its starting address and how many bytes you need

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