1.1Systems Architecture,Memory(Primary storage),Storage(secondary) Flashcards

1
Q

What does the CPU do?

A

Processes and executes all instructions inside a computer.

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

What does clock speed affect?

A

How fast the CPU can execute instructions per second.

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

What is the impact of more CPU cores?

A

Allows more instructions to be executed in parallel, improving performance.

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

Why is cache size important?

A

Larger cache allows faster access to temporary data than RAM.

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

What are embedded systems?

A

Dedicated systems built into other devices, efficient and limited in function.

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

Name examples of embedded systems.

A

Washing machine, MP3 player, dishwasher.

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

What does the CU (Control Unit) do?

A

Directs the instructions within the processor.

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

What is the role of the ALU?

A

Performs arithmetic and logic operations.

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

What does the cache do?

A

Stores frequently accessed data for quick access.

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

What are registers?

A

Small, high-speed storage within the CPU.

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

What is the MAR?

A

Holds memory addresses for data to be used.

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

What is the MDR?

A

Holds actual data or instructions.

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

What is the Program Counter (PC)?

A

Holds the address of the next instruction.

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

What is the Accumulator?

A

Stores results from calculations in the ALU.

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

What is the CPU cycle?

A

Fetch, decode, execute.

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

What is RAM?

A

Volatile memory storing running applications.

17
Q

What is ROM?

A

Non-volatile memory storing BIOS and boot instructions.

18
Q

What is the difference between RAM and ROM?

A

RAM is volatile and upgradable; ROM is permanent and difficult to modify.

19
Q

What is virtual memory?

A

Space on a hard disk used when RAM is full.

20
Q

Why is virtual memory slower than RAM?

A

It uses HDD or SSD which are slower to access.

21
Q

What is flash memory?

A

Non-volatile memory that can be electronically programmed and erased.

22
Q

Give examples of flash memory.

A

USB drives, SD cards, SSDs.

23
Q

What is secondary storage used for?

A

To store data and programs when power is off.

24
Q

Name 3 factors when choosing secondary storage.

A

Capacity, speed, portability.

25
What is magnetic storage?
Data stored on magnetic disks, e.g., HDDs.
26
Advantages of magnetic storage?
Large capacity, cheap.
27
Disadvantages of magnetic storage?
Slow, easily damaged by drops.
28
What is optical storage?
Uses lasers to read/write data, e.g., CDs, DVDs.
29
Advantages of optical storage?
Cheap, portable, lightweight.
30
Disadvantages of optical storage?
Limited capacity, easily scratched.
31
What is solid state storage?
Uses electrical switches and no moving parts.
32
Advantages of SSD?
Fastest storage, durable, portable.
33
Disadvantages of SSD?
Most expensive per GB.