Match the column Functions with the column Descriptions. Column I (Functions)…
2023
Match the column Functions with the column Descriptions.
Column I (Functions) | Column II (Descriptions) |
|---|---|
a) Multiprocessing | i) Two or more users can work with programs and share peripheral devices, such as printers, at the same time. |
b) Multithreading | ii) The computer can have two or more Central Processing Units (CPUs) that programs share. |
c) Multiuser | iii) A program can be broken into smaller parts (threads) that can run concurrently within the same process. |
Answer: A. a-ii, b-iii, c-i — a) Multiprocessing matches with ii): Multiprocessing refers to a system's ability to support more than one processor (CPU) to execute programs simultaneously.…
- A.
a-ii, b-iii, c-i
- B.
a-iii, b-ii, c-i
- C.
a-ii, b-i, c-iii
- D.
a-i, b-iii, c-ii
Attempted by 477 students.
Show answer & explanation
Correct answer: A
a) Multiprocessing matches with ii): Multiprocessing refers to a system's ability to support more than one processor (CPU) to execute programs simultaneously.
b) Multithreading matches with iii): Multithreading allows a single program to be divided into smaller parts (threads) that the operating system can load and run independently as needed.
c) Multiuser matches with i): A multiuser system allows two or more users to access programs and share hardware resources, like printers, at the same time.
Correct Option
Option 1: a-ii, b-iii, c-i
A video solution is available for this question — log in and enroll to watch it.