COMSCI 2101 - Device Management Part 1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/28

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

Virtual Device

A combination of dedicated and shared devices. They're dedicated devices that have been transformed into shared devices.

2
New cards

Device Management

It monitors the status of each device, enforce present policies, and allocates devices and deallocates them at two levels.

3
New cards

Process Level and Job Level

Device management deallocates devices into two levels:

4
New cards

Dedicated
Shared
Virtual

Types of Devices:

5
New cards

Dedicated Devices

- assigned to only one job at a time
- serve that job for the entire time it's active or until it releases them

6
New cards

Dedicated Device

What type of device is the printer?

7
New cards

Shared Devices

These devices can be assigned to several processes.

8
New cards

Direct Access Storage Device

Meaning of DASD.

9
New cards

Direct Access Storage Device (DASD)

This device can be shared by several processes at the same time by interleaving their requests.

10
New cards

Spooling Program

A printer converted into shareable devices through a?

11
New cards

Universal Serial Bus Controller

acts as an interface between the OS, device drivers, and applications attached via USB host.

Devices can be flash memory, cameras, scanners, musical keyboards.

12
New cards

127 different devices

one USB host can accommodate up to?

13
New cards

identification number

Each devices is identified by the USB host controller with a unique ___________ __________, that allows many devices to exchange data with the computer using the same USB connection.

14
New cards

Storage Media

A physical device that receives, stores, and allows users and programs to access electronic data. This might be inside a computer or other device or
attached to a system externally, either directly or over a network.

15
New cards

Storage Media

What kind of media are CD ROM, DVD ROM, DAT tape, DLT tape, disk drives, SSD, Flash Drive?

16
New cards

Sequential Access Storage Media
Direct Access Storage Devices (DASD)

Storage media are divided into two groups:

17
New cards

Sequential Access Storage Media

store records sequentially, one after another

18
New cards

Direct Access Storage Devices (DASD)

store either sequential or direct access files

19
New cards

Magnetic Tape

developed for routine secondary storage in early computer systems and features records that are stored serially, one after other.

20
New cards

Magnetic Tape

To access a single record, the tape must be mounted and fast-forwarded until the desired position is located.

21
New cards

Density of the Tape (Magnetic)

Determined by the number of characters that can be recorder per inch, such as (1600 bpi)

22
New cards

Bytes per Inch

Meaning of BPI.

23
New cards

individually or grouped into blocks

Records can be stored?

24
New cards

space

If the records are stored individually, each record would need to be separated by a _______ to indicate its starting and ending places.

25
New cards

Blocking

Way of grouping the record into blocks before recording them on tape.

26
New cards

Application Program

The number of records is determined by the?

27
New cards

Transfer Rate

The rate at which data is transferred from sequential access media. Can be measured in either bpi and ips.

28
New cards

ips = density * transport speed

formula of transport rate of sequential access storage media

29
New cards

Access Time

total time required to access data in secondary storage.