• 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

What is a computer?

A tool for representing and manipulating information.

What is a central processing unit?



The part of a computer where operations are controlled and executed.

What are the five main parts of computer hardware?

The CPU, main memory, secondary memory, Input devices, and output devices

What does a compiler do?

It takes a high level language and then converts it into machine language.

What is memory in a computer?

The part of a computer that stores instructions and data.

How is memory ordered?

Memory is ordered by sequence of storage of location in things called memory cells.

What is information stored as in a computer?

Information is stored as patterns of 0's and 1's.

What is the function of primary memory(RAM)?

Primary memory is used to store information currently being passed by the CPU.

What happens to primary memory when the computer is turned off?

It's contents are erased.

What is the function of secondary memory?

To permanently store memory content.

What are the two main things the central processing unit does?

1.)It controls operation of the entire system.



2.)It gets values from memory cells, manipulates them, and then puts them back in memory.

What two parts make up a CPU?

A control unit(CU), and an arithmetic logic unit(ALU).


What is the control unit responsible for?

The control unit is responsible for the flow of information between various units.

What does the arithmetic logic unit do?

It performs arithmetic operations, compares information, and makes decisions based on logic.

What are input/output devices?

The parts of the computer that accept data to be processed as input and present the results of the processing as output.

What is a program?

A sequence of instructions that tell the computer how to process data to produce results.