• 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
What is an operating system?
A set of programs that control overall computer activity and provides services.
What is machine language and its features?
Instructions made up of sequences of 0s and 1s. It is the only language directly understood by the computer and is machine dependent.
What is assembly language and its features?
Instructions made up of mnemonic codes. It must be translated to machine language in order to be understood by the computer. It is machine dependent.
What is an assembler?
A programs that translates assembly language into machine language.
What is a high-level language?
Instructions that are closer to natural language, using familiar words and symbols. It is machine independent and includes C++. It must be first translated to machine language in order to be run by the computer.
What is a compiler?
A program that translates high-level language instructions into the equivalent machine code.
What is an algorithm?
A step-by-step procedure for solving a problem in a finite amount of time.
What is a source program?
A program written in high-level language.
What is an object program?
The machine language version of the high-level language program.
What is application software?
Programs designed to perform specific tasks.