FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
An error in a program that prevents the program from running as expected.
A
Error report
B
Bug
C
Mistake
D
Algorithm
Explanation: 

Detailed explanation-1: -A syntax error will happen, and this will stop the program from running.

Detailed explanation-2: -bug. An error in a program that prevents the program from running as expected.

Detailed explanation-3: -“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-4: -Logical Error Sometimes, we do not get the output we expected after the compilation and execution of a program. Even though the code seems error free, the output generated is different from the expected one. These types of errors are called Logical Errors.

There is 1 question to complete.