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

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;

11 Cards in this Set

  • Front
  • Back

computer

an electronic device capable of performing commands (input, output, storage, arithmetic and logic operations)

hardware

the physical components of a computer and its surrounding (peripheral) devices; basic components include 1) CPU and main memory 2) secondary storage 3) input and output devices

software

programs; sets of instructions to be executed by the computer

system software

programs designed to control the computer

operating system

a set of programs that control overall computer activity and provide services (Linux, Windows)

application software

programs designed to perform specific tasks

editor

program used to create and modify text based files (emacs)

machine language

instructions made up of sequences of 0s and 1s; only language directly understood and executed by the computer; machine dependent

assembly language

instructions made up of mnemonic codes; must be translated to machine language by a program called an assembler; machine dependent

high-level language

instructions closer to natural language (familiar words and symbols); machine independent; examples include BASIC, FORTRAN, Pascal, Java, C, C++; in order to be executed, a high-level language program must be translated by a compiler

compiler

a program that translates instructions written in a high-level language into the equivalent machine code (g++)