• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/9

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

9 Cards in this Set

  • Front
  • Back
Exception handling?
The ability of a program to intercept run-time errors (as well as other unusual conditions detected by the program), take corrective measures, and then continue.
Systems software?
The operating system and all of the programming support tools of a computer system are collectively known as its SYSTEM SOFTWARE.
Reliability?
A program is said to be RELIABLE if it performs to its specifications under all conditions.
Orthogonality?
ORTHOGONALITY in a programming language means that a relatively small set of primitive constructs can be combined in a relatively small number of ways to build the control and data structures of the language.
Type checking?
TYPE CHECKING is simply testing for type errors in a given program, either by the compiler or during program execution.
Reliable?
A program is RELIABLE if it performs to its specifications under all conditions.
Aliasing?
Having two or more distinct referencing methods, or names, for the same memory cell.
Writability?
WRITABILITY is a measure of how easily a langtuage can be used to create programs for a chosen problem domain.
Abstraction?
ABSTRACTION means the ability to define and then use complicated structures or operations in ways that allow many of the details to be ignored.