Comp chap 8

What is a bug in computer terminology?

Verified Answer
A. A virus
B. A program
C. An error in program
D. Magnetic disk storage device

Explanation:

In computer terminology, a 'bug' refers to an error, flaw, or fault in a computer program or system that causes it to produce an incorrect or unexpected result, or to behave in unintended ways. Therefore, option (c) 'An error in program' is the correct definition. Option (a) 'A virus' is a type of malicious software, but not all errors are viruses; a bug is a broader term for any defect. Option (b) 'A program' is a set of instructions, not an error within them. Option (d) 'Magnetic disk storage device' refers to hardware used for data storage. Debugging is the process of identifying and fixing these programming errors.