Basics
Question 1 |
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 1 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.
Question 2 |
A set of rules that governs data communication:
rule | |
medium | |
Link | |
Protocol |
Question 2 Explanation:
A protocol is a set of rules that governs data communication. It represents an agreement between the communicating devices. Without a protocol, two devices may be connected but not
communicating, just as a person speaking Telugu cannot be understood by a person who speaks only Hindi.
There are 2 questions to complete.