What is the basic unit of resource allocation in an operating system?
a) Process
b) program
c) stack
c) heap
Which of the following is an active entity?
a) process
b) program
c) stack
d) heap
How many types of process attributes?
a) one
b) two
c) three
d) four
program counter, stack, data section, Heap
Which of the following attribute is used to store the address of next instruction to be executed?
a) program counter
b) stack
c) data section
d) heap
Which of the following attribute is used to store global variable?
a) program counter
b) stack
c) data section
d) heap
Which of the following attribute is dynamically allocated during process execution?
a) program counter
b) stack
c) data section
d) heap