• 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

List the five major hardware components of a computer system.

1.) The central processing unit (CPU)


2.) Main memory


3.) Secondary storage devices


4.) Input devices


5.) Output devices

Internally, the CPU consists of what two units?

1.) Arithmetic and Logic Unit


2.) Control Unit

Describe steps in the fetch/decode/execute cycle.

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




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




Execute - The signal is routed to the appropriate component of the computer (such as the ALU, a disk drive, or some other device). The signal causes the component to perform an operation.

What is a memory address? What is its purpose?

What are two general categories of software?

What fundamental set of programs control the internal operations of the computer's hardware?

1.) Operating Systems


2.) Utility Programs


3.) Software Development Tools