Lesson 3 — How a Computer Processes Data

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

Calera High School Dawn Bone
The System Unit What is the system unit?
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Lesson 1 Computers and Computer Systems
CENTRAL PROCESSING UNIT
SECTION 4a Transforming Data into Information.
Parts & Functions of a Computer. 2 Functions of a Computer.
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Chapter 4 The Components of the System Unit
Objectives Overview Discovering Computers 2014: Chapter 6 See Page 248
IC3 GS3 Standard Computing Fundamentals Module
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Unit 3: Hardware Components & Software Concepts
COMPONENTS OF THE SYSTEM UNIT
Computing Fundamentals Lesson 2: Computer Hardware
The Internal Components of a Personal Computer (PC)
Chapter 6 Inside Computers and Mobile Devices Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Your Interactive Guide to the Digital World Discovering Computers 2012.
The Components of the System Unit Chapter 4 By: Janice Colon.
The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4.
Chapter 3 Computer Hard ware
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
Computer Processing of Data
Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
How a Computer Processes Data Computer Fundamentals.
Lesson 2 — How Does A Computer Process Data?
Objectives Overview Describe the various computer and mobile device cases and the contents they protect Describe multi-core processors, the components.
Tomorrow’s Technology and You 8/e Chapter 2 Hardware Basics: Inside the Box.
Created By: N.AlJaffan Modified By:S.Abudawood & Tr.Asma Aleisa Chapter 4.
The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
The Central Processing Unit: What Goes on Inside the Computer
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Input/output ports and connectors
CSCI-100 Introduction to Computing Hardware Part I.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Computer Hardware. Lally School of M&T- Microcomputing and Info Systems Lecture Topics 1. Data Representation 2. Data Metrics 3. Central processing Unit.
Computer Hardware – System Unit
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Computer System.
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.
2. BASICS OF THE COMPUTER SYSTEM Assoc.Prof.Dr. Ahmet Zafer Şenalp Mechanical Engineering Department.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
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.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Computer Basics Just How Does a Computer Work?
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Computer Hardware – System Unit
A+ Guide to Managing and Maintaining Your PC, 7e
Discovering Computers 2011: Living in a Digital World Chapter 4
The Central Processing Unit
Week 3 The Components of the System Unit
Lecture 3 The Hardware.
Introduction to Computing Lecture # 1
Computers: Tools for an Information Age
Chapter 4: Hardware for Educators
Computers: Tools for an Information Age
4. Computer system.
Presentation transcript:

Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics Lesson 3 — How a Computer Processes Data

Lesson 3 – How a Computer Processes Data Objectives Identify computer system components. Explain how the CPU works. Differentiate between RAM and ROM. Describe how data is represented. Lesson 3 – How a Computer Processes Data

Computer System Components A computer system requires many components to do its job: It requires some device or method to input data so it can be processed. It requires circuits and programs in order to process the data. It needs some type of output device to give the result of its processing to the user. It needs some mechanism for storing data. Lesson 3 – How a Computer Processes Data

Common System Components This figure shows several devices that are common com-ponents of a com-puter system. Lesson 3 – How a Computer Processes Data

Lesson 3 – How a Computer Processes Data System Motherboard Inside the case of a modern PC is the motherboard, which contains the electronic circuitry of the computer. Components found on the motherboard include The primary processing chip (CPU). The memory chips. Expansion slots for system interface cards. Ports for connecting external devices. BIOS chips that control system start-up. The circuitry that enables all of these components to communicate. Lesson 3 – How a Computer Processes Data

Example of a Motherboard This figure shows the devices inside a PC case, including the motherboard, the power supply, and some storage devices. Lesson 3 – How a Computer Processes Data

The Central Processing Unit The CPU is the brains of a computer system. The CPU is housed on a silicon chip that contains millions of switches and circuits. The CPU has two primary sections: Arithmetic/Logic Unit (ALU) This section performs arithmetic and logical operations. Control Unit This section is the boss of the CPU and coordinates all activity within the CPU. It uses programming instructions to control what actions the CPU performs and when it performs them. Lesson 3 – How a Computer Processes Data

Lesson 3 – How a Computer Processes Data A CPU Chip This figure shows a CPU chip for a small computer. The CPU determines which of the millions of switches that it contains should be turned on or off by processing program statements that tell it what to do. Computer programs are written in programming languages, and each program statement causes one or more actions to occur in the CPU. Lesson 3 – How a Computer Processes Data

Lesson 3 – How a Computer Processes Data Computer Memory Data being processed by a CPU is stored in system memory. Memory consists of addressable locations within the machine that the computer can access directly. Data stored in memory is not permanent. If the power fails, everything in memory is lost. Data must be stored on a disk or some other device when not being processed so it is not lost each time the computer shuts down. Lesson 3 – How a Computer Processes Data

Lesson 3 – How a Computer Processes Data Types of Memory RAM – Random Access Memory This is short-term memory where data is processed while a program is running. Data stored here can be accessed and modified as needed. This type of memory loses any data it holds if the computer is shut down. ROM – Read-Only Memory ROM is memory placed on the motherboard by the manufacturer and contains instructions that tell the computer how to start itself. This data cannot be accessed or modified by application programs. The contents of this memory are not lost when the computer is shut down. Lesson 3 – How a Computer Processes Data

The Instruction and Execution Cycles This figure illustrates the basic cycle involved in process-ing a program statement. This process is called the instruction cycle. The amount of time required to complete the instruction cycle is referred to as the execution cycle. Lesson 3 – How a Computer Processes Data

Lesson 3 – How a Computer Processes Data The Machine Cycle The instruction cycle and one or more exe-cution cycles create a machine cycle, as shown here. Machine cycles are measured in microseconds, and the faster your computer can process machine cycles, the faster it can process data. Lesson 3 – How a Computer Processes Data

Computer System Controllers A PC motherboard also contains several controllers. Controllers are devices that control the transfer of data between the computer and peripheral devices. Common peripheral devices include a mouse, a monitor, a printer, a keyboard, and so on. Controllers are usually found on a single chip which can handle all usual devices. Lesson 3 – How a Computer Processes Data

Ports and Expansion Slots Serial and parallel ports are used to connect peripheral devices to the computer circuitry. Serial devices (mice/monitors) transmit data one bit at a time. Parallel devices (printers) transmit data several bits at time. USB is a newer, high-speed method of connecting devices and is beginning to replace serial and parallel ports. Expansion slots are electrical connections in the motherboard that can accept circuit cards to perform specific functions. These are commonly used to plug in sound cards, video cards, scanners, and other devices. Lesson 3 – How a Computer Processes Data

A Typical Expansion Card It has electrical prongs along the bottom to plug into the expansion slot and make an electrical connection to the main board. This port sticks out of the back of the PC case and is used to attach the device that this card controls. Lesson 3 – How a Computer Processes Data

Lesson 3 – How a Computer Processes Data Data Representation Data is stored in a computer in binary format as a series of 1s and 0s. Computers use standardized coding systems (such as ASCII) to determine what character or number is represented by what series of binary digits. Data is stored in a series of 8-bit combinations called a byte. Every letter, number, punctuation mark, or symbol has its own unique combination of ones and zeros. Lesson 3 – How a Computer Processes Data

Lesson 3 – How a Computer Processes Data Summary Just about all computers perform the same general options: input, processing, output, and storage. Input, output, and processing devices grouped together represent a computer system. The motherboard is the center of all processing. The motherboard contains the CPU, memory, and basic controllers for the system. Lesson 3 – How a Computer Processes Data

Lesson 3 – How a Computer Processes Data Summary (continued) The motherboard also contains ports and expansion slots. The central processing unit is the brains of the computer. The computer is given instructions through computer programs. The CPU has two main sections—the arithmetic logic unit and the control unit. Lesson 3 – How a Computer Processes Data

Lesson 3 – How a Computer Processes Data Summary (continued) All calculations and comparisons take place in the ALU. The control unit coordinates the CPU activities. The motherboard contains different types of memory. Random access memory is volatile and is used to store instructions, data, and information temporarily. Lesson 3 – How a Computer Processes Data

Lesson 3 – How a Computer Processes Data Summary (continued) Read-only memory is nonvolatile and is used to store instructions, data, and information temporarily. The machine cycle is made up of the instruction cycle and the execution cycle. A controller is used to control the transfer of data between the computer and peripheral devices. Peripheral devices are connected to the computer through serial and parallel ports. Lesson 3 – How a Computer Processes Data

Lesson 3 – How a Computer Processes Data Summary (continued) The Universal Serial Bus is a new standard expected to replace serial and parallel ports. Expansion boards are used to connect specialized peripheral devices or to add more memory to the computer. The ASCII code is a standard code used to represent the alphabet, numbers, symbols, and punctuation marks. Lesson 3 – How a Computer Processes Data