Introduction to Computers

Slides:



Advertisements
Similar presentations
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 4A Transforming Data Into Information.
Advertisements

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Introduction to Computers Section 4A. home Decimal Number System Called base 10 because 10 symbols are available.
Machine cycle.
SECTION 4a Transforming Data into Information.
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Computer Hardware Processing and Internal Memory.
The System Unit Michael Rodriguez Communications 165 T&Th 9:30-10:45.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Describe the four basic types of system units.
CPU Processor-on-a-chip.
MOTHERBOARD holds the and connects directly or indirectly to every part of the PC. holds the processor, memory and expansion slots and connects directly.
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
COMPONENTS OF THE SYSTEM UNIT
66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Describe the four basic types of system units.
C4- The Central Processing Unit: What Goes On Inside the Computer.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
Computer Processing of Data
E0001 Computers in Engineering1 The System Unit & Memory.
Introduction to Computing: Lecture 4
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.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
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,
Hardware: The CPU & Storage Chapter 5 How to Buy a Multimedia Computer.
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
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
Computer Organization IT CPUMemoryInputDevices OutputDevices Input Devices: Keyboard, Mouse, Touchscreen Output Devices: Display, Printer, Flash.
Computers © 2005 Prentice-Hall, Inc.Slide 1. Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
The Central Processing Unit (CPU) and the Machine Cycle.
Computer Structure & Architecture 7b - CPU & Buses.
Computer Hardware. Lally School of M&T- Microcomputing and Info Systems Lecture Topics 1. Data Representation 2. Data Metrics 3. Central processing Unit.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
CPU/BIOS/BUS CES Industries, Inc. Lesson 8.  Brain of the computer  It is a “Logical Child, that is brain dead”  It can only run programs, and follow.
The Computer System.
Computers: Tools for an Information Age Chapter 4 The Central Processing Unit: What Goes On Inside the Computer.
Chapter 2 Turning Data into Something You Can Use
CS 1410 Intro to Computer Tecnology Computer Hardware1.
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,
Lecture # 10 Processors Microcomputer Processors.
Computers Are Your Future Tenth Edition
The Central Processing Unit: What Goes on Inside the Computer
Processor/Memory Chapter 3
RAM, CPUs, & BUSES Egle Cebelyte.
Discovering Computers 2011: Living in a Digital World Chapter 4
Transforming Data Into Information
The Central Processing Unit
Introduction to Computer Architecture
Computers © 2005 Prentice-Hall, Inc. Slide 1.
CHAPTER 4: THE SYSTEM UNIT.
McGraw-Hill Technology Education
Introduction to Computing
Introduction To Computing BBA & MBA
Chapter 5 Computer Organization
McGraw-Hill Technology Education
McGraw-Hill Technology Education
McGraw-Hill Technology Education
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Introduction to Computers Lesson 4A Introduction to Computers

Decimal Number System Called base 10 because 10 symbols are available

Binary Number System Computers function in base 2, or the binary number system, where there are only two values

Bit A combination of binary digit The smallest possible unit of data a computer can recognize or use

Byte A group of eight bits

Text Codes EBCDIC ASCII Unicode

CPU The CPU is the computer’s “brain” that manipulates data

CPU’s Two Basic Parts Control unit Arithmetic logic unit

Control Unit Manages all the computer’s resources

Arithmetic Logic Unit Performs the CPU’s arithmetic and logical operations

Machine Cycle The completed series of steps the CPU takes to execute an instruction

Machine Cycle’s Two Cycles Instruction cycle Execution cycle

Instruction Cycle Fetching Decoding

Execution Cycle Executing Storing

Millions of Instructions Per Second (MIPS) The CPU performance measurement

Pipelining Also called pipeline processing The control unit begins a new machine cycle before the current cycle is completed

Memory Allows the CPU to store and retrieve data quickly

Two Kinds of Memory Read-only memory (ROM): nonvolatile Random-access memory (RAM): volatile

ROM ROM always holds the same data, for example the computer’s start-up instructions

RAM RAM’s job is to hold programs and data while they are in use RAM can change instantly

Other Kinds of RAM Dynamic RAM (DRAM) DRAM Variations Static RAM (SRAM)

Factors Affecting Processing Speed Registers Memory and computing power System clock The bus The databus The address bus Cache memory

Bus Types Industry standard architecture (ISA) bus Local bus Peripheral component interconnect (PCI) bus Accelerated Graphics Port (AGP) bus Universal Serial Bus (USB) IEEE 1394 (FireWire)

Data Transfer Rate The amount of data buses can transfer in a second Measured in megabits per second (Mbps) or megabytes per second (MBps)

Cache memory Speeds processing by storing frequently used data or instructions in its high-speed memory

Transforming Data Into Information Lesson 4A Transforming Data Into Information