FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A bug is:
A
person who writes code and communicates instructions to a computer
B
Finding and correcting mistakes in your code
C
person who studies computers
D
error or mistake in your code
Explanation: 

Detailed explanation-1: -Mistake in coding is called error. Defect accepted by development team is called bug. Bug is a informal name of defect and error means that mistake in code or logic. Bug: A fault in a program which causes the program to perform in an unintended or unanticipated manner.

Detailed explanation-2: -In computer technology, a bug is a coding error in a computer program. (We consider a program to also include the microcode that is manufactured into a microprocessor.) The process of finding bugs–before users do–is called debugging.

Detailed explanation-3: -A software bug is an error, flaw or fault in the design, development, or operation of computer software that causes it to produce an incorrect or unexpected result, or to behave in unintended ways.

Detailed explanation-4: -“A mistake in coding is called Error, error found by tester is called Defect, defect accepted by development team then it is called Bug, build does not meet the requirements then it Is Failure.”

Detailed explanation-5: -A bug is an unexpected problem with software or hardware. Typical problems are often the result of external interference with the program’s performance that was not anticipated by the developer. Minor bugs can cause small problems like frozen screens or unexplained error messages that do not significantly affect usage.

There is 1 question to complete.