OS Lab Quiz-1

OS Lab Quiz-1

University

16 Qs

quiz-placeholder

Similar activities

Operating Systems

Operating Systems

KG - University

20 Qs

CPU Scheduling Algorithms Quiz

CPU Scheduling Algorithms Quiz

University

15 Qs

COS Quiz 3

COS Quiz 3

University

21 Qs

OPERATING SYSTEMS 2

OPERATING SYSTEMS 2

University

20 Qs

CPU scheduling

CPU scheduling

University

13 Qs

OS(II UNIT)

OS(II UNIT)

University

15 Qs

CPU scheduling

CPU scheduling

University

17 Qs

Interprocess communication

Interprocess communication

University

19 Qs

OS Lab Quiz-1

OS Lab Quiz-1

Assessment

Quiz

University

Medium

Created by

Ranjit Behera

Used 67+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In UNIX, each process is identified by its:

Process Control Block

Device Queue

Process Identifier

None of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The child process can:

Can't have another program loaded on to it

Be a duplicate of parent process

Never be a duplicate of parent process

Never have another program loaded on to it

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A parent process calling _________ system call will be suspended until children processes terminate.

Exit

Exec

Fork

Wait

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In UNIX, the return value for the fork system call is _____ for the child process & ______ for the parent process.

-ve , 0

0 , -ve

0 , +ve

+ve , 0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In operating system, each process has its own

Address space, variables

Open files

Program counter

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In UNIX, which system call creates the new process?

Create

New

Fork

Exec

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A process terminates when it finishes executing its final statement and ask the operating system to delete it using __________system call.

Wait ()

Fork ()

Exit ()

Exec ()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?