Menu

Objective Type Questions & Answers


Operating Systems -Unit-1 Objective Type Questions



1. What is operating system?

A . Collection of programs that manages hardware resources

B . System service provider to the application programs

C . Link to interface the hardware and application programs

D . All of the mentioned

Answer



2. To access the services of operating system, the interface is provided by the:

A . System calls

B . API

C . Library

D . Assembly instructions

Answer



3. Which one of the following error will be handle by the operating system?

A . Power failure

B . Lack of paper in printer

C . Connection failure in the network

D . All of the mentioned

Answer



4. The systems which allows only one process execution at a time, are called

A . Uniprogramming systems

B . Uniprocessing systems

C . Unitasking systems

D . None of the mentioned

Answer



5. In operating system, each process has its own

A . address space and global variables

B . open files

C . pending alarms, signals and signal handlers

D . all of the mentioned

Answer



6. In Unix, Which system call creates the new process?

A . fork

B . create

C . new

D . none of the mentioned

Answer



7. A process can be terminated due to

A . normal exit

B . fatal error

C . killed by another process

D . all of the mentioned

Answer



8. What is the ready state of a process?

A . when process is scheduled to run after some execution

B . when process is unable to run until some task has been completed

C . when process is using the CPU

D . none of the mentioned

Answer



9. What is inter process communication?

A . communication within the process

B . communication between two process

C . communication between two threads of same process

D . none of the mentioned

Answer



10. A set of processes is deadlock if

A . each process is blocked and will remain so forever

B . each process is terminated

C . all processes are trying to kill each other

D . none of the mentioned

Answer



11. A process stack does not contain

A . function parameters

B . local variables

C . return addresses

D . PID of child process

Answer



12. Which system call returns the process identifier of a terminated child?

A . wait

B . exit

C . fork

D . get

Answer



13. The address of the next instruction to be executed by the current process is provided by the

A . CPU registers

B . program counter

C . process stack

D . pipe

Answer



14. Multi processor systems are known as 

A . parallel systems

B . tightly coupled systems

C . loosely coupled systems

D . Both A & B

Answer



15. Which cause breaking the sequence of execution?

A . interface

B . interrupt

C . memory

D . none

Answer



16. END, ABORT comes under

A . process control

B . file management

C . device

D . Information maintenance

Answer



17. The runtime support system for most programming languages provides a

A . system call interface

B . distributed systems

C . error detection

D . communication

Answer



18. ------------- provides an interfaces to the services made available by an operating system

A . system calls

B . distributed systems

C . special purpose systems

D . command interrupter

Answer



19. Kernel mode is also called

A . superior mode

B . system mode

C . privileged mode

D . all above

Answer



20. Multiprocessing ________. 

A . Make the operating system simpler

B . Allows multiple processes to run simultaneously

C . Is completely understood by all major computer vendors

D . Allows the same computer to have the multiple processors

Answer



21. The technique, for sharing the time of a computer among several jobs, which switches jobs so rapidly such that each job appears to have the computer to itself, is called ________. 

A . Time Sharing

B . Time out

C . Time domain

D . Multitasking

Answer



22. -----------is user friendly interface.

A . GUI

B . CGI

C . CLI

D . NONE

Answer



23. Linux is a(n) __________________ operating system

A . Open source

B . Microsoft

C . Windows

D . Mac

Answer



24. ----------is the layer of a computer system between the hardware and the user program [ ]

A . Operating environment

B . Operating system

C . System environment

D . None of these

Answer



25. The Basic Input Output System (BIOS) resides in [ ]

A . RAM

B . ROM

C . The CPU

D . Memory Cache

Answer





Relevant Materials :

Operating Systems -Unit-1 Objective Type Questions - [ Operating Systems ]

Operating Systems -Unit-2 Objective Type Questions - [ Operating Systems ]

Operating Systems -Unit-3 Objective Type Questions - [ Operating Systems ]

Operating Systems -Unit-4 Objective Type Questions - [ Operating Systems ]

Operating Systems -Unit-5 Objective Type Questions - [ Operating Systems ]


Similar Materials :

R - Programming MCQs - Unit-1 - [ R-Programming ]

R - Programming MCQs - Unit-2 - [ R-Programming ]

R - Programming MCQs - Unit-3 - [ R-Programming ]

R - Programming MCQs - Unit-4 - [ R-Programming ]

R - Programming MCQs - Unit-5 - [ R-Programming ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-1 - [ FLAT ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-2 - [ FLAT ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-3 - [ FLAT ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-4 - [ FLAT ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-5 - [ FLAT ]

PPS MCQs - Unit-1 - [ PPS ]

PPS MCQs - Unit-2 - [ PPS ]

PPS MCQs - Unit-3 - [ PPS ]

PPS MCQs - Unit-4 - [ PPS ]

PPS MCQs - Unit-5 - [ PPS ]

Object Oriented Programming through Java MCQs - Unit-1 - [ OOP_JAVA ]

Object Oriented Programming through Java MCQs - Unit-2 - [ OOP_JAVA ]

Object Oriented Programming through Java MCQs - Unit-3 - [ OOP_JAVA ]

Object Oriented Programming through Java MCQs - Unit-4 - [ OOP_JAVA ]

Object Oriented Programming through Java MCQs - Unit-5 - [ OOP_JAVA ]

Design and Analysis of Algorithms MCQs - Unit-1 - [ DAA ]

Design and Analysis of Algorithms MCQs - Unit-2 - [ DAA ]

Design and Analysis of Algorithms MCQs - Unit-3 - [ DAA ]

Design and Analysis of Algorithms MCQs - Unit-4 - [ DAA ]

Design and Analysis of Algorithms MCQs - Unit-5 - [ DAA ]

Software Engineering MCQs - Unit-1 - [ SE ]

Software Engineering MCQs - Unit-2 - [ SE ]

Software Engineering MCQs - Unit-3 - [ SE ]

Software Engineering MCQs - Unit-4 - [ SE ]

Software Engineering MCQs - Unit-5 - [ SE ]

Data Mining MCQs - Unit-1 - [ DM ]

Data Mining MCQs - Unit-2 - [ DM ]

Data Mining MCQs - Unit-3 - [ DM ]

Data Mining MCQs - Unit-4 - [ DM ]

Data Mining MCQs - Unit-5 - [ DM ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-1 - [ COA ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-2 - [ COA ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-3 - [ COA ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-4 - [ COA ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-5 - [ COA ]

Data Structures Objective Type Question Bank-Unit-1 - [ DS ]

Data Structures Objective Type Question Bank-Unit-2 - [ DS ]

Data Structures Objective Type Question Bank-Unit-3 - [ DS ]

Data Structures Objective Type Question Bank-Unit-4 - [ DS ]

Data Structures Objective Type Question Bank-Unit-5 - [ DS ]

Database Management System Objective Type Question Bank-Unit-1 - [ DBMS ]

Database Management System Objective Type Question Bank-Unit-2 - [ DBMS ]

Database Management System Objective Type Question Bank-Unit-3 - [ DBMS ]

Database Management System Objective Type Question Bank-Unit-4 - [ DBMS ]

Database Management System Objective Type Question Bank-Unit-5 - [ DBMS ]