COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
is a fault or defect in a computer system or program
|
|
the instructions that make up a computer program
|
|
looks for and removes errors or faults from a computer program
|
|
outlines, sketches and plans for how something should be built or made
|
Detailed explanation-1: -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-2: -A bug is an error in the software that causes it to malfunction, while a defect is a flaw in a product that reduces its usability or value.
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.
Detailed explanation-4: -The Fault is a state that causes the software to fail to accomplish its essential function. If the software has lots of defects, it leads to failure or causes failure. The Test Engineers submit the bug. The Testers identify the defect.
Detailed explanation-5: -Operators traced an error in the Mark II to a moth trapped in a relay, coining the term bug. This bug was carefully removed and taped to the log book. Stemming from the first bug, today we call errors or glitches in a program a bug.