Chapter 2 Processing Data Peter Norton’s Introduction to Computers

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Chapter 4 The Central Processing Unit
Calera High School Dawn Bone
Introduction to Computers Section 4A. home Decimal Number System Called base 10 because 10 symbols are available.
Transforming Data into Information
Chapter 5 The System Unit.
The Central Processing Unit: What Goes on Inside the Computer.
The Central Processing Unit: What Goes on Inside the Computer.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
IT Chapter 2 Part B CPU. The CPU is contained on a single integrated circuit called the microprocessor. Often referred to as the brains of a computer.
SECTION 4a Transforming Data into Information.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Computer Hardware Processing and Internal Memory.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
MOTHERBOARD holds the and connects directly or indirectly to every part of the PC. holds the processor, memory and expansion slots and connects directly.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 The System Unit.
Processing Devices.
Lesson 3 — How a Computer Processes Data
The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4.
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
Georgia Institute of Technology Introduction to Programming Part 2 Barb Ericson Georgia Institute of Technology May 2006.
Computer Processing of Data
E0001 Computers in Engineering1 The System Unit & Memory.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
GRAP 3175 Computer Applications for Drafting Unit II Computer Hardware.
Technology in Focus: Under the Hood
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.
Lesson 2 — How Does A Computer Process Data?
Hardware & Software The CPU & Memory.
Personal Computer Adapted by Dr. Semmes from Mrs. Jungman’s Hardware Presentation and Mrs. Belisle’s Class Notes.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Created By: N.AlJaffan Modified By:S.Abudawood & Tr.Asma Aleisa Chapter 4.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
The Central Processing Unit: What Goes on Inside the Computer
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
CSCI-100 Introduction to Computing Hardware Part I.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Computer System.
/17 Binary Code & CPUs Digital Signals
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.
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
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.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Computer Hardware. 7/23/2016M. Eyadat2 Objectives –Explain why most computers are digital –Describe the role of the ALU –List factors that affect performance.
Chapter 1 The Amazing Computer
Computers Are Your Future Tenth Edition
Chapter 2.
Processor/Memory Chapter 3
Transforming Data Into Information
The Central Processing Unit
Computers Are Your Future
McGraw-Hill Technology Education
Chapter 2: Computer Hardware
Computers: Tools for an Information Age
Chapter 2 Processing Data Peter Norton’s  Introduction to Computers Data Useful output.
Chapter 4: Hardware for Educators
McGraw-Hill Technology Education
McGraw-Hill Technology Education
Computers: Tools for an Information Age
Introduction to Computers
Presentation transcript:

Chapter 2 Processing Data Peter Norton’s Introduction to Computers Useful output Data 0101111 1100111 0100001 1000111

Learning Objectives: Identify the main difference between data and information. List two reasons why computers use the binary number system. List the two main parts of the CPU and explain how they work together to process data. Name three differences between RAM and ROM. List three hardware features that affect processing speed. Name the two best-known families of CPUs and list their differences.

Data - raw facts Information - meaningful data (useful output)

Decimal Numbers - Base 10 Notation Binary Numbers Number Systems:

Bit = binary digit - Smallest unit of data Byte = 8 bits Bits and Bytes: Bit = binary digit - Smallest unit of data Byte = 8 bits

On-off circuits are simple and are not prone to errors. Computers represent data with electrical switches. = 1 On-off circuits are simple and are not prone to errors. = 0 0 1 0 0 1 0 0 0 One byte is made up of 8 bits. (binary 01001000 = decimal 72) (ASCII 01001000 = the letter “H”)

Computer parts communicate using binary numbers. The greater the number of bits moved at one time, the faster the processing speed.

- (Extended Binary Coded Decimal Interchange Code) Text Codes: EBCDIC “EB-si-dic” - (Extended Binary Coded Decimal Interchange Code) ASCII “As-key” - (American Standard Code for Information Interchange) Unicode - (Unicode Worldwide Character Standard)

CPU (Central Processing Unit) - the brain of the computer Two parts: CU (Control Unit) ALU (Arithmetic/Logic Unit)

Control Unit - Controls the flow of data into and from the Central Processing Unit.

Arithmetic/Logic Unit - Performs Arithmetic functions and Logical operations.

The CU and ALU are in the CPU.

RAM - Random Access Memory Types of Memory: ROM - Read Only Memory (contains the basic input output system or BIOS) RAM - Random Access Memory (user programs and data go here)

The ROM is nonvolatile because it will not lose its contents when powered down. RAM plugs into sockets on the motherboard.

Adding RAM often increases system performance.

The CPU can read RAM much faster than it can the hard disk.

CPU Manufacturers: Intel Motorola AMD Cyrix

CPU Models: 8086 1978 8088 1979 80286 1982 80386 1985 80486 1989 Pentium 1993 Penium Pro 1995 Pentium II 1997

the clock, the faster the The Pentium II has 7.5 million transistors, more than double the number included on the original Pentium chip. It can operate from 233 MHz to 400 MHz and beyond. About MHz: the faster the clock, the faster the processing speed. (1 MHz = 1 million clock cycles per second)

Learning Objectives: Chapter 2 Review Identify the main difference between data and information. List two reasons why computers use the binary number system. List the two main parts of the CPU and explain how they work together to process data. Name three differences between RAM and ROM. List three hardware features that affect processing speed. Name the two best-known families of CPUs and list their differences.