wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

OS(UNIT-I) QUIZ

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

Which of the following is/ are the part of operating system?

a)

Kernel services

b)

Library services

c)

Application level services

d)

All of the above

2.

_________ Involves treating main memory as a resource to be allocated to and shared among a number of active processes.

a)

Partition management

b)

Memory management

c)

Disk management

d)

All of the above

3.

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

4.

Which of the following is the extension of Notepad?


a)

.TXT

b)

.DOC

c)

.XLS

d)

.PPT

5.

Which of the following is not application software?

Photoshop

a)

Windows 7

b)

WordPad

c)

Photoshop

d)

MS-excel

6.

Who provides the interface to access the services of the operating system?

a)

API

b)

System call

c)

Library

d)

Assembly instruction

7.

Process and Thread both mean the same in Operating System

a)

YES

b)

NO

8.

Processes on the remote systems are identified by ___________

a)

host ID

b)

host name and identifier

c)

identifier

d)

process ID

9.

Two processes often require data to be transferred between them. The major activities of an operating system with respect to?

a)

Error handling

b)

Resource Management

c)

Protection

d)

Communication

10.

A program executes the code

Fork();

Fork();

Fork();

The total number of child process created

a)

2

b)

4

c)

7

d)

8