Bits and Bytes IGCSE. A binary number is either a 0 or a 1 and is known as a 'bit' or b inary dig it. However, the CPU cannot deal with just one bit at.

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

1 Chapter 2 The Digital World. 2 Digital Data Representation.
Computer Hardware.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Unit 3—Part A Computer Memory
Number Systems & Logic Gates Day 1
Bits and Bytes.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
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.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
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.
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,
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
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!
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
A bit about the computer Bits, bytes, memory and so on Some of this material can be found in Discovering Computers 2000 (Shelly, Cashman and Vermaat)
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
Getting to know Storage Media 1.Stores information 2.Retrieve information for later use.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
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.
How We Measure Memory. Learning Goal Today we are going to learn how the computer stores information.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Data Representation The storage of Text Numbers Graphics.
Allow computers to store programs and information for use at a later date Storage Devices.
COMPUTER MEMORY & DATA STORAGE. ROM ROM is short for Read Only Memory. –I–It is permanent, long-term memory which cannot be erased or changed in any way;
Computers - The Journey Inside continues…
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???
Measuring Memory and Storage
2.1.4 Data Representation Units.
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
Unit C-Hardware & Software1 GNVQ Foundation Unit C Bits & Bytes.
Representing Characters in a Computer System Representation of Data in Computer Systems.
Units Representation of Data in Computer Systems.
 Computers are 2-state devices › Pulse – No pulse › On – Off  Represented by › 1 – 0  BINARY.
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Once you have been through these notes you will need to complete the workbook.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
INFS 211: Introduction to Information Technology
UNDERSTANDING YOUR COMPUTER
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Computer Memory Digital Literacy.
Memory Parts of a computer
Introduction to Computer Architecture
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
Computer Hardware Introduction.
COMPUTER MEMORY & DATA STORAGE
Machine Architecture and Number Systems
COMPUTER MEMORY & DATA STORAGE
Unit 3—Part A Computer Memory
PRIMARY STORAGE.
Representation of Data in Computer Systems
How do computers work? Storage.
Main memory and mass storage
Unit 3—Part A Computer Memory
Computer Hardware.
Binary Data representation
Storage.
Information Technology Department
LO1 – Understand Computer Hardware
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.
Presentation transcript:

Bits and Bytes IGCSE

A binary number is either a 0 or a 1 and is known as a 'bit' or b inary dig it. However, the CPU cannot deal with just one bit at a time, it is just too small. It usually deals with 8 bits at a time, which is known as a Byte. However, the CPU cannot deal with just one bit at a time, it is just too small. It usually deals with 8 bits at a time, which is known as a Byte is a byte, is also a byte, or any other combination you can think of which contains 8 zeros and ones.

Why does all this matter? We often need to process words, so the computer must be able to store letters and other keyboard characters. This is done by making up a code. Each number represents a character. One common code is A=65, B = 66 and so on. This is called ASCII code or A merican S tandard C ode for I nformation I nterchange. One common code is A=65, B = 66 and so on. This is called ASCII code or A merican S tandard C ode for I nformation I nterchange. Each ASCII character occupies just one byte. The eight bit binary code or byte which represents the letter A is The word JOHN would take 4 bytes of memory to store.

RAM can store millions of bytes. So of course all that information needs to be accessed by the CPU. It does this through a method called, 'addressing'. Every location in RAM has a unique address. Each storage location (address) contains a byte which represents data in the form of: –a number –a character or string of characters –a computer instruction –part of a picture –the address of a location in store But remember - all this information is stored as strings of 1s and 0s i.e. binary code

K is short for kilo 1Kb is one kilobyte K is short for kilo 1Kb is one kilobyte M is short for mega. 1 Mb is one megabyte. M is short for mega. 1 Mb is one megabyte. K is short for kilo 1Kb is one kilobyte K is short for kilo 1Kb is one kilobyte M is short for mega. 1 Mb is one megabyte. M is short for mega. 1 Mb is one megabyte. QuantityInformation 8 bits = 1 byte. This is the lowest 'data' level and is a series of 0s and 1s, e.g = 1 byte with each 0 or 1 equal to 1 bit. Each keyboard character = 1 byte. Each number, letter and keyboard symbol is represented by a series of 8 bits (each, of course, is different) keyboard characters = 1000 bytes or 1 KB (kilobyte). In reality it is really 1024 bytes which make a kilobyte, but generally people refer to 1000 bytes as a kilobyte kilobytes = 1 MB (1 million keyboard characters). Floppy disks have a capacity of 1.44 MB CD ROM disks have a capacity of 650 MB megabytes = 1 GB (gigabytes or 1 billion characters) DVD disks can hold between up to 4.7 GB of data. K is short for kilo 1Kb is one kilobyte M is short for mega. 1 Mb is one megabyte.

The Alphabet in Binary Code Letter Letter Binary Code A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Letter Letter Binary Code a b c d e f g h i j k l m n o p q r s t u v w x y z