16 lines
1.3 KiB
HTML
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 & 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. 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, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";"><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 </p><br><p></p>
|
|
</body>
|
|
</html> |