Filters
Question type

Study Flashcards

An I/O system call does not include


A) memory address.
B) storage device address.
C) CPU speed.
D) whether the operation is input or output.

Correct Answer

verifed

verified

C

Which of the following disk head scheduling algorithms does not take into account the current position of the disk head?


A) FCFS
B) C-SCAN
C) SCAN
D) All scheduling algorithms take into account the current position of the disk head

Correct Answer

verifed

verified

In a swap map in Linux


A) counter value 0 indicates that the page slot is occupied by a swapped page.
B) counter value 5 indicates that the page slot is occupied and the page is shared by five processes.
C) counter value -1 indicates that the page slot is available.
D) counter value -5 indicates that the page slot was occupied by a page that was shared by five processes, and is now available.

Correct Answer

verifed

verified

Describe one technique that can enable multiple disks to be used to improve data transfer rate.

Correct Answer

verifed

verified

One technique is bit-level striping. Bit-level striping consists of splitting the bits of each byte across multiple disks so that the data can be accessed from multiple disks in parallel. Another method is block-level striping where blocks of a file are striped across multiple disks.

A full bootstrap program


A) is stored in ROM to ensure to avoid any infection from viruses.
B) is part of an operating system
C) may be infected by viruses.
D) runs after the operating system has been loaded in memory.

Correct Answer

verifed

verified

Consider a disk queue holding requests to the following cylinders in the listed order: 116, 22, 3, 11, 75, 185, 100, 87. Using the SCAN scheduling algorithm, what is the order that the requests are serviced, assuming the disk head is at cylinder 88 and moving upward through the cylinders?


A) 116 - 22 - 3 - 11 - 75 - 185 - 100 - 87
B) 100 - 116 - 185 - 87 - 75 - 22 - 11 - 3
C) 87 - 75 - 100 - 116 - 185 - 22 - 11 - 3
D) 100 - 116 - 185 - 3 - 11 - 22 - 75 - 87

Correct Answer

verifed

verified

In general, SCAN disk head scheduling will involve less movement of the disk heads than C-SCAN disk head scheduling.

Correct Answer

verifed

verified

What are the two components of positioning time?


A) seek time + rotational latency
B) transfer time + transfer rate
C) effective transfer rate - transfer rate
D) cylinder positioning time + disk arm positioning time

Correct Answer

verifed

verified

Which of the following is FALSE about Storage Area Networks?


A) SANs make it possible for clusters of servers to share the same storage.
B) SANs use storage protocols rather than network protocols.
C) Allocation of storage to hosts is static.
D) Multiple hosts can attach to the same SAN.

Correct Answer

verifed

verified

Disk scheduling algorithms in operating systems consider only seek distances, because


A) rotational latency is insignificant compared to the average seek time.
B) modern disks do not disclose the physical location of logical blocks.
C) the operating systems may have other constraints such as writes may be more urgent than reads.
D) it is difficult to optimize seek time in disk hardware.

Correct Answer

verifed

verified

DRAMs are now commonly used for mass data storage, because


A) programs can share data easily when using RAMs.
B) DRAMs are cheaper than SSDs.
C) programs may not need the data they store in future.
D) storage capacity of DRAMS is typically much larger than HDDs.

Correct Answer

verifed

verified

Solid state disks (SSDs) commonly use the ___________ disk scheduling policy.


A) C-SCAN
B) SCAN
C) FCFS
D) None of the above

Correct Answer

verifed

verified

RAID level ____ is the most common parity RAID system.


A) 0
B) 0+1
C) 4
D) 5

Correct Answer

verifed

verified

SCAN disk head scheduling offers no practical benefit over FCFS disk head scheduling.

Correct Answer

verifed

verified

RAID level 0 provides no redundancy.

Correct Answer

verifed

verified

Describe why Solaris systems only allocate swap space when a page is forced out of main memory, rather than when the virtual memory page is first created.

Correct Answer

verifed

verified

Solaris systems only allocate swap space...

View Answer

Which of the following is FALSE about swap space use?


A) Swap space may be used to hold an entire process image.
B) Swap space may be used to store only pages that have been pushed out of main memory.
C) Swap space may be used to store the file system.
D) Swap space can be a dedicated swap partition, a swap file, or a combination of swap partitions and swap files.

Correct Answer

verifed

verified

What is a storage-area network?

Correct Answer

verifed

verified

A storage-area network (SAN) is a privat...

View Answer

Number of sectors per track increases as we move from inner zone to outer zone, because


A) the drive can increase its rotation speed as the head moves from the outer to the inner tracks.
B) the drive can decrease its rotation speed as the head moves from the outer to the inner tracks.
C) angular velocity of disk rotation can vary.
D) angular velocity of disk rotation can remain constant.

Correct Answer

verifed

verified

Disk controllers do not usually have a built-in cache.

Correct Answer

verifed

verified

False

Showing 1 - 20 of 46

Related Exams

Show Answer