Internal Hardware Components Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Define internal components

A

The components essential to a computer system

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

What is a motherboard?

A

The circuit board to which all other components are connected

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

What is the CPU?

A

The central processing unit is an electronic device used to process instructions

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

What is the main memory?

A

Memory that can be directly accessed by the CPU

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

What is RAM?

A

Random Access Memory: Short term storage for currently running programs and currently used data

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

What is ROM?

A

Long term storage for start-up instructions

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

Define volatile

A

Data is lost when electrical power is removed

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

Define non-volatile

A

Data is retained even when electrical power is removed

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

What is virtual memory

A

A portion of secondary storage used to store the least frequently used instructions and data

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

What are I/O devices?

A

Input and output devices

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

What are I/O controllers?

A

The physical interface between an I/O device and the internal components

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

What are some examples of internal hardware?

A

Processor, memory, I/O controller, buses

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

What is the purpose of main memory?

A

Store currently used data and currently running programs

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

Why should memory be addressable?

A

So required data can be accessed without having to access the whole of the memory

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

What is a bus?

A

A communication system for transferring data

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

What does the control bus do?

A

Transmits control and status signals

17
Q

What does the address bus do?

A

Transmits memory addresses

18
Q

What does the data bus do?

A

Transmits data

19
Q

Which bus is always directed away from the processor?

A

Address bus

20
Q

Which bus is bi-directional at the processor and RAM, but uni-directional at different I/O controllers?

A

Data bus

21
Q

Which bus is always bi-directional?

A

Control bus

22
Q

What is the Von-Neumann architecture?

A

A computer system design with one shared memory for instructions and data

23
Q

What is the Harvard architecture?

A

A computer system design with separate memory for instructions and data

24
Q

What are the advantages/disadvantages of Von-Neumann architecture.

A

+ Flexible as each block of memory can be used for instructions or data. Therefore it allows for situations where there is more data than instructions and vice versa.
- Cannot read data and instructions simultaneously so processing is typically slower

25
Q

What are the advantages/disadvantages of Harvard architecture.

A

+ Can read data and instructions simultaneously can carry out instructions quicker without having to wait for two sequential read operators to be carried out
- Fixed instruction to data ratio so the system is less effective for general purpose computing

26
Q

What is the use of Von-Neumann architecture?

A

Most General purpose computing as it is quite flexible

27
Q

What is the use of Harvard architecture?

A

Digital signal processing (DSP) hardware. This includes recording and playing back audio, processing images in a digital camera