j. stover, csd-hs. a computer is an electronic device that is programmed to accept data (input),...

7
Components of a Computer System J. Stover, CSD-HS

Upload: jessie-bailey

Post on 14-Jan-2016

221 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store

Components of a

Computer System

J. Stover, CSD-HS

Page 2: J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store

A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store it for future use (storage).

The processing function is under the control of a set of instructions (software); we will explore this later.

What is a Computer

Page 3: J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store

The CPU is the brain of the computer. The CPU consists of electronic circuits that interpret and execute instructions; it communicates with the input, output, and storage devices.

The CPU, with the help of memory, executes instructions in the repetition of machine cycles.

CPU

Page 4: J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store

A computer system has two basic parts◦ hardware ◦ software.

The equipment associated with a computer system is the hardware.

Computer hardware is responsible for performing four basic functions◦ Input◦ Processing◦ Output◦ Storage.

HARDWARE

Page 5: J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store

Input devices◦ send data to the central processing unit◦ Send instructions to the central processing unit.

Output Central processing unit ◦ executes computer instructions. ◦ Memory holds data and programs temporarily.

4 Primary Components: Computer System

Page 6: J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store

Processing Output devices ◦ make processed data available to the user.

Secondary Storage Secondary storage devices◦ store data and programs permanently.

In order to function properly, a computer system must have all four types of hardware: input, processing, output, and storage.

4 Primary Components: Computer System cont’

Page 7: J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store

A machine cycle consists of four steps:◦ The control unit fetches an instruction and data

associated with it from memory. ◦ The control unit decodes the instruction. ◦ The arithmetic/logic unit executes the instruction. ◦ The arithmetic/logic unit stores the result in

memory.

Machine Cycle