This is a computer science engineering quiz on computer fundamentals, which includes questions on operating systems.
A __________is a set of instructions which is prepared to perform a specific assignment if executed by a computer.
A program is an active entity.
What is responsible for creating a process from a program?
The wait fraction is represented by __________
Processor wait ratio is given by ________
Multiprocessing allows single processor to run several concurrent threads.
A single sequential flow of control within a program is ________
Both client and server release _________ connection after a page has been transferred.
Java extension used in threads?
A method that must be overridden while extending threads.
This cycle, of going through __________ states of running and input/output, may be repeated over and over until the job is completed.
Evaluation
Process
Program
Data
What does ‘b’ represent in a processor wait ratio?
Input ratio
Output ratio
Average time
Average I/O time
Multiprogramming is mainly accomplished by:
OS
Software
Hardware
Program
A technique that allows more than one program to be ready for execution and provides the ability to switch from one process to another.
Multitasking
Multiprocessing
Multitasking
Multiprogramming
The technique that increases the system’s productivity.
Multiprogramming
Multitasking
Multiprocessing
Single-programming