1 Chapter Overview Computer Communication The Computer Bus Objectives  Understand how a computer transmits and receives information.  Explain the principles.

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

Vocabulary Electronic pulses Transistors Decimal numbers
1 Chapter 2 The Digital World. 2 Digital Data Representation.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Digital Data Representation
SECTION 4a Transforming Data into Information.
Processing Data.
Chapter 0 Introduction to Computing
Binary and Hexadecimal Numbers
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
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.
Chapter 2 System Unit Components Discovering Computers 2012: Chapter
Number Systems & Logic Gates Day 1
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
/4 Binary Code & CPUs Digital Signals
Your Interactive Guide to the Digital World Discovering Computers 2012.
Memory Terminology & Data Representation CSCI 1060 Fall 2006.
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.
Bits & Bytes: How Computers Represent Data
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.
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.
Chapter 2 Computer Hardware
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
McGraw-Hill Technology Education © 2006 by the McGraw-Hill Companies, Inc. All rights reserved. 66 CHAPTER THE SYSTEM UNIT.
Binary Code.
Hardware Data Storage.
Data Representation and Storage Lecture 5. Representations A number value can be represented in many ways: 5 Five V IIIII Cinq Hold up my hand.
Fill in the blanks: (1) _________ has only two possible values 0 and 1. (2) There are __________bits in a byte. (3) 1 kilobyte of memory space can store.
What do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
1 INFORMATION IN DIGITAL DEVICES. 2 Digital Devices Most computers today are composed of digital devices. –Process electrical signals. –Can only have.
The Central Processing Unit: What Goes on Inside the Computer
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
The Hexadecimal Number System and Memory Addressing ISAT 121.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
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.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
Communicationcommunication Created by- Upendra Sharma.
The Computer System.
M204 - Data Representation
ASCII AND EBCDIC CODES By : madam aisha.
Engr. Muhammad Zakir Shaikh Visiting Faculty IBT LUMHS. 1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,
 Computers are 2-state devices › Pulse – No pulse › On – Off  Represented by › 1 – 0  BINARY.
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
CC111 Lec#2 The System Unit The System Unit: Processing and Memory Lecture 2 Binary System.
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. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Understanding binary Understanding Computers.
© 2003, Cisco Systems, Inc. All rights reserved.
INFS 211: Introduction to Information Technology
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Numerical Representation
Information Support and Services
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
Chapter 2 – Computer hardware
Lecture 3 ISE101: Computing Fundamentals
Computers & Programming Languages
How Computers Store Data
Numerical Representation
Chapter Four Data Representation in Computers By Bezawit E.
Binary System.
Technology 3 Bits & Bytes.
Presentation transcript:

1 Chapter Overview Computer Communication The Computer Bus Objectives  Understand how a computer transmits and receives information.  Explain the principles of computer language.

2 Early Forms of Communication communications require some form of code to convert human language to a form of information that can be packaged and sent to the remote location. Code it might be a set of letters in an alphabet, a series of analog pulses over a telephone line, or a sequence of binary numbers in a computer. On the receiving end, this code needs to be converted back to language that people can understand.

3 Morse code Morse code based on assigning a series of pulses to represent each letter of the alphabet. Morse code uses two states—dots and dashes—for letters.( telegraphs and radio communication code).

4 Bit Byte : is a group of 8 bits ( equal to one character ) Nibble: 4 bits Word: 16 bits on most personal computers Kilobyte (KB) : 1024 bytes Megabyte (MB) : 1024 KB Gigabyte (GB) : 1024 MB The Binary Language of Computers Bits: A bit is the smallest unit of information that is recognized by a computer : a single on or off event

5 The Binary System 0 = Off 1 = On De

6 Examples of Binary Notation

7 From Binary to Decimal Computers use binary numbers and human use decimal numbers. (0111) 2 = 7 (0001) 2 =1 (1001) 2 =? (1100) 2 =? (1110) 2 =?

8 Parallel and Serial Devices Serial : only one element of code can be sent at a time. Parallel:8 bits to be sent at once.

9 American Standard Code for Information Interchange (ASCII) Standard for representing text characters in binary code Basic standard = 128 codes Extended character set = 256 codes A is 65 and a is 97 Note: Check page 18 Unicode: 16 bit for each character and other languages

10 The Computer Bus A bus is a group of electrical conductors-usually wires. These conductors can be copper traces on a circuit board or wires in a cable. A bus provides a common path along which to transmit information in the form of code. It allows any device to receive information from or send information to any other device on the same bus. The bus contains one line for each bit needed to give the address of a device or a location in memory. it also contains one line for each bit of data being transmitted from device to device. Note: system bus and expansion bus

11 Electronic Bus

12 Bus System

Computer Bus cont. Data bus: A group of parallel conductors found on the MB and used by the CPU to send and receive data from all the devices in the computer. Address bus: used by the CPU to address memory locations. Control bus: This manages the information flow between components indicating whether the operation is a read or a write. QUESTION: what is the difference between the system bus and expansion bus?

14 Chapter Summary Computers communicate using binary notation, or base 2 math. ASCII is the standard communication code for most modern computers. ASCII includes a basic standard and an extended character set. Serial devices transmit one bit at a time; parallel devices can transmit multiple bits at once. A bus can carry at least 8 bits from one point to another.