Question

1. Difference between sector sparing and sector slipping is A) sector sparing uses spare sectors while...

1. Difference between sector sparing and sector slipping is

A) sector sparing uses spare sectors while sector slipping does not.

B) sector sparing results in copying of a single sector while sector slipping may result in copying of multiple sectors.

C) sector sparing can help recover from hard errors while sector slipping cannot.

D) sector slipping can help recover from hard errors while sector sparing cannot.

2. 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.

3. 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.

4. 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.

5. Which of the following is TRUE about a serial port controller and a fibre channel (FC) bus controller?

A) Both FC bus controller and serial port controller are often implemented as separate circuit boards.

B) A serial-port controller is a simple device controller, while an FC bus controller is complex.

C) Both FC bus controller and serial port controller are used in PCs.

D) All of the above.

6. In memory-mapped I/O

A) main memory of the computing device is used for communicating with the I/O devices using the standard I/O instructions.

B) main memory of the computing device is used for communicating with the I/O devices using the special I/O instructions.

C) address space of the computing device is used for communicating with the I/O devices using the standard I/O instructions.

D) address space of the computing device is used for communicating with the I/O devices using the special I/O instructions.

7. A control register in an I/O device control

A) is written by the host to send output.

B) is written by the host to choose half-duplex communication.

C) is read by the host to get input.

D) contains status bits that can be read by the host.

8. In polling I/O, the main inefficiency comes from

A) the hardware controller when it notifies the CPU that the device is ready for service.

B) the basic polling operation that may be comprised of several CPU instructions.

C) polling when it is attempted repeatedly yet rarely finds a device ready for service.

D) the slow data transfer rate between a device and the host.

9. Interrupt chaining

A) allows CPU to defer processing of low-priority interrupts without masking all interrupts.

B) splits interrupt management between first level and second level interrupt handlers.

C) is used to handle interrupts but not exceptions.

D) is a compromise between the overhead of a huge interrupt table and the inefficiency of dispatching to a single interrupt handler.

10. In DMA-based I/O,

A) CPU is relieved from data transfer and is interrupted after every word has been transferred to initiate the next word transfer.

B) cycle stealing can slow down the CPU computation, but off-loading the data-transfer work to a DMA controller generally improves the total system performance.

C) interrupt mechanism is not used.

D) data is transferred to/from a single block of memory, but not to/from multiple blocks.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1. B. sector sparing results in copying of a single sector while sector slipping may result in copying of multiple sectors.

2. B.  Swap space may be used to store only pages that have been pushed out of main memory.

4. B.  SANs use storage protocols rather than network protocols.

5. D. All of the above.

6. C.  address space of the computing device is used for communicating with the I/O devices using the standard I/O instructions.

7. D. contains status bits that can be read by the host.

8. C.  polling when it is attempted repeatedly yet rarely finds a device ready for service.

9. A. allows CPU to defer processing of low-priority interrupts without masking all interrupts.

10. A. CPU is relieved from data transfer and is interrupted after every word has been transferred to initiate the next word transfer.

Add a comment
Know the answer?
Add Answer to:
1. Difference between sector sparing and sector slipping is A) sector sparing uses spare sectors while...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Vocabulary Exercises is the communication channel that connects all computer system components Cache types that are...

    Vocabulary Exercises is the communication channel that connects all computer system components Cache types that are generally implemented on the same chip as the CPU include 3. thus controlling access to the bus by all other The CPU is always capable of being a(a) devices in the computer system. 4. An) is a reserved area of memory used to resolve differences in data transfer rate or data transfer unit size. 5. A(n) is an area of fast memory where data...

  • Part 1: A pipelined computer completes instructions more quickly by having more than one instruction at...

    Part 1: A pipelined computer completes instructions more quickly by having more than one instruction at a time "in the pipeline." Explain what problem branch instructions cause with instruction pipelining. Describe one approach to overcoming this problem. Part 2: RISC computers generally execute more instructions per second than CISC computers. Describe the penalty or trade-off paid when adopting the RISC architecture. Part 3: When a cache hit to a cache on the CPU chip occurs on a memory write the...

  • For the efficient memory management and to avoid errors modern systems uses secondary memory as a...

    For the efficient memory management and to avoid errors modern systems uses secondary memory as a part of the main memory known as a virtual memory. When a computer system is running serval programs at the same time, the main memory often becomes exhausted. In such circumstances instead of closing some programs the operating system use the secondary memory as part of the main memory to store some data. In short virtual memory is an elegant interaction of hardware exceptions,...

  • T F Xilinx's SDK assembler supports both FOR statements, but not wHILE statements T F In the ARM processor, immediate operands are stored in data memory, and not in the opcode T F In ARM proc...

    T F Xilinx's SDK assembler supports both FOR statements, but not wHILE statements T F In the ARM processor, immediate operands are stored in data memory, and not in the opcode T F In ARM processor instructions, one but not both operands can come from main T F In the ARM processor, a single load/store instruction T F It is possible for a microprocessor to use a virtual TCache memory is typically much faster and much larger than main memory...

  • # No plagiarism #Decide on the type of motherboard to use in the computer system you...

    # No plagiarism #Decide on the type of motherboard to use in the computer system you are designing. Explain what it is and why you chose it. This from Lab 5.1 Using the information you recorded previously in Step 5, consult Table 5-1 to find out how to enter your system’s setup utility. (Alternatively, when you first turn on your PC, look for a message on your screen, which might read something like “Press F2 to access setup.” Table 5-1:...

  • pls answer all questions 1) A step-by-step solution to a problem is called a. hardware b....

    pls answer all questions 1) A step-by-step solution to a problem is called a. hardware b. an operating system c. a computer language d. an algorithm 2) separated the programming task from the computer operation tasks. a. Algorithms b. Data processors c. High-level programming languages d. Operating systems 3) is a 16-bit code that can represent symbols in languages other than English. a. ASCII b. Extended ASCII c. EBCDIC d. Unicode 4) When you want to download music to a...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT