MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

ARTIFICIAL INTELLIGENCE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A mistake in code that causes the computer to do something different than what you expected it to do.
A
Bug
B
Syntax
C
Output
D
Variable
Explanation: 

Detailed explanation-1: -Software bugs are caused by two major factors: unclear specifications and misinterpretation of requirements. If the specifications are missing or indistinct, as well as when the code is changed often, there may be a lack of communication or ambiguity.

Detailed explanation-2: -Debugging is the process of finding and fixing errors or bugs in the source code of any software. When software does not work as expected, computer programmers study the code to determine why any errors occurred.

Detailed explanation-3: -We can say that a mistake made by a programmer during coding is called an error, an error found during the unit testing in the development phase is called a defect, an error found during the testing phase is called a bug and when an error is found at an end user’s end is called as the failure.

There is 1 question to complete.