Question
a.
Have some process running at all times
b.
Have multiple programs waiting in a queue ready to run
c.
To maximize CPU utilization
d.
Both a and c
Posted under Operating System
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. The objective of multi-programming is to :
Similar Questions
Discover Related MCQs
Q. Which of the following do not belong to queues for processes ?
View solution
Q. When the process issues an I/O request :
View solution
Q. When a process terminates :
View solution
Q. A thread is
View solution
Q. Which one of the following can not be scheduled by the kernel?
View solution
Q. The two steps of a process execution are :
View solution
Q. Which of the following is correct regarding process in operating system?
View solution
Q. Which one of the following is not a valid state of a thread?
View solution
Q. A process executes the code,
fork();
fork();
fork();
How many child processes are created?
View solution
Q. An operating system maintains smaller data structures for a thread than a process, as a thread is usually defined as a ‘ light weight process ’. What is the per thread basis of the operating system?
View solution
Q. Consider the following statements:
a. With the use of kernel supported threads context switch is faster.
b. The entire process can be blocked by the system for user - level threads.
c. Kernel supported threads can be scheduled independently.
d. User level threads are transparent to the kernel.
Which of the above statements are true?
View solution
Q. Which of the following is not a fundamental process state
View solution
Q. Which of these is a component of a process precedence sequence?
View solution
Q. Threads of a process share
View solution
Q. Process is ........................
View solution
Q. State whether true or false.
i) Multithreading is useful for application that perform a number of essentially independent tasks
that do not be serialized.
ii) An example of multithreading is a database server that listens for and process numerous client
request.
View solution
Q. The typical elements of process image are .....................
i) User data ii) System Data iii) User program iv) System stack
View solution
Q. Which of the following is not the function of Micro kernel?
View solution
Q. .................. refers to the ability of an operating system to support multiple threads of execution with a single process.
View solution
Q. State whether the following statement is true.
i) It takes less time to terminate a thread than a process.
ii) Threads enhance efficiency in communication between different executing programs.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Operating System? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!