edited by
1,236 views
2 votes
2 votes

Match the following for Windows Operating System $:$

$\begin{array}{}  \text{(a)} & \text{Hardware} & \text{(i)} & \text{Starting all processes, emulation of different} \\ &\text{abstration}&& \text{operating system,security functions, transform} \\&\text{Layer}&& \text{character based applications to graphical}\\ &&& \text{representation}\\ \text{(b)} & \text{Kernel} & \text{(ii)} & \text{Export a virtual memory interface, support for} \\&&&  \text{symmetric multiprocessing, administration,} \\ &&& \text{details of mapping memory, configuring I/O} \\ &&&  \text{buses, setting up DMA} \\ \text{(c)} & \text{Executive} & \text{(iii)} & \text{Thread scheduling, interrupt and exception} \\ &&& \text{handling,recovery after power failure} \\  \text{(d)} & \text{Win32} & \text{(iv)} & \text{Objet  manager, virtual memory manager,} \\&\text{subsystem}&&  \text{process manager, plug-and-Play and power} \\&&& \text{manager} \\ \end{array} $

$\textbf{Codes :}$

  1. $\text{(a)-(i), (b)-(iii), (c)-(ii), (d)-(iv)}$
  2. $\text{(a)-(iv), (b)-(iii), (c)-(ii), (d)-(i)}$
  3. $\text{(a)-(ii), (b)-(iii), (c)-(iv), (d)-(i)}$
  4. $\text{(a)-(iii), (b)-(ii), (c)-(i), (d)-(iv)}$
edited by

1 Answer

2 votes
2 votes

ans should be C

Export a virtual memory interface, support for symmetric multiprocessing, administration, details of mapping memory, configuring I/O buses, setting up DMA --> these are hardware oriented so Hardware abstraction layer takes care of it

Thread scheduling, interrupt and exception handling, recovery after power failure these are functions of OP systems above hardware so kernel will handle

 The executive layer provides a set of services used by all subsystems: object manager, virtual memory manager, process manager, local procedure call facility, I/O manager, security monitor, plug and-play manager, registry, and booting

The Win32 environment subsystem can run 32-bit Windows applications. It contains the console as well as text window support, shutdown and hard-error handling for all other environment subsystems. It also supports Virtual DOS Machines (VDMs), which allow MS-DOS and 16-bit Windows (Win16) applications to run on Windows NT. There is a specific MS-DOS VDM that runs in its own address space and which emulates an Intel 80486 runni

Answer:

Related questions

3 votes
3 votes
1 answer
2
3 votes
3 votes
1 answer
3
go_editor asked Jul 22, 2016
4,206 views
Which of the following is not a part of an expert system shell?Knowledge baseInterference engineExplanation facilityNone of the above
2 votes
2 votes
1 answer
4
go_editor asked Jul 29, 2016
2,202 views
Which of the following commands would return process_id of sleep command?Sleep 1 and echo $Sleep 1 and echo $#Sleep 1 and echo $*Sleep 1 and echo $!