FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
you do this when there is a mistake in code
A
unbug
B
rebug
C
debug
D
bug
Explanation: 

Detailed explanation-1: -In two controlled student experiments, they observed a four-step model of debugging behavior: 1) comprehend the system; 2) test the system; 3) locate the error; and 4) fix the error.

Detailed explanation-2: -For whimsical reasons, programming errors are called bugs and the process of tracking them down is called debugging. Three kinds of errors can occur in a program: syntax errors, runtime errors, and semantic errors. It is useful to distinguish between them in order to track them down more quickly.

There is 1 question to complete.