Computer Architecture Flashcards

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

What is a computer?

A

A machine that accepts and processes data providing the results to the user

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

Characteristics that make computers useful problem solvers

A

Speed
Easy storage and retrieval
Consistency
Accuracy
Ability to communicate with other systems via telecommunications
Automatic operation

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

Computer Hardware

A

all physical components of computer

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

Types of RAM

A

DRAM - Static Ram - retains a contents as long as electric power is applied to chip if not contents will be lost

DRAM - Dynamic Ram - short data lifetime usually 4m/s even with constant power/

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

Types of ROM

A

Masked ROM- convential hardwired ROM ,
PROM - Programmable ROM - purchased unprogrammed and data is written using a device programmer applying a electric charges
EPROM - Erasable and Programmable ROM - same as PROM but can be reprogrammed using a device once exposed to strong UV light

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

Hybrid Memory

A

EEPROM- The erase operation is done electrically. Higher cost and write cycles are longer than RAM so not good for memory

Flaqsh - High density, low cost, non-volatilE

NVRAM - Non-volatile RAM - SRAM with a battery backup. Common in embedded systems ,expensive

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

Speed

A

System RAM is controlled by bus width and bus speed. Bus width is the number of bits that can be sent each second. e.g 100Mhz 32 bit bus = 32/5 = 4 bytes of data to the CPU 100 times per second

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

Burst Mode

A

Only first bit is subject to full effect of latency.First number tells number of clock cycles to begin a read, the rest tell how many cycles to reach each consecutive bit/word line. e.g 5-1-1-1

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

Pipelining

A

Organizes data retrival into a sort of assembly line process.

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

Cache

A

Makes data most used by CPU instantly available. Level 1 - built onto CPU Level 2 0 On memory regulated by a L2 controller

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

Registers

A

Memory cells built onto the CPU that contain specific data needed by CPU

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

Size

A

Memory is measured in terms of bits and bytes. A bit or Binary Digit can be a 1 or 0. A collection of 8 bits is a byte.

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

Word Size

A

Amount of data a processor internal register can hold and process at one time. 32bits or 64 bits

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

Volatility

A

Volatile - requires constant power or else loses data

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