Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. In the following options, which scheduling algorithm can be used in CPU scheduling. A. First-come, first-served B. Worst fit C. First fit D. Best
1. In the following options, which scheduling algorithm can be used in CPU scheduling. A. First-come, first-served B. Worst fit C. First fit D. Best fit Answer: 2. In a system that supports multithreading, process P creates several threads. Which of the following is not shared among threads? A. Code section of process P B. Open files in process P C. Stack pointer of a thread in process P D. Global variables for process P Answer: 3. In the principle of operating system, which part involves FIFO algorithm at the followings: A. Processor scheduling algorithms B. Memory allocation algorithms C. Page replacement algorithm D. Device allocation algorithms Answer: 4. From which queue, will the process scheduler select the process? A. Waiting queue B. Run queue C. Ready queue D. Any queue
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