adplus-dvertising
frame-decoration

Question

The segment representing the constants, globals and static variables is called:

a.

text segment

b.

data segment

c.

stack

d.

heap

Posted under Jobs and Processes UNIX

Answer: (b).data segment

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The segment representing the constants, globals and static variables is called:

Similar Questions

Discover Related MCQs

Q. The stack stores the _______

Q. The attributes of every process are stored in ____

Q. The entire process life cycle is built around ___ system calls.

Q. Which of the following system call is used for replicating a process?

Q. Which of the following functions is used for handling environment variables of a process?

Q. A process can be terminated using the exit or _exit system call.

Q. Both exit and _exit system call share an identical syntax.

Q. The parent process picks up the exit status of a child using ___ system call.

Q. Which of the following system call is more powerful (in waiting mechanism) than wait system call?

Q. If the child dies first but the entry of that child in the process table is still present, then that process is called ____

Q. Every process belongs to a process group.

Q. ____ exec is responsible for executing programs on a UNIX system.

Q. Which of the following system call is used for duplicating file descriptor?

Q. We can also duplicate the file descriptor using ___

Q. Which of the following system call is preferred over dup and dup2 for replicating file descriptor?

Q. Which of the following system call is used for inter-process communication?

Q. We can use pipe with fork system call.

Q. The action that a signal takes on receipt of a signal is called ____

Q. The sources from where the signals can be generated are:

Q. There are _____ signals that are generated from the keyboard.