Chapter 5 (BCIS) Flashcards

(21 cards)

1
Q

Storage Device components

A

-Storage medium
-Read/write mechanism
-Device controller

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

Storage medium

A

Data holding device

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

Read/write mechanism

A

Device used to read/write data values on a storage medium

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

Device controller

A

Interface device that connects the storage device to the system bus

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

Important characteristics of storage devices and technologies

A

-Speed
– Volatility
– Access Method
– Portability
– Cost & capacity

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

Speed

A

-the most important characteristic differentiating primary & secondary storage.

-Its essential because CPU must be continuously supplied with instructions & data to keep it busy.

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

Registers

A

-storage locations for Instructions & data in the CPU

-Their location enables zero wait states for access.

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

Wait state

A

a CPU cycle spent waiting for access to instruction/data

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

Access Time

A

=Storage device speed

-It is the time required to perform one complete read or write operation.

-It is the same for both reading & writing unless otherwise stated.

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

Data transfer rate

A

Comprising AT & the unit of data transfer to or from the storage
device

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

Types of fixed-size units per read/write operation

A

-Block
-Sector

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

Block

A

Amount of data transferred in one read/write operation

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

Sector

A

Amount of data transferred to/from an optical/magnetic disk in one read/write operation

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

Types of storage mediums/devices

A

-Non-volatile storage device
-Volatile storage device

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

Non-volatile storage device

A

Holds data without loss over long periods of time

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

Volatile storage device

A

Can’t reliably hold data for long periods of time

17
Q

Access Methods categories

A

-Serial Access
-Random Access
-Parallel Access

18
Q

Serial Access

A

Stores and retrieves data items in a linear/sequential order

19
Q

Characteristics of serial access

A

-Data is written to a linear storage medium in a specific order & can be read back only in that same order.

– Access locations are organised serially (in a line)

– Access to location n requires accessing locations 1 through n-1.

– Old technology – avoid

20
Q

Random Access/Direct Access

A

-No specific access order

  • Any location on the storage medium can be accessed directly.
21
Q

Parallel Access

A

= It simultaneously accesses multiple storage locations