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

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;

6 Cards in this Set

  • Front
  • Back

Conversion of a program written in some programming language to its equivalent program in the machine language of a target computer

Program Translation

Translates an entire source code to the equivalent object or executable code

Compilers

Categories of Program Translation

A. Compilers


B. Interpreters


C. Assemblers

Translates source code into object/executable code "on the fly", usually one program statement at a time

Interpreters

Translates assembly language to Machine Language

Assemblers

Set of tools/programs used in computer programming

Programming Enviroment/Platform