CSCI-241 Discussion Worksheet Week #1

1234567891011121314151617181920212223242526
Across
  1. 2. a message presented to the user by the computer program
  2. 3. Java statement terminator
  3. 7. username needed to access a computer system
  4. 8. number base used by all computers
  5. 9. data sent from the user to a computer program
  6. 12. program that translates Java to bytecode
  7. 13. the physical computer
  8. 15. computer software that sits between the user and the hardware (two words)
  9. 17. Java computer program before it is compiled (two words)
  10. 19. describes the type of error detected when a programmer compiles a program containing an illegal Java statement
  11. 20. filename extension of a compiled Java program file
  12. 22. Java class that allows the program to read text from the keyboard
  13. 23. name of the entry point to run any Java program
  14. 24. the integrated development environment uses in CSCI-241
Down
  1. 1. a line in a program that exists for a human to read, but has no effect on how the program runs
  2. 4. the symbols used to enclose a block of code in a Java program (two words)
  3. 5. type of programming language, such as Java, C or FORTRAN (two words)
  4. 6. Java statement that tells the compiler that a specific library will be used
  5. 8. language that the Java Virtual Machine understands (two words)
  6. 10. the word or phrase needed to verify your identity when logging in
  7. 11. reserved word which has specific meaning to a programming language
  8. 14. abbreviation for a software development tool that provides access to an editor, compiler, etc.
  9. 16. general term for computer programs
  10. 18. abbreviation for the "brains" of the computer
  11. 21. type of language understood by the computer hardware
  12. 25. the operating system used in our computer lab
  13. 26. abbreviation for the software that runs the compiled code of Java programs