Level 40
Level 42
15 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
Logic
Error caused by incorrect sequence or choice of condition.
Machine
Code created by the compiler or interpreter.
Message
Instruction sent to a class or an object to perform a task.
Modifiers
Create levels of access - public, private, static, final, and abstract.
Modularity
Problem broken down into smaller components.
Nesting
Placing one control statements inside another.
Node
Computer or peripheral (printer) connected to a network. Also element of a tree.
Normal
Data that lies within the expected range - includes data at the outer limits.
On-line
Interactive processing of data. The system must have access to stored files.
Overflow
When a calculation is made that exceeds the upper limit (largest value).
Overloading
Using the same method name but different type and number of parameters.
Pass-by-reference
Parameters are assigned a memory location or address.
Pass-by-value
Parameters are assigned arguments.
Precedence
Rules that govern the order in which an expression is solved.
Prototype
Semi-functional system used to understand how the real one will work.