Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 point Which is a challenge for remote procedure calls (from one process to another) as compared to making a regular function call? Managing the
1 point Which is a challenge for remote procedure calls (from one process to another) as compared to making a regular function call? Managing the value of the instruction pointer (IP) register (also called the program counter, or PC) Passing information into the remote procedure Returning information from the remote procedure Avoiding executing the code twice 1 point What is one reason to not separate the scheduler component from the kernel and make it a (high=priority) user-space process? It would be hard to change scheduling strategies It is just an implementation choice that Windows/Linux/Mac-OS have chosen not to take It would run too slow It would be hard to give the scheduler the proper privileges to access and manipulate information 1 point If we created an operating system just for grading homework assignments, It would be able to use a lot fewer resources It would be able to use a lot fewer system calls It would be good for science courses Even if it worked, it probably would not perform much better than a general purpose operating system
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started