No student devices needed. Know more
20 questions
To identify bugs or errors in computer programs and fix them.
complier
code trace
debug
anomaly
Something unexpected that happens while a program is running.
anomaly
bug
code trace
compiler
What word is used for correcting errors in a code.
Corrections
Seeking and Fixing
Debugging
Bugging
John’s computer program stopped executing and displayed an error message. What type of error is this?
Syntax error
Dynamic error
Run-time error
Logic error
Programming errors are classified into one of three categories. Which one is not a standard category?
Syntax
Infinite
Logic
Run-time
Sara thought her program would calculate grade point averages, but the program listed the highest grade instead. What type of error is this?
Syntax error
Runtime error
Logic error
Dynamic error
Jamie keyed “Interger” instead of “Integer”. What type of error resulted?
Syntax error
Logic error
Runtime error
Dynamic error
Which type of error produces undesired or unexpected results?
Syntax error
Run-time error
Logic error
Dynamic error
Which type of error halts the program when a statement cannot be executed?
Syntax error
Runtime error
Logic error
Dynamic error
Alice wrote a program that executed but did not produce the expected output. What is the best method for Alice to use to find the error?
Hover over the variables in the code to change the output
Debug the program
Add try catch
Add break-points and step through the code while watching the variable output
Explore all questions with a free account