Ask Question
9 September, 01:30

Which of the following is a principle that can improve the efficiency of I/O?

A) Increase the number of context switches.

B) Use small data transfers.

C) Move processing primitives into hardware.

D) Decrease concurrency using DMA controllers

+5
Answers (2)
  1. 9 September, 01:59
    0
    Move processing primitives into hardware.

    Explanation:

    Moving processing primitives into hardware will improve the efficiency of data transfer to and from a system. Primitive are simply the smallest indivisible data type in any programming language and moving them into the hardware makes them easily accessible by the system thereby increasing the efficiency of data processing (input and output).
  2. 9 September, 03:45
    0
    C)

    Explanation:

    One principle that can improve the efficiency of I/O would be to move processing primitives into hardware. Primitives are a semantic value representing something else such as words or numbers within the programming language. By moving them into hardware they system is able to read them at a much faster speed making the I/O more efficient.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which of the following is a principle that can improve the efficiency of I/O? A) Increase the number of context switches. B) Use small data ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers