- Home
- General Knowledge
- Systems Software
- Section 1
11.
What is the name of the operating system for the laptop computer called MacLite?
- A.Windows
- C.MS-DOS
- B.DOS
- D.OZ
- Answer
- Report
Answer : [D]
12.
In virtual memory systems, Dynamic address translation
- A.is the hardware necessary to implement paging
- B.stores pages at a specific location on disk
- C.is useless when swapping is used
- D.is part of the operating system paging algorithm
- Answer
- Report
Answer : [A]
13.
In MS-DOS, relocatable object files and load modules have extensions
- A..OBJ and .COM or .EXE, respectively
- C..EXE and .OBJ. respectively
- B..COM and .OBJ. respectively
- D..DAS and .EXE. respectively
- Answer
- Report
Answer : [A]
14.
Advantage(s) of using assembly language rather than machine language is(are)
- A.It is mnemonic and easy to read
- B.Addresses any symbolic, not absolute
- C.Introduction of data to program is easier
- D.All of these
- Answer
- Report
Answer : [D]
15.
The Storage-to-Storage instructions
- 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 storeoperation 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
- Answer
- Report
Answer : [A]