Computer Science :: Operating System
- Which, of the following, is true for testing and debugging?
- Information in a memory that is no longer valid or wanted is known as
- Which of the following filename extension suggests that the file is a backup copy of another file?
- Relocation bits used by relocating loader are specified (generated) by
- Which of the following statements is false?
- Non-modifiable procedures are called
- The instruction register
- Which of the following scheduling objectives should be applied to the following: the system should admit jobs to create a mix that will keep most devices busy
- Multiprogramming systems:
- Backups should be done
A.
Testing checks for logical errors in the programs, while debugging is a process of correcting those errors in the program |
B.
Testing detects the syntax errors in the program while debugging corrects those errors in the program |
C.
Testing and debugging indicate the same thing |
D.
All of the above |
E.
None of the above |
A.
a process scheduling algorithm is preemptive if the CPU can be forcibly removed from a process |
B.
time sharing systems generally use preemptive CPU scheduling |
C.
response time are more predictable in preemptive systems than in non preemptive systems |
D.
real time systems generally use non-preemptive CPU scheduling |
E.
None of the above |
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". |
E.
None of the above |