Created by Shannon Anderson-Rush
over 8 years ago
|
||
Question | Answer |
Vocabulary | |
Computer System | Consists of hardware and software that work together to help us solve problems. |
Operating System | Provides a user interface and manages computer resources. |
Identifier Names | Should be descriptive and readable, can be any combination of letters, digits, the underscore character, and dollar sign but cannot start with a number. |
Compiler | Translates Java source code into Java bytecode. |
Interpreter | Translates and executes the bytecode. |
Syntax | Rules of a programming language that dictate the form of a program. |
Semantics | Dictate the meaning of the program statements. |
Compile-time error | Any error during compilation, often indicating problems with language syntax or data types. |
Runtime Error | A problem during program execution that causes the program to crash. |
Logical Error | A problem caused by inappropriate code processing. It does not cause the program to brash but it produces incorrect results. |
Want to create your own Flashcards for free with GoConqr? Learn more.