Term
click below
click below
Term
Normal Size Small Size show me how
AC 1.6 Bug Busters
Term | Definition |
---|---|
bugs | A FLAW in a computer program that causes the program to produce an incorrect result or behavior. |
error | An INCORRECT result produced by a computer program. |
debug | To IDENTIFY BUGS or errors in computer hardware or programs and FIX THEM. |
Increment | To INCRESE the value of a numeric variable by a set amount. |
live programming | A PROGRMMING environment where updates to a program during development automatically appear on the connected testing device. |
compiler | A program that TRANSLATES INSTRUCTIONS or code into a language that can be read and understood by a computer. |
pair programming | TWO PEOPLE working together to create a computer program. One person, called the driver, writes the code and explains the logic, while the other person, called the navigator, reviews it and gives feedback. |
driver | The PERSON WHO WRITES THE CODE in a computer program when two programmers are working together. |
navigator | The PERSON WHO OBSERVES OR REVIEWS each line of code in a computer program as it is typed when two programmers are working together. |
compilation error | ISSUES in a program’s code. |