adplus-dvertising

Welcome to the Jobs and Processes MCQs Page

Dive deep into the fascinating world of Jobs and Processes with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Jobs and Processes, a crucial aspect of UNIX. In this section, you will encounter a diverse range of MCQs that cover various aspects of Jobs and Processes, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within UNIX.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Jobs and Processes. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of UNIX.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Jobs and Processes. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Jobs and Processes MCQs | Page 1 of 13

Q1.
Which option is used by the system administrator for displaying processes of a user?
Discuss
Answer: (b).-u
Q2.
The -a option when used with ps command lists processes of all users but doesn’t display the system processes.
Discuss
Answer: (a).True
Q3.
Which option is used with ps command to list system processes?
Discuss
Answer: (d).–A and -e
Q4.
What will the output of the following command?

$ ps -t dev/console
Discuss
Answer: (a).processes running on terminal named console
Q5.
There are ___ distinct phases of a process.

a.

2

b.

5

c.

4

d.

3

Discuss
Answer: (d).3
Q6.
A system call is a programmatic way in which the program requests for the service from the kernel of an operating system.
Discuss
Answer: (a).True
Q7.
Which of the following system call is used for creating a new process?
Discuss
Answer: (b).fork
Q8.
When fork() is invoked, the child process created gets a new PID.
Discuss
Answer: (a).True
Q9.
What is the value returned by fork system call, when the creation of child process is unsuccessful?
Discuss
Answer: (b).negative integer
Q10.
Which system call is used to run a new program?
Discuss
Answer: (c).exec
Page 1 of 13

Suggested Topics

Are you eager to expand your knowledge beyond UNIX? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!