SI Session

1234567891011
Across
  1. 1. The type of error that produces incorrect results.
  2. 4. Natural language statements combined with some programming code to explain the solution to a problem.
  3. 6. Special method that starts the execution of a Java program.
  4. 7. The file extension for Java source files.
  5. 10. The type of error that causes the program to abort.
  6. 11. The type of error detected by the Java compiler.
Down
  1. 2. Translating an algorithm into a program.
  2. 3. Symbol used to terminate statements in Java.
  3. 5. The file extension for the generated byte code.
  4. 8. The steps you can follow to solve a problem.
  5. 9. Storage location in the computer’s memory where a value may be stored.