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

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;

16 Cards in this Set

  • Front
  • Back

Program

A program is a set of instructions in the computers memory to perform a certain task.

Software

Software is essential to a computer because without software, a computer can do nothing.

Programmer

Is a person with the training and skills necessary to design, create, and test computer programs.

Hardware

Refers to the physical components that a computer is made of. A computer is a system devices.

Central processing unit

The CPU runs the program and is the most important component in a computer, without it the computer can not run the software.

Control unit

Coordinates all the computer's operations, responsible for determining where to get the next instruction and regulating the other major components of the computer with control signals.

Arithmetic and logic unit

Hardware optimized for high speed numeric calculation; hardware designed for true/false, yes or no decisions.

Fetch

The CPU's control unit fetches, from main memory, the next instructions in the sequence of program instructions

Decode

The instructions is encoded in the form of a number. The control unit decodes the instructions and generates an electronic signal.

Excute

The signal routed to the appropriate component of the computer. The signal causes the component to perform an operation.

Main memory / Ram

Random access memory, CPU is able to quickly access data stored at any random locations in RAM. RAM is a volatile type memory that is used for only temporary storage while a program is running. When the computer is turned off the data is erased. RAM is stored in small chips.

Secondary storage

Non-volatile: data retained when program is not running or computer is turned off. Magnetic: floppy disk, hard drive; optical: CD- ROM, dvd. Flash drives.

Input devices

The device that collects the information and sends it to the computer such as a keyboard, mouse, scanner, digital camera, microphone, disk drives, CD drives, and dvd drives.

Output devices

Any information the computer send to the outside world.

Computer

Programmable machine designed to follow instructions

Main hardware of the computer

CPU, main memory, secondary memory/storage, input devices, output devices