This repository has been archived on 2025-12-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2024-09-20 14:17:13 +03:00

16 lines
1.3 KiB
HTML

<!doctype html>
<html>
<head>
<title>Feedback comments</title>
<meta charset="utf-8">
</head>
<body>
<p dir="ltr" style="text-align: left;"></p><p>Please check the answers for Q4 &amp; Q5<br>4)The two categories of services and functions provided by an operating system are: User services and system services</p>
<p>User services provides functions that are helpful to users, including user interface, program execution, I/O operations, file system operations, communication, and error detection</p>
<p>System services are not meant to help users but to ensure that the system itself runs efficiently.&nbsp; Systems with multiple users can gain efficiency by sharing the computer resources among the users. System services include resource allocation, accounting, protection and security.<br><span style="font-family: Montserrat, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, &quot;Helvetica Neue&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;"><br>5) Three general methods of passing parameters are</span></p>
<p>a. Pass parameters in registers</p>
<p>b. Registers pass starting addresses of blocks of parameters</p>
<p>c. Parameters can be placed, or pushed, onto the stack by the program, and popped off the stack by the operating system&nbsp;</p><br><p></p>
</body>
</html>