The systems which allows only one process execution at a time, are called
? uniprogramming systems
? uniprocessing systems
? unitasking systems
? none of the mentioned
In Unix, Which system call creates the new process?
? fork
? create
? new
? none of the mentioned
What is the ready state of a process?
? when process is scheduled to run after some execution
? when process is unable to run until some task has been completed
? when process is using the CPU
? none of the mentioned
What is interprocess communication?
? communication within the process
? communication between two process
? communication between two threads of same process
? none of the mentioned
A set of processes is deadlock if
? each process is blocked and will remain so forever
? each process is terminated
? all processes are trying to kill each other
? none of the mentioned
The address of the next instruction to be executed by the current process is provided by the
? CPU registers
? program counter
? process stack
? pipe
Which one of the following is the address generated by CPU?
? physical address
? absolute address
? logical address
? none of the mentioned
Run time mapping from virtual to physical address is done by
? memory management unit
? CPU
? PCI
? none of the mentioned
The address of a page table in memory is pointed by
? stack pointer
? page table base register
? page register
? program counter
The number of processes completed per unit time is known as __________.
? Output
? Throughput
? Efficiency
? Capacity
No comments:
Post a Comment