• 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/10

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;

10 Cards in this Set

  • Front
  • Back

abstraction means the ability to define and then use complicated structures of operations so that you can see the details on how these operations are made.

False.

type checking is the simple testing for data type errors in a given program.

True.

type checking can always be performed by the compiler during compilation.

False.

Orthogonality means that a large set of primitive structures is required in a programming language.

False.

Code that is created by the user is called.

Source code.

intermediate code can directly run on a CPU.

False.

A preprocessor creates intermediate code.

False.

The UNIX operating system is mostly implemented in the Language.

C.

Which creates faster executable code?

Compiler.

A linker...

Combines object codes to make an executable.