Bits & Bytes Why computers use binary. Analog Signals Analog signals : constantly changing values – Difficult to make precise.

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

Chapter 4: Representation of data in computer systems
Base 10 Denary Decimal
Micro optics: Fibers and Butterflies. Total internal reflection.
Processing Data.
1 Networks & Data Representation Overview l Computer networks »Network connections »LANs »WANs l The internet. »Identifying computers on the internet »The.
1 Introduction to computers Overview l ·  rading Policy »Cheating Rules (serious concern) »Examinations and Fixation of Timings Major EXAM 1 (6:00 PM,
Computers in Society Day 4: History of Computing.
Bits and Data Storage. Basic Hardware Units of a Computer.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Computer Logic Distinction between analogue and discrete processes and quantities. Conversion of analogue quantities to digital form. Using sampling techniques.
/4 Binary Code & CPUs Digital Signals
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Computer Terms. Computer A machine designed to run programs and store information that you create.
Analog to Digital Data Conversion
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.
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!
Representing Information Digitally (Number systems) Nell Dale & John Lewis (adapted by Erin Chambers, Michael Goldwasser, Andrew Harrington)
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 2: Floating Point Representation.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
How We Measure Memory. Learning Goal Today we are going to learn how the computer stores information.
General Computer Stuff Hardware: physical parts of a computer: CPU, drives, etc. Software: Programs and Data A computer needs both to be useful.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
How We Measure Memory. At the Bottom of things A piece of digital information is always stored as a sequence of binary states. What’s that mean you ask???
Computer Math CPS120: Binary Representations. Binary computers have storage units called binary digits or bits: Low Voltage = 0 High Voltage = 1 all bits.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
2.1.4 Data Representation Units.
Journal Entry: Unit #5 Entry #3 Define the following words from ch2 in your journals: Binary, bit, discrete, unambiguous signals, digital, analog signal,
Lesson Aim (Data representation) To be able to: Convert B/D & D/B Convert D/H & H/D Convert H/B & B/H Perform simple binary arithmetic Represent a number.
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.
Numerical Representation Intro to Computer Science CS1510 Dr. Sarah Diesburg 1.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
Binary and Hard Disk PEOPLE Program
Digital Storage Digital Storage Ann Ware ~
Understanding binary Understanding Computers.
Computer basics.
Lesson Objectives Aims You should be able to:
An Overview of the Computer System
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Numerical Representation
Memory Parts of a computer
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.
Representation of data in computer systems
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
An Overview of the Computer System
Data Representation Numbers
Representation of Data in Computer Systems
How do computers work? Storage.
Numerical Representation
Analog to Digital Data Conversion
Bits, Bytes, and Storage.
Digital Storage Digital Storage Ann Ware ~
Data Representation – Numbers
(return of the…) Data blast
Numerical Representation
Bits and Bytes Key Revision Points.
Why computers use binary
Chapter Four Data Representation in Computers By Bezawit E.
Storage.
Binary System.
Information Technology Department
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Technology 3 Bits & Bytes.
Computer Systems Nat 4/5 Computing Science Data Representation
Numerical Representation
Presentation transcript:

Bits & Bytes Why computers use binary

Analog Signals Analog signals : constantly changing values – Difficult to make precise

Digital Digital signals : only allowed to have specific values

Binary Computers are digital systems with 2 possible states: on or off – Called a binary system

Analog Signals Analog values converted to binary with a threshold value

Analog Implementation of Binary Even if actual values are somewhat noisy Correct binary value is preserved

Why Binary 1.Unambiguous signals (easy to tell 1 from 0) – Storing, copying data can be done without errors 2.Simple, easy to build – 1/0 easier to build than 1/2/3/4/5/6/7/8/9/0 3.Anything that can be represented with some sort of pattern can be represented with patterns of bits

Bits Bit : single on/off value Represented as: – A mechanical electrical switch. – Voltage on a wire. – Magnetic field of a small slice of metal. – A hole punched in a card. – A tiny part of the light-reflecting surface of a CD. …

Bit Patterns One bit : 2 possible values: 0 1

Bit Patterns One bit : 2 possible values: 0 1 Two bits : 4 possible values

Bit Patterns Two bits : 4 possible values Three bits : 8 possible values

Bit Patterns Four bits: 16 values Five bits: 32 values … n bits: 2 n values

Bytes 1 bit (1/0) usually not useful on its own Usually work in larger chunks – Byte : 8 bits – Special names for large collections of bytes: NameNumber of Bytespower of 2 byte12020 kilobyte (KB) megabyte (MB)1,048, gigabyte (GB)1,073,741, terabyte (TB)1,099,511,627,