You are on page 1of 9

9/15/23, 7:13 PM 2nd Module Assessment

Dashboard / My courses / Unix /Linux Programming (CSIT803)-Semester III / #Module 2: PROCESSES / 2nd Module Assessment

Question 1

Not yet answered

Marked out of 1.00

What is a job?

Select one:
a. group of tasks
b. group of commands
c. group of processes
d. group of signals
Clear my choice

Question 2

Not yet answered

Marked out of 1.00

Each process is identified by a unique integer called ______

Select one:
a. PID
b. PPID
c. TID
d. PTID
Clear my choice

https://amigo.amityonline.com/mod/quiz/attempt.php?attempt=587101&cmid=178052 1/9
9/15/23, 7:13 PM 2nd Module Assessment

Question 3

Not yet answered

Marked out of 1.00

A process is an instance of _______ program.

Select one:
a. waiting
b. executing
c. terminated
d. halted
Clear my choice

Question 4

Not yet answered

Marked out of 1.00

Which command will push the current foreground job to the background?

Select one:
a. bg
b. fg
c. ctrl-Z
d. kill
Clear my choice

https://amigo.amityonline.com/mod/quiz/attempt.php?attempt=587101&cmid=178052 2/9
9/15/23, 7:13 PM 2nd Module Assessment

Question 5

Not yet answered

Marked out of 1.00

When a process has completed its execution, it is called ______

Select one:
a. born
b. terminated
c. waiting
d. exit
Clear my choice

Question 6

Not yet answered

Marked out of 1.00

Process is a program in ________ state.

Select one:
a. initializing
b. dead
c. execution
d. None of these
Clear my choice

https://amigo.amityonline.com/mod/quiz/attempt.php?attempt=587101&cmid=178052 3/9
9/15/23, 7:13 PM 2nd Module Assessment

Question 7

Not yet answered

Marked out of 1.00

A process is said to be ____ when it starts its execution.

Select one:
a. born
b. die
c. waiting
d. terminated
Clear my choice

Question 8

Not yet answered

Marked out of 1.00

POSIX shell provides job control facilities like bg or fg.

Select one:
a. TRUE
b. FALSE
c. May be True
d. May be False
Clear my choice

https://amigo.amityonline.com/mod/quiz/attempt.php?attempt=587101&cmid=178052 4/9
9/15/23, 7:13 PM 2nd Module Assessment

Question 9

Not yet answered

Marked out of 1.00

Programs and process are synonymous.

Select one:
a. TRUE
b. FALSE
c. May be Ture
d. All of these
Clear my choice

Question 10

Not yet answered

Marked out of 1.00

Which command is used to list the status of jobs?

Select one:
a. fg
b. JOBS
c. jobs
d. fg
Clear my choice

https://amigo.amityonline.com/mod/quiz/attempt.php?attempt=587101&cmid=178052 5/9
9/15/23, 7:13 PM 2nd Module Assessment

Question 11

Not yet answered

Marked out of 2.00

____ command will bring the background jobs to the foreground.

Select one:
a. bg
b. fg
c. ctrl-Z
d. kill
Clear my choice

Question 12

Not yet answered

Marked out of 2.00

Process table and process control block store same attributes of a process. State whether it is True or False.

Select one:
a. TRUE
b. FALSE
c. May be True
d. May be False
Clear my choice

https://amigo.amityonline.com/mod/quiz/attempt.php?attempt=587101&cmid=178052 6/9
9/15/23, 7:13 PM 2nd Module Assessment

Question 13

Not yet answered

Marked out of 2.00

Which data structure is used to store information about a process?

Select one:
a. process control block (pcb)
b. array
c. queue
d. program control block
Clear my choice

Question 14

Not yet answered

Marked out of 2.00

Ready state processes are scheduled by ______.

Select one:
a. Shell
b. Hardware
c. kernel
d. None of these
Clear my choice

https://amigo.amityonline.com/mod/quiz/attempt.php?attempt=587101&cmid=178052 7/9
9/15/23, 7:13 PM 2nd Module Assessment

Question 15

Not yet answered

Marked out of 4.00

The command bg %2 is valid. State whether it is True or False.

Select one:
a. a) True
b. b) False
c. May be True
d. None of These
Clear my choice

Question 16

Not yet answered

Marked out of 4.00

Some attributes of every process are maintained by the kernel in memory in a separate structure, called the ______

Select one:
a. pcb
b. task control block
c. process table
d. task table
Clear my choice

https://amigo.amityonline.com/mod/quiz/attempt.php?attempt=587101&cmid=178052 8/9
9/15/23, 7:13 PM 2nd Module Assessment

Question 17

Not yet answered

Marked out of 4.00

_________is the state of process when it completes its task.

Select one:
a. Dead
b. Zombie
c. Final
d. Both A and B
Clear my choice

◄ 2.3.3 The at command

Jump to...

Module 2 Feedback Form ►

https://amigo.amityonline.com/mod/quiz/attempt.php?attempt=587101&cmid=178052 9/9

You might also like