GATE 2017 [Set-1]
November 12, 2023Computer-Networks
November 12, 2023Software-Engineering
|
Question 370
|
Bug means
|
A logical error in a program
|
|
|
A difficult syntax error in a program
|
|
|
Documenting programs using an efficient documentation tool
|
|
|
All of the above
|
Question 370 Explanation:
A bug is an error in a software program. It may cause a program to unexpectedly quit or behave in an unintended manner. For example, a small bug may cause a button within a program’s interface not to respond when you click it. A more serious bug may cause the program to hang or crash due to an infinite calculation or memory leak.
Correct Answer: A
Question 370 Explanation:
A bug is an error in a software program. It may cause a program to unexpectedly quit or behave in an unintended manner. For example, a small bug may cause a button within a program’s interface not to respond when you click it. A more serious bug may cause the program to hang or crash due to an infinite calculation or memory leak.
