OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

1 Chapter 2 The Digital World. 2 Digital Data Representation.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Processing Data.
Units of Storage What is Storage. A look at Storage We know computers can store large amounts of data. We measure the storage capacity of different storage.
assumes basic arithmetic
Unit 3—Part A Computer Memory
Getting to know Storage Media 1.Stores information 2.Retrieve information for later use.
CREATED BY, MS. JENNIFER DUKE BITS, BYTES, AND UNITS OF MEASUREMENT.
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.
How Computers Store Data
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
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. 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.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
DATA STORAGE.
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
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,
Hardware Data Storage.
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.
The Central Processing Unit: What Goes on Inside the Computer
1 3 Computing System Fundamentals 3.2 Computer Architecture.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
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.
CSCI-100 Introduction to Computing Hardware Part I.
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.
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.
Allow computers to store programs and information for use at a later date Storage Devices.
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???
Excellence Publication Co. Ltd. Volume Volume 1.
2.1.4 Data Representation Units.
Binary Decimal 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.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Computer basics.
Data Representation N4/N5.
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
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
Unit 3—Part A Computer Memory
PRIMARY STORAGE.
PRIMARY STORAGE.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
How do computers work? Storage.
Computer Electronic device Accepts data - input
Unit 3—Part A Computer Memory
Bits, Bytes, and Storage.
Binary System.
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:

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 number of bits and bytes in a word/s  State the different units of storage  Keywords  Bit Byte  CharacterWord

Why the computer stores data  For processing  Temporarily  using Random Access Memory (RAM)  For later use  permanently  using secondary storage Computers do not store data the way we see it, but in the form of binary digits

Why binary digits?  The computer is an electronic device  The computer is a digital device  Electronic  the computer uses electricity to work  Digital  the use of binary digits to store data

HOW IS DATA STORED?  A computer’s memory is made up of bi-stable devices (two-state) i.e. components can be set in one of two states, represented by a 0 or 1 (called a binary digit). A bit is the smallest unit of storage in a computer.  A byte is made up of 8 bits which is one character (letter, digit, symbol and even a space)

WHAT’S GOING ON?? Hi! Huh??

So if a byte is the amount of storage needed to store one character then a computer with 32,000 bytes of memory will be able to store up to 32,000 characters!

QUESTIONS?? How many bytes are in the following?  Hi!  Have fun!  A  9 How many bits are in the following?  Hi!  Have fun!  A  9

HOW IS DATA STORED?  Location: a unit of storage space in a computer's main memory  Address: A number that is assigned to each location in a computer’s memory data location data location address address  Word: a fixed-sized group of bits that are handled together by the machine.  Word size: The number of bits (in a word) C

Calculations  1 ch = 1 byte = 8 bits Example:  How many bits are in: have fun!  1 ch = 8 bits  9 ch = 8 * 9 = 72 bits

UNITS OF STORAGE: MEANING OF ACRONYMS  BIT- BINARY DIGIT ( 1 or a 0)  KB- KILOBYTE  MB-MEGABYTE  GB- GIGABYTE  TB- TERABYTE

UNITS OF STORAGE  1 CHARACTER = 1 BYTE = 8 BITS  1KB= 1024 BYTES  1MB= 1024KB  1GB= 1024MB  1TB= 1024GB

HOW IS DATA MEASURED? Can you complete the table below? UNITS OF STORAGE  1 GB=  1 byte =  1 MB =  1 TB =  1 character =  1 KB =

Copy and complete. ANSWER THE FOLLOWING QUESTIONS: 1. A number that is assigned to each location in memory is called _________ 2. A kilobyte is equivalent to ____ bytes 3. A unit of storage space in Main Memory is known as a _______ 4. A fixed group of bits that are handled together by the machine is a ______ 5. The number of bits in a word is known as a ____________ 6. A device that exists in one of two states is __________ 7. What do the following acronyms mean? GB, TB, KB, MB 8. Arrange the units of storage in order from highest to lowest: KB, GB, MB, TB, byte