Java Games: Flashcards, matching, concentration, and word search.

5.01 n 5.02

AB
Syntax ErrorsOccur when the programmer does not follow the rules of the programming language.
Logic ErrorsOccur when the program compiles and executes, but the output is not what you wanted/expected.
Desk CheckDesk checking is when you create a table of possible inputs and determine what the output should be
Runtime Errorsoccur while your program runs.
programmer debuggingfixing errors
program debuggingallowing for unexpected input from a user
break pointis a tool used by a programmer to isolate a section of code and watch how the complier steps through it.
Green arrowexecute the rest of the program without stopping
Pausestop here
Blue Squarestop the program and return to the IDE
Step Intomove to the next line of code in the programming block
Step Overskip the current programming block
Step Outexit the current programming block
watch windowThis works only with the debugger is in break mode (at a breakpoint).
Locals Watch Windowautomatic Watch Window
Message BoxesAlerting the user of an error



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities