Architecture Flashcards

1
Q

Discuss the difference between RAM and Cache memory

A

«RAM: Fast read and write access and is volatile, used to store data and currently running programs. It is needed as most data in computers is stored in “storage media” and for the processor to be able too work on data, the programs need to be copied to RAM first.

«Cache: Fast form of RAM located close to the CPU. Is volatile and is used to store frequently used data from main memory. Low capacity so RAM is still needed in order to avoid constantly accessing things from slow storage media

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

What three components does the CPU contain?

A

Arithmetic and Logic Unit (ALU), the control unit, cache memory

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

What is the purpose of the ALU

A

Performs calculations such as addition, performs boolean operations, performs shift operations.

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

What is the purpose of the Control Unit

A

Directs the flow of commands including loops, data, in and out memory and in and out registers. Also fetches and decodes instructions

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

What is the purpose of Cache?

A

Stores most recently accessed data so that if it is required it can be accessed in less time.

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

What is serial transmission and what is an advantage of it?

A

Data is sent one bit at a time along the same data line. It requires only two wires compared to 8 or 16 in parallel, can be long distance, simpler interface.

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

What is parallel transmission and what is an advantage of it?

A

All bits in a byte are sent simultaneously along separate lines. Data transmission is faster than with serial transmission.

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

How does a computer make use of RAM?

A

Computer uses RAM to store programs while they are being executed- being run/processed

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

What is a dual core CPU? What could the benefits of it be?

A

It has two processors which carry out two instructions at same time. Means computer can run program faster.

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

What is meant by 5GHz

A

This is the clock speed of processor. Means 5 billion cycles per second.

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

Explain why a CPU needs a control unit

A

Control the other components by following instructions. It organises the transfer of data using internal memory/special registers

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

What happens during the Fetch Execute Cycle?

A

The control unit gets each instruction in sequence. It decodes and then carries it out by sending control signals to other parts of computer

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

How is data wrote to an optical disk?

A

A laser beam is used, which burns pits into the surface. to represent binary data in a single spiral track. To read data a laser beam is shone onto surface of disk which is reflected which detects the presence or absence of pits.

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

What are four advantages of using optical disks as a secondary storage media?

A

Has high storage capacity, is portable, is durable, has relatively fast read write speeds.

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

Describe how the program counter is used in the Fetch Execute Cycle.

A

It contains the location of the next instruction to be executed, contents are incremented when the instruction has been fetched.

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

What is the difference between internal and secondary storage?

A

Internal memory consists of the CPU, RAM, ROM, Cache.

Secondary storage is external to the CPU such as magnetic, optical and flash media.

17
Q

Describe two ways in which processing speed of PC can be improved.

A

«Upgrade the processor type, eg. upgrade to dual processor
«Upgrade clock to one with a faster clock rate so that more instructions are executed per second
«Increase internal memory to ensure faster retrieval times

18
Q

What is main memory?

A

Part of internal memory, immediate access memory, made up from RAM

19
Q

What is an Address bus?

A

Carries the location in memory to be accessed for reading data

20
Q

What is a port?

A

A physical connection where peripherals can be connected to enable data transfer between devices and the processor