Basic Computer Structure P2 Flashcards

(24 cards)

1
Q

What is a PROM?

A

A device used to store bits by using fuses

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

What is an EPROM?

A

An erasable PROM

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

What is an EEPROM? (E^2 PROM)?

A

An Electrically Erased PROM - consists of transistors

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

What can the ROM be thought of as?

A

The ROM can be thought of as having an array of registers.

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

What does each register in the ROM contain?

A

Each register contains a number of memory cells equal to the word size.

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

How are the registers in the ROM connected?

A

Each register is connected to a common data bus.

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

What is required to place data on the bus in the ROM?

A

There are two Enable Inputs that have to be both HIGH to place data on the bus.

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

How is the ROM addressed?

A

The address code AzAzAAo determines which register in the array is enabled.

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

How many registers can this ROM access with 4 address lines?

A

4 address lines allow the ROM to access 16 registers.

Example: 24 = 16

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

What materials were originally used to construct HDDs?

A

The HDD was originally constructed using Aluminium disks. Now it is more common to use chromium or glass.

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

What covers the platter in an HDD?

A

The platter is covered with a thin layer of a magnetic material on which the data is stored.

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

How are platters arranged in an HDD?

A

A number of platters are then stacked together with data being stored on both sides.

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

What is the function of the drive actuator arm in an HDD?

A

A drive actuator arm holds the read/write head and allows the head to fly across the platters to the correct memory locations.

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

How is data organized on an HDD?

A

The HDD is formatted into tracks and sectors.

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

What is the structure of tracks in an HDD?

A

Each track is divided into a number of sectors and each track and sector has a physical address.

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

What is a CD

A

A disk constructed out of 3 layers of

17
Q

What is a CD-RW?

A

A CD that can be written and read from

18
Q

3 example of HIGH level programmers

A

C, C++, Fortran, Pascal

19
Q

What is a Nybble?

20
Q

What is a Byte?

21
Q

What is a Word?

22
Q

What is a DWord?

23
Q

What is a QWord?

24
Q

What are the 2 types of Words?

A

Data and Instruction

Data: information to be processed by CPU

Instruction: Contains the operation to be performed and the address of the data to be processed