Operating Systems Concepts - Part 1 Online Exam Quiz

Operating Systems Concepts - Part 1 GK Quiz. Question and Answers related to Operating Systems Concepts - Part 1. MCQ (Multiple Choice Questions with answers about Operating Systems Concepts - Part 1

The part of machine level instruction, which tells the central processor what has to be done, is

Options

A : Operation code

B : Address

C : Locator

D : Flip-Flop

View Answer

Which of the following refers to the associative memory?

Options

A : the address of the data is generated by the CPU

B : the address of the data is supplied by the users

C : there is no need for an address i.e. the data is used as an address

D : the data are accessed sequentially

View Answer

To avoid the race condition, the number of processes that may be simultaneously inside their critical section is

Options

A : 8

B : 1

C : 16

D : 0

View Answer

A system program that combines the separately compiled modules of a program into a form suitable for execution

Options

A : assembler

B : linking loader

C : cross compiler

D : load and go

View Answer

Process is

Options

A : program in High level language kept on disk

B : contents of main memory

C : a program in execution

D : a job in secondary memory

View Answer

Addressing structure

Options

A : defines the fundamental method of determining effective operand addresses

B : are variations in the use of fundamental addressing structures, or some associated actions which are related to addressing.

C : performs indicated operations on two fast registers of the machine and leave the result in one of the registers.

D : all of the above

View Answer

The Memory Buffer Register (MBR)

Options

A : is a hardware memory device which denotes the location of the current instruction being executed.

B : is a group of electrical circuits (hardware), that performs the intent of instructions fetched from memory.

C : contains the address of the memory location that is to be read from or stored into.

D : contains a copy of the designated memory location specified by the MAR after a "read" or the new contents of the memory prior to a "write".

View Answer

The strategy of allowing processes that are logically runnable to be temporarily suspended is called

Options

A : preemptive scheduling

B : non preemptive scheduling

C : shortest job first

D : first come first served

View Answer

The Storage-to-Storage instructions

Options

A : have both their operands in the main store.

B : which perform an operation on a register operand and an operand which is located in the main store, generally leaving the result in the register, expect in the case of store operation when it is also written into the specified storage location.

C : which perform indicated operations on two fast registers of the machine and have the result in one of the registers

D : all of the above

View Answer

The LRU algorithm

Options

A : pages out pages that have been used recently

B : pages out pages that have not been used recently

C : pages out pages that have been least used recently

D : pages out the first page in a given area

View Answer

Artificial Intelligence - Part 1 more Online Exam Quiz

Language Processors - Part 1

Linux - Part 1

Management Information Systems - Part 1

Networking - Part 1

Object Oriented Programming Using C++ - Part 1

System Analysis and Design - Part 1

Unix - Part 1

Windows 2000 Server - Part 1

Windows NT - Part 1

Constructors and Destructors - General Questions