Internal Hardware Flashcards

(21 cards)

1
Q

What is the role of the processor in a computer system?

A

Executes program instructions to run applications.

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

What types of memory are included in a computer’s main memory?

A

RAM (random access memory) and ROM (read-only memory). Cache

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

Why is main memory faster than secondary storage?

A

It helps the processor execute instructions quickly. accessed directly by processor

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

What is a bus in a computer system?

A

A series of parallel wires that connects internal components, allowing signals to be passed between them.

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

What is the width of a bus?

A

The number of parallel wires in a bus, directly related to the number of bits transferred simultaneously.

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

What are the three main types of buses in a computer?

A
  • Address bus
  • Data bus
  • Control bus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the address bus transport?

A

Memory addresses specifying where data is sent or retrieved from.

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

How does increasing the width of the address bus affect addressable memory?

A

It increases the range of addresses that can be specified.

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

What is an addressable memory location?

A

A portion of memory that can be accessed by its address.

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

What does the data bus send?

A

Data and instructions to and from different components of the computer system.

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

What is the function of the control bus?

A

Carries control signals that regulate the operation of the computer system.

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

What do I/O controllers do?

A

Control communication of data between the processor and external hardware devices.

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

What is the main difference between Harvard and von Neumann architectures?

A

Harvard uses separate memory for instructions and data; von Neumann uses the same memory.

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

What is a key advantage of Harvard architecture?

A

It allows for different characteristics in instruction and data memory.

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

In what type of systems is Harvard architecture extensively used?

A

Embedded systems such as digital signal processing.

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

What is a disadvantage of von Neumann architecture?

A

It often performs worse due to shared buses for fetching instructions and data.

17
Q

Where is von Neumann architecture typically used?

A

In everyday general-purpose computer systems like laptops and smartphones.

18
Q

Fill in the blank: A computer’s _______ executes program instructions.

19
Q

Fill in the blank: The _______ is used to transport memory addresses.

A

[address bus]

20
Q

True or False: The data bus is responsible for sending control signals.

21
Q

True or False: In Harvard architecture, instructions and data share the same memory.