wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

OS-Module 1

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

1. What is operating system?

a)

a) collection of programs that manages hardware resources

b)

b) system service provider to the application programs

c)

c) link to interface the hardware and application programs

d)

d) all of the mentioned

2.

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

a)

a) System calls

b)

b) API

c)

c) Library

d)

d) Assembly instructions

3.

3. Which one of the following is not true?

a)

a) kernel is the program that constitutes the central core of the operating system

b)

b) kernel is the first part of operating system to load into memory during booting

c)

c) kernel is made of various modules which can not be loaded in running operating system

d)

d) kernel remains in the memory during the entire computer session

4.

4) Process is_______________

a)

a) program in High level language kept on disk

b)

b) contents of main memory

c)

c) a program in execution

d)

d) a job in secondary memory

5.

5) _______ is the first program run on a

computer when the computer boots up.

a)

System software

b)

Operating system

c)

System operations

d)

None

6.

6) _______ is a job of Kernel

a)

a) Resource allocation

b)

b) Memory allocation

c)

c) Task allocation

d)

d) All of the above

7.

7) Logical extension of multiprogramming of operating system is

a)

time sharing

b)

multi tasking

c)

single programing

d)

both a and b

8.

8) The Hardware mechanism that enables a device to notify the CPU is called __________.

a)

a) Polling

b)

b) Interrupt

c)

c) System Call

d)

d) None of the above

9.

9) Unix Operating System is an __________.

a)

a) Time Sharing Operating System

b)

b) Multi-User Operating System

c)

c) Multi-tasking Operating System

d)

d)

All the Above

10.

10) In Unix, Which system call creates the new process?

a)

a) fork

b)

b) create

c)

c) new

d)

d) none of the mentioned