The systems
which allows only one process execution at a time, are called
a) uniprogramming systems
b) uniprocessing systems
c) unitasking systems
d) none of the mentioned
a) uniprogramming systems
b) uniprocessing systems
c) unitasking systems
d) none of the mentioned
In Unix, Which system call creates the new process?
a) fork
b) create
c) new
d) none of the mentioned
a) fork
b) create
c) new
d) none of the mentioned
What is the
ready state of a process?
a) when process is scheduled to run after some execution
b) when process is unable to run until some task has been completed
c) when process is using the CPU
d) none of the mentioned
a) when process is scheduled to run after some execution
b) when process is unable to run until some task has been completed
c) when process is using the CPU
d) none of the mentioned
What is interprocess
communication?
a) communication within the process
b) communication between two process
c) communication between two threads of same process
d) none of the mentioned
a) communication within the process
b) communication between two process
c) communication between two threads of same process
d) none of the mentioned
A set of
processes is deadlock if
a) each process is blocked and will remain so forever
b) each process is terminated
c) all processes are trying to kill each other
d) none of the mentioned
a) each process is blocked and will remain so forever
b) each process is terminated
c) all processes are trying to kill each other
d) none of the mentioned
The address of
the next instruction to be executed by the current process is provided by the
a) CPU registers
b) program counter
c) process stack
d) pipe
a) CPU registers
b) program counter
c) process stack
d) pipe
Which one of
the following is the address generated by CPU?
a) physical address
b) absolute address
c) logical address
d) none of the mentioned
a) physical address
b) absolute address
c) logical address
d) none of the mentioned
Run time
mapping from virtual to physical address is done by
a) memory management unit
b) CPU
c) PCI
d) none of the mentioned
a) memory management unit
b) CPU
c) PCI
d) none of the mentioned
Memory
management technique in which system stores and retrieves data from secondary
storage for use in main memory is called
a) fragmentation
b) paging
c) mapping
d) none of the mentioned
a) fragmentation
b) paging
c) mapping
d) none of the mentioned
The address of
a page table in memory is pointed by
a) stack pointer
b) page table base register
c) page register
d) program counter
a) stack pointer
b) page table base register
c) page register
d) program counter
Operating
System maintains the page table for
a) each process
b) each thread
c) each instruction
d) each address
a) each process
b) each thread
c) each instruction
d) each address
The number of
processes completed per unit time is known as __________.
a) Output
b) Throughput
c) Efficiency
d) Capacity
a) Output
b) Throughput
c) Efficiency
d) Capacity
The Process
Control Block is :
a) Process type variable
b) Data Structure
c) a secondary storage section
d) a Block in memory
a) Process type variable
b) Data Structure
c) a secondary storage section
d) a Block in memory
The degree of
multi-programming is :
a) the number of processes executed per unit time
b) the number of processes in the ready queue
c) the number of processes in the I/O queue
d) the number of processes in memory
a) the number of processes executed per unit time
b) the number of processes in the ready queue
c) the number of processes in the I/O queue
d) the number of processes in memory
In contiguous
memory allocation :
a) each process is contained in a single contiguous section of memory
b) all processes are contained in a single contiguous section of memory
c) the memory space is contiguous
d) None of these
a) each process is contained in a single contiguous section of memory
b) all processes are contained in a single contiguous section of memory
c) the memory space is contiguous
d) None of these
No comments:
Post a Comment