Operating System MCQs

Important computer science MCQS, Operating system MCQS for lecturer Computer, Computer Instructor TGT Computer etc

The FCFS algorithm is particularly troublesome for __

A. a) operating systems
B. b) multiprocessor systems
C. c) time sharing systems
D. d) multiprogramming systems
Computer Science MCQS Operating System MCQs

The portion of the process scheduler in an operating system that dispatches processes is concerned with __

A. a) assigning ready processes to waiting queue
B. b) assigning running processes to blocked queue
C. c) assigning ready processes to CPU
D. d) all of the mentioned
Computer Science MCQS Operating System MCQs

Transient operating system code is a code that __

A. a) stays in the memory always
B. b) never enters the memory space
C. c) comes and goes as needed
D. d) is not easily accessible
Computer Science MCQS Operating System MCQs

When a process is in a “Blocked” state waiting for some I/O service. When the service is completed, it goes to the __

A. a) Terminated state
B. b) Suspended state
C. c) Running state
D. d) Ready state
Computer Science MCQS Operating System MCQs

 In a timeshare operating system, when the time slot assigned to a process is completed, the process switches from the current state to?

A. a) Suspended state
B. b) Terminated state
C. c) Ready state
D. d) Blocked state
Computer Science MCQS Operating System MCQs

 In operating system, each process has its own __

A. a) open files
B. b) pending alarms, signals, and signal handlers
C. c) address space and global variables
D. d) all of the mentioned
Computer Science MCQS Operating System MCQs

Which one of the following is not a real time operating system?

A. a) RTLinux
B. b) Palm OS
C. c) QNX
D. d) VxWorks

Computer Science MCQS Operating System MCQs

 If a process fails, most operating system write the error information to a __

A. a) new file
B. b) another running process
C. c) log file
D. d) none of the mentioned

Computer Science MCQS Operating System MCQs

Where is the operating system placed in the memory?

A. a) either low or high memory (depending on the location of interrupt vector)
B. b) in the low memory
C. c) in the high memory
D. d) none of the mentioned

Computer Science MCQS Operating System MCQs

Which one of the following errors will be handle by the operating system?

A. a) lack of paper in printer
B. b) connection failure in the network
C. c) power failure
D. d) all of the mentioned

Computer Science MCQS Operating System MCQs

CPU scheduling is the basis of _

A. a) multiprogramming operating systems
B. b) larger memory sized systems
C. c) multiprocessor systems
D. d) none of the mentioned

Computer Science MCQS Operating System MCQs

To access the services of the operating system, the interface is provided by the _

A. a) Library
B. b) System calls
C. c) Assembly instructions
D. d) API

Computer Science MCQS Operating System MCQs

In Operating Systems, which of the following is/are CPU scheduling algorithms?

A. a) Priority
B. b) Round Robin
C. c) Shortest Job First
D. d) All of the mentioned

Computer Science MCQS Operating System MCQs

What is the main function of the command interpreter?

A. a) to provide the interface between the API and application program
B. b) to handle the files in the operating system
C. c) to get and execute the next user-specified command
D. d) none of the mentioned

Computer Science MCQS Operating System MCQs

What is an operating system?

A. a) interface between the hardware and application programs
B. b) collection of programs that manages hardware resources
C. c) system service provider to the application programs
D. d) all of the mentioned

Computer Science MCQS Operating System MCQs
Scroll to Top