2 Computer Organization Flashcards

(29 cards)

1
Q

What is the CPU often referred to as?

A

The brain of your machine

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

What does the Arithmetic Logic Unit (ALU) do?

A

Performs mathematical operations

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

The Control Unit (CU) and its role in the CPU?

A

It consists of a decoder, control logic circuits, and a clock to ensure everything happens at the correct time. It is also responsible for performing the instruction execution cycle.

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

What are registers in the context of the CPU?

A

Short-term memory holding actively used data
MAR - Memory Address Register

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

Name two key registers to remember for your IB exam.

A
  • Memory Data Register (MDR)
  • Memory Address Register (MAR)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the first step in how the CPU components work together?

A

Fetch instructions from memory

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

How does the CPU store results after execution?

A

In registers or sends back to memory

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

What is RAM commonly compared to?

A

The computer’s workbench

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

What are the key characteristics of RAM?

A
  • Volatile
  • Fast access times
  • Directly accessible by the CPU
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is ROM used for?

A

Contains data crucial for booting up the computer

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

List the key characteristics of ROM.

A
  • Non-volatile
  • Slower than RAM
  • Contains essential startup instructions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is cache memory?

A

A small, super-fast memory that stores frequently used data

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

How many levels of cache are typically found in a CPU?

A

Three levels

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

What are the three levels of cache?

A
  • L1 Cache
  • L2 Cache
  • L3 Cache
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does the machine instruction cycle consist of?

A
  • Fetch
  • Decode
  • Execute
  • Store
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is persistent storage?

A

Non-volatile storage that retains data when power is off

17
Q

Name three common types of persistent storage.

A
  • Hard Disk Drives (HDD)
  • Solid State Drives (SSD)
  • USB flash drives
18
Q

What is the main function of an operating system (OS)?

A

Manages interactions between hardware and software

19
Q

List five main functions of an operating system.

A
  • User Interface
  • Memory Management
  • File Management
  • Device Management
  • Process Management
20
Q

What is application software designed for?

A

To help users perform specific tasks

21
Q

Name four common types of application software.

A
  • Word processors
  • Spreadsheets
  • Web browsers
  • Graphics software
22
Q

What is the smallest unit of data in computing?

23
Q

How many bits are in a byte?

24
Q

What is the binary number system based on?

25
Convert the decimal number 42 to binary.
101010
26
What is Boolean logic?
The foundation of digital circuits and computer operations
27
Name three key operators in Boolean logic.
* AND * OR * NOT
28
True or False: RAM is non-volatile.
False
29
Fill in the blank: Cache memory is like a small, super-fast _______.
notepad