Computer Science MCQS

Computer Science MCQ with detailed explanations for students & freshers preparing for entrance exams, various tests, interviews, competitive exams like GATE exam, interview, competitive examination and entrance exam.

 Hard real time operating system has __ jitter than a soft real time operating system.

A. a) equal
B. b) more
C. c) less
D. d) none of the mentioned
Computer Science MCQS Operating System MCQs

 In real time operating system __

A. a) process scheduling can be done only once
B. b) all processes have the same priority
C. c) kernel is not required
D. d) a task must be serviced by its deadline period
Computer Science MCQS Operating System MCQs

The _ presents a uniform device-access interface to the I/O subsystem, much as system calls provide a standard interface between the application and the operating system.

A. a) Device drivers
B. b) I/O systems
C. c) Devices
D. d) Buses
Computer Science MCQS Operating System MCQs

The operating system maintains a __ table that keeps track of how many frames have been allocated, how many are there, and how many are available.

A. a) memory
B. b) mapping
C. c) page
D. d) frame
Computer Science MCQS Operating System MCQs

Using transient code, _ the size of the operating system during program execution.

A. a) maintains
B. b) changes
C. c) increases
D. d) decreases
Computer Science MCQS Operating System MCQs

The operating system and the other processes are protected from being modified by an already running process because __

A. a) every address generated by the CPU is being checked against the relocation and limit registers
B. b) they have a protection algorithm
C. c) they are in different memory spaces
D. d) they are in different logical addresses
Computer Science MCQS Operating System MCQs

The main memory accommodates __

A. a) cpu
B. b) user processes
C. c) operating system
D. d) all of the mentioned
Computer Science MCQS Operating System MCQs

Swapping _ be done when a process has pending I/O, or has to execute I/O operations only into operating system buffers.

A. a) must never
B. b) maybe
C. c) can
D. d) must
Computer Science MCQS Operating System MCQs

A deadlock avoidance algorithm dynamically examines the __ to ensure that a circular wait condition can never exist.

A. a) operating system
B. b) resources
C. c) system storage state
D. d) resource allocation state
Computer Science MCQS Operating System MCQs

 For an effective operating system, when to check for deadlock?

A. a) every time a resource request is made at fixed time intervals
B. b) at fixed time intervals
C. c) every time a resource request is made
D. d) none of the mentioned
Computer Science MCQS Operating System MCQs

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
Scroll to Top