Please enable JavaScript.
Coggle requires JavaScript to display documents.
Java (Terms (Reserved word: a keyword which can be used in the programming…
Java
Terms
Reserved word: a keyword which can be used in the programming language as part of its syntax (System, Class, for, if, else)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
main: the method which allows a program to run, provides the output and call all other classes or methods
-
Program Testing
-
Logical error: related to the design of the program; program runs without syntax error but provides wrong results
-
-
Debugging Method
-
Program tracing: a table used to check how the values stored in a specific variable are changing across the program
Step-by-step tool: a tool found in certain compilers used to run the program line-by-line to see what is happening in every program statement.
Software documentation
-
-
Technical: used by technicians; describes hw the system works, its technical details and also hardware configuration