Chapter 4 Components of the System. Data Representation How do computers represent data?  Recognize only two discrete states: on or off  Use a binary.

Slides:



Advertisements
Similar presentations
Chapter 4: Components of a Computer System
Advertisements

Office Management Tools Saima Gul. The System Unit What is the system unit? p Fig. 4-1 Next  Case that contains electronic components of the computer.
1 Chapter 2 The Digital World. 2 Digital Data Representation.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design First Edition by Tony Gaddis.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Discovering Computers 2008 Fundamentals Fourth Edition Chapter 4 The Components of the System Unit.
Chapter 4 The Components of the System Unit
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
1 12/08/03SW Abingdon and Witney College Binary Converting to and from decimal.
Chapter 4 The Components of the System Unit. Chapter 4 Objectives Differentiate among various styles of system units Describe the components of a processor.
Discovering Computers Fundamentals Fifth Edition Chapter 4 The Components of the System Unit.
Chapter 4 The Components of the System Unit. Chapter 4 Objectives Differentiate among various styles of system units Identify chips, adapter cards, and.
Chapter 4 The Components of the System Unit
Lesson 3 — How a Computer Processes Data
The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4.
Binary Numbers and ASCII and EDCDIC Mrs. Cueni. Data Representation  Human speech is analog because it uses continuous signals (waves) that vary in strength.
Bits & Bytes: How Computers Represent Data
CSC 101 Introduction to Computing Lecture 9 Dr. Iftikhar Azim Niaz 1.
HARDWARE Lesson 2. Components of a computer: 1)A Processor (or CPU) The brain of the computer 2)Memory To remember the programs and data that it uses.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Personal Computer Adapted by Dr. Semmes from Mrs. Jungman’s Hardware Presentation and Mrs. Belisle’s Class Notes.
Chapter 4 The Components of the System Unit. Today The System Unit Motherboard CPU Control Unit ALU Machine Cycle System Clock Data Representation Memory.
Tomorrow’s Technology and You 8/e Chapter 2 Hardware Basics: Inside the Box.
Data Representation A series of eight bits is called a byte. A byte can be used to represent a number or a character. As you’ll see in the following table,
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited by : Noor Alhareqi.
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
Created By: N.AlJaffan Modified By:S.Abudawood & Tr.Asma Aleisa Chapter 4.
Data Representation How do computers represent data? p. 191 Fig Next  Recognize only two discrete states: on or off  Use a binary system to recognize.
Computer Computers are only tools,  designed by people,  programmed by people, and  used by people Computers exist to benefit and assist people, not.
Chapter 4 The Components of the System Unit. Chapter 4 Objectives Differentiate among various styles of system units Identify chips, adapter cards, and.
Bits & Bytes A bit is the smallest amount of memory used to store information. A bit is represented by either a “0” or a “1”. “Bit” is a contraction of.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
Chapter 4 The Components of the System Unit. The System Unit Case that contains electronic components of the computer used to process data.
Input/output ports and connectors
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
The Computer System.
M204 - Data Representation
The System Unit What is the system unit? p Fig. 4-1 Next  Case that contains electronic components of the computer used to process data  Sometimes.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Your Interactive Guide to the Digital World Discovering Computers 2012.
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.
Discovering Computers 2009 Chapter 4 The Components of the System Unit.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
ASSEMBLY LANGUAGE PROGRAMMING. Course Objectives Identify the major component of a PC-based system, describe the steps involving in assembling, linking,
Understanding Computers
THE CODING SYSTEM FOR REPRESENTING DATA IN COMPUTER.
Computer Hardware. 7/23/2016M. Eyadat2 Objectives –Explain why most computers are digital –Describe the role of the ALU –List factors that affect performance.
Understanding binary Understanding Computers.
Binary Numbers and ASCII and EDCDIC
INFS 211: Introduction to Information Technology
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
Bits & Bytes How Computers Represent Data
Chapter 2: Inside the System Unit
Chapter 2 – Computer hardware
Edited by : Noor Alhareqi
Week 3 The Components of the System Unit
Edited by : Noor Alhareqi
Data Representation Question: Characters
Edited by : Noor Alhareqi
Plan Attendance Files Posted on Campus Cruiser Homework Reminder
How Computers Store Data
Edited by : Noor Alhareqi
Chapter 4: Hardware for Educators
Information Technology Department
Basic Computer Organization
Presentation transcript:

Chapter 4 Components of the System

Data Representation How do computers represent data?  Recognize only two discrete states: on or off  Use a binary system to recognize two states  Use number system with two unique digits: 0 and 1, called bits (short for binary digits)  Smallest unit of data computer can process  Most computers are digital

Data Representation What is a byte?  Eight bits grouped together as a unit  Provides enough different combinations of 0s and 1s to represent 256 individual characters  Numbers  Uppercase and lowercase letters  Punctuation marks

Converting Binary to Decimal Decimal number system is base 10  0, 1, 2, 3, 4, 5, 6, 7, 8, 9  Uses 10 numbers 23,625 Power of 10 representation Decimal representation Base 10 representation 20,0003,

Converting Binary to Decimal Binary number system is base 2  0, 1  Uses 2 numbers = 145 Base 2 representation Decimal representation Base 2 representation

Converting Decimal to Binary Convert decimal 35 to binary 1. Using 8 bits, find largest power of 2 that will “fit” into Place a 1 into that slot 3. If the # doesn’t fit, place a 0 into that slot Power of 2 representation Decimal representation Base 2 representation =

Convert Binary to Decimal 1. Choose an 8 bit binary number = Write the binary digits under the correct column 3. For each column with a 1, you will add that decimal value 4. You will not add the values of the columns you entered 0 Power of 2 representation Decimal representation Base 2 representation = = 174

Data Representation What are three popular coding systems to represent data?  ASCII—American Standard Code for Information Interchange  EBCDIC—Extended Binary Coded Decimal Interchange Code  Unicode—coding scheme capable of representing all world’s languages ASCIISymbolEBCDIC

Data Representation How is a letter converted to binary form and back? Step 1. The user presses the capital letter D (shift+D key) on the keyboard. Step 2. An electronic signal for the capital letter D is sent to the system unit. Step 3. The signal for the capital letter D is converted to its ASCII binary code ( ) and is stored in memory for processing. Step 4. After processing, the binary code for the capital letter D is converted to an image, and displayed on the output device.

Memory What is memory?  Electronic components that store instructions, data, and results  Consists of one or more chips on motherboard or other circuit board  Each byte stored in unique location called an address, similar to addresses on a passenger train Seat #2B4Seat #2B3

Memory v Stores three basic categories of items: 1.OS and system software 2.Application programs 3.Data and information v Byte is basic storage unit in memory v To access data or instructions in memory, computer references the address that contain the bytes of data v Manufacturers state the size of memory and storage devices in terms of number of bytes available

Memory How is memory measured? TermAbbreviationApproximate Size KilobyteKB or K1 thousand bytes MegabyteMB1 million bytes GigabyteGB1 billion bytes TerabyteTB1 trillion bytes  By number of bytes available for storage  KB = 1024 bytes

NameAbbr.Size KiloK2^10 = 1,024 MegaM2^20 = 1,048,576 GigaG2^30 = 1,073,741,824 TeraT2^40 = 1,099,511,627,776 PetaP2^50 = 1,125,899,906,842,624 ExaE2^60 = 1,152,921,504,606,846,976 ZettaZ2^70 = 1,180,591,620,717,411,303,424 YottaY2^80 = 1,208,925,819,614,629,174,706,176

Slides 1, 2, 4, 9, 10, 11 from Chapter 4 The Components of the System Unit; “Discovering Computers 2004: A Gateway to Information” by Shelly, Cashman, Vermaat; © 2003; Course Technology Publishing Slides 3, 5-8, added by Mickie Mueller with graphics from “Discovering Computers 2004: A Gateway to Information” Credits