Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
The reason to use a breakpoint is to:
Perform programmer debugging and/or program debugging.
Posttest
Runtime error
examine variables and check logic.
Add break-points and step through the code while watching the variable output
Syntax error
Case 2, 5
Logic 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?
Perform programmer debugging and/or program debugging.
Posttest
Runtime error
examine variables and check logic.
Add break-points and step through the code while watching the variable output
Syntax error
Case 2, 5
Logic error
In what type of loop are the conditions evaluated before the instructions are processed?
Perform programmer debugging and/or program debugging.
Posttest
Runtime error
examine variables and check logic.
Add break-points and step through the code while watching the variable output
Syntax error
Case 2, 5
Logic error
Which type of error halts the program when a statement cannot be executed?
Perform programmer debugging and/or program debugging.
Posttest
Runtime error
examine variables and check logic.
Add break-points and step through the code while watching the variable output
Syntax error
Case 2, 5
Logic error
When the code is completely written but will not execute, what is the appropriate action?
Perform programmer debugging and/or program debugging.
Posttest
Runtime error
examine variables and check logic.
Add break-points and step through the code while watching the variable output
Syntax error
Case 2, 5
Logic error
Which condition is correct?
Perform programmer debugging and/or program debugging.
Posttest
Runtime error
examine variables and check logic.
Add break-points and step through the code while watching the variable output
Syntax error
Case 2, 5
Logic error
Jamie keyed “Interger” instead of “Integer”. What type of error resulted?
Perform programmer debugging and/or program debugging.
Posttest
Runtime error
examine variables and check logic.
Add break-points and step through the code while watching the variable output
Syntax error
Case 2, 5
Logic error
Sara thought her program would calculate grade point averages, but the program listed the highest grade instead. What type of error is this?
Perform programmer debugging and/or program debugging.
Posttest
Runtime error
examine variables and check logic.
Add break-points and step through the code while watching the variable output
Syntax error
Case 2, 5
Logic error
Check it!