Operating System - Study Mode

[#496] A sequence of instructions, in a computer language, to get the desired result, is known as
Correct Answer

(C) Program

Explanation

Solution: A sequence of instructions, in a computer language, to get the desired result, is known as program

[#497] Which, of the following, is true for testing and debugging?
Correct Answer

(A) Testing checks for logical errors in the programs, while debugging is a process of correcting those errors in the program

Explanation

Solution: Testing is the process using which we find errors and bugs. Debugging is the process using which we correct the bugs that we found during the testing process. Read ahead to know more differences between testing and debugging.

[#498] Information in a memory that is no longer valid or wanted is known as
Correct Answer

(D) garbage

Explanation

Solution: Information in a memory that is no longer valid or wanted is known as garbage.

[#499] Which of the following filename extension suggests that the file is a backup copy of another file?
Correct Answer

(D) .bak

Explanation

Solution: In computing, ".bak" is a filename extension commonly used to signify a backup copy of a file. When a program is about to overwrite an existing file (for example, when the user saves the document they are working on), the program may first make a copy of the existing file, with .bak appended to the filename. This common .bak naming scheme makes it possible to retrieve the original contents of the file. In a similar manner, a user may also manually make a copy of the file before the change and append .bak to the filename.

[#500] Relocation bits used by relocating loader are specified (generated) by
Correct Answer

(B) Linker

Explanation

Solution: Relocation bits used by relocating loader are specified (generated) by linker