edited by
1,863 views
3 votes
3 votes

Match List-I with List-II:

$$\begin{array}{|c|c|c|c|} \hline {}&  \text{List-I} & {} & \text{List-II} \\ \hline (a) & \text{Disk} & (i) & \text{Thread} \\ \hline (b) & \text{CPU} & (ii) & \text{Signal} \\ \hline (c) & \text{Memory} & (iii) & \text{File system} \\ \hline (d) & \text{Interrupt} & (iv) & \text{Virtual address space} \\ \hline \end{array}$$

Choose the correct option from those given below:

  1. a-i; b-ii; c-iii; d-iv
  2. a-iii; b-i; c-iv; d-ii
  3. a-ii; b-i; c-iv; d-iii
  4. a-ii; b-iv; c-iii; d-i
edited by

3 Answers

Best answer
5 votes
5 votes

filesystem is the methods and data structures that an operating system uses to keep track of files on a disk or partition; that is, the way the files are organized on the disk.

A thread is a path of execution within a process within the CPU.

Th virtual address space is the memory that an individual program sees when it executes.

An interrupt is a signal to the processor emitted by hardware or software indicating an event that needs immediate attention.

$\begin{array}{|c|c|c|c|} \hline {}&  \text{List-I} & {} & \text{List-II} \\ \hline (a) & \text{Disk} & (iii) & \text{File System} \\ \hline (b) & \text{CPU} & (i) & \text{Thread} \\ \hline (c) & \text{Memory} & (iv) & \text{Virtual address space} \\ \hline (d) & \text{Interrupt} & (ii) & \text{Signal} \\ \hline \end{array}$

$\therefore$ Option $B.$ is the correct answer.

selected by
Answer:

Related questions

1 votes
1 votes
1 answer
1
3 votes
3 votes
2 answers
4
Arjun asked Jul 2, 2019
2,364 views
Which of the following are NOT shared by the threads of the same process?StackRegistersAddress spaceMessage queuea and db and ca and ba, b and c