System A runs exactly one process per user. System B can support many processes per user. Discuss the organizational differences between operating systems A and B with regard to support of processes.

What will be an ideal response?

System A simplifies many process management concerns. For example, the process’s identifier could simply be the ID of the user that runs the process. Moreover, the operating system does not need to track information such as parent and child processes for each process. When a process terminates in System A, the operating system need not worry about how to manage its child processes. In system B, the operating system must assign each process (regardless of the user who created it) a unique process identifier. It should also determine relationships between processes (e.g., parent and child) for each user.

Computer Science & Information Technology

You might also like to view...

Software that enables users to find and access the various parts of the web is called a ________.

A. home page B. website C. browser D. web page

Computer Science & Information Technology

Because it is inconvenient to upload pages that contain active content every time you want to view those pages in a browser, Dreamweaver includes code called ____________________ that you can add to your pages with active content to enable you to safely preview the pages locally.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology