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.

Slides:



Advertisements
Similar presentations
P3- Represent how data flows around a computer system
Advertisements

The Central Processing Unit (CPU) Understanding Computers.
INTRODUCTION OF COMPUTER
Lesson 1 Computers and Computer Systems
CENTRAL PROCESSING UNIT
Computer Components.
Hardware Programming. COMP102 Prog. Fundamentals I: Hardware / Slide 2 l Four components of a computer system: n CPU - central processing unit –Makes.
Introduction to Computer Systems
Computer Hardware.
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
BA 471 Management Information Systems Hardware Basics.
Computer Applications NCBS Stage 1. The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs.
The Boot Process & The 4 Computer Functions Computer Technology Created by M Corbett Lehi Junior High Based in part on a power point created by M. Guymon.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
1 Lesson 1 Computers and Computer Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 4 th Edition Morrison / Wells.
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
What is a Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see.
Hardware.  Learn what hardware is  Learn different input and output devices  Learn what the CPU is.
Computer System Overview Chapter 1. Operating System Exploits the hardware resources of one or more processors Provides a set of services to system users.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Configuration.
2nd Meeting Computer Essential. Can you named these parts of computer?
An Overview of Using Computers
UNIT - 1Topic - 1. An electronic device, operating under the control of instructions stored in its own memory unit, that can accept data (input), manipulate.
Computer Terminology Computer Technology Day 1. Terms You Should Know  Computer  Electronic device that performs four functions  Accepts Data (Input)
2.0 Computer System.
Intro to Computers Computer Apps 1.
Computer Programming How Computers Work
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
The Central Processing Unit (CPU) and the Machine Cycle.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Introduction to Computer Systems
Computer Components East Hardin Middle School Mr. Ervin.
CSCI-100 Introduction to Computing Hardware Part I.
1 COMS 161 Introduction to Computing Title: Computing Basics Date: September 15, 2004 Lecture Number: 10.
Parts of the Computer System
Copyright © 2003 Prentice Hall, IncSlides created by Bob Koziel.
What is a computer? Its an electronic machine which can accept data in certain form, process the data, and give the result.
Looking Inside the Computer System
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
Central Processing Unit Part I Bayram Güzer. Central Processing Unit Central processing unit is a control center that converts data input to information.
Exploring Windows and Essential Computing Concepts - Getting Started 1 Getting Started Essential Computing Concepts.
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
HOW A COMPUTER PROCESSES DATA. What is hardware? Hardware is the electric, electronic and mechanical equipment that makes up a computer What is software?
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
How a Computer Processes Data. With today’s technology a little knowledge about what’s inside a computer can make you a more effective user and help you.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
IDENTIFY COMPUTER FUNDAMENTALS A COMPUTER IS A ELECTRONIC DEVICE THAT PERFORMS THE FOUR BASIC OPERATIONS THAT COMPRISE THE INFORMATION PROCESSING CYCLE.
Introduction To Computers
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Basic concepts of a computer system V1.0 (21/11/2005)
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Sara Naheed Amjad Information Technology
Sara Naheed Amjad Information Technology
The Central Processing Unit (CPU)
Chapter 2 – Computer hardware
Components of Computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Essential Introduction to Computers
Computer Electronic device Accepts data - input
Information Processing Cycle
Processing Computer Components.
Computer Organization
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
Computer Electronic device Accepts data - input
Overview of Computer system
Computer System.
Presentation transcript:

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 it for future use (storage).  The processing function is under the control of a set of instructions (software); we will explore this later.

 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.

 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.

 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.

 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.

 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.