Computer Science, asked by mohdaarif6695, 1 month ago

Explain the structure of operating system with a
neat sketch.

Answers

Answered by kalichaturvedi68
1

Explanation:

One way to achieve modularity in the operating system is the layered approach. In this, the bottom layer is the hardware and the topmost layer is the user interface. As seen from the image, each upper layer is built on the bottom layer. All the layers hide some structures, operations etc from their upper layers.

Answered by tarannumvasim313
1

Answer:

An operating system is composed of a kernel, possibly some servers, and posssibly some user-level libraries. The kernel provides operating system services through a set of procedures, which may be invoked by user processes through system calls

Similar questions