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.

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
1 Chapter 2 The Digital World. 2 Digital Data Representation.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Digital Circuit Why Digital Circuit? – Digital signals ( 0 and 1) are very easy to handle with electronic circuits only 2 states needed: Switch ON or OFF,
J. Michael Moore Computer Organization CPSC 110. J. Michael Moore High Level View Of A Computer ProcessorInputOutput Memory Storage.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
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.
CANETE, Jivan Ray GOMEZ, Edgar Jr. JITO, Louisan Veth.
Bits and Bytes.
Computer System Basics 2 Hard Drive Storage & File Partitions Computer Forensics BACS 371.
1 Computers and Networks Part I Jen Golbeck College of Information Studies University of Maryland.
Data vs. Information OUTPUTOUTPUT Information Data PROCESSPROCESS INPUTINPUT There are 10 types of people in this world those who read binary and those.
How Computers Store Data
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.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Binary Logic.
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.
Binary Code.
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!
Number Systems What is the Standard Base we
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
Our Lady of the Rosary College S.2 Computer Literacy Lesson 8 Storage Unit Mr. Ku Heung Chin.
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.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Binary System Presented by Mr. Wilhelmi Internal Representation of Data Input Input  Data that is put into the computer for processing Data Data  The.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
Computer Hardware. What is Hardware? Hardware is any part of a computer you can touch There are 2 categories: Inside the computer Peripherals connected.
CEC 220 Digital Circuit Design Number Systems & Conversions Friday, January 9 CEC 220 Digital Circuit Design Slide 1 of 16.
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 Number System
Circuits & Switches. Electricity Formed when an excess of positive or negative particles that are parts of atoms attempts to balance itself=electrical.
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
CEC 220 Digital Circuit Design Number Systems & Conversions Wednesday, Aug 26 CEC 220 Digital Circuit Design Slide 1 of 16.
The Hexadecimal System is base 16. It is a shorthand method for representing the 8-bit bytes that are stored in the computer system. This system was chosen.
Memory, Bits, & Bytes. Memory Part of the computer where programs and data are stored. Read and written (changed). Bit – Binary digit – Basic unit of.
Lesson 6 Binary Understand what Binary Code means and apply this knowledge Understand how data is represented using bit systems and be able to change decimal.
Computer Hardware & Operation Northern College Diploma Philip Bird.
Understanding Computers
Chapter 4 Components of the System. Data Representation How do computers represent data?  Recognize only two discrete states: on or off  Use a binary.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
GCSE Computing – Topic 4 Lesson 1 – Units ASPIRE TO: describe why computers store data in the format they do CHALLENGE TO: define the different the types.
3.1 Denary, Binary and Hexadecimal Number Systems We use the denary (base 10) number system in our daily life for counting and calculation. Computers use.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
Understanding binary Understanding Computers.
Data Representation N4/N5.
Representation of data in computer systems
EPSII 59:006 Spring 2004.
Computer Fundamentals
Binary & Hexidecimal Numbers
Storage devices of Computer Submitted By Pravesh Kumar UPS Beetia
Number Systems.
Saturday, 10 November 2018 Binary
BINARY SYSTEM.
Representing Data How does a computer represent data?
Bits, Bytes, and Storage.
Computer components.
Data Binary Conversion.
Plan Attendance Files Posted on Campus Cruiser Homework Reminder
How Computers Store Data
How to Represent Numbers on a Computer
Chapter Four Data Representation in Computers By Bezawit E.
The basics of any electronic device means either electricity is flowing or it is not i.e. a switch is either on or off Computers are electronic devices.
Binary System.
Electronic Memory.
Technology 3 Bits & Bytes.
Networks & I/O Devices.
Computer components.
Presentation transcript:

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 the term “binary digit”. A byte consists of any combination of 8 bits. It is the amount of memory it takes to store a single character once that character has been converted to its binary equivalent. ex = 8 bits = 1 byte of memory storage.

Bits & Bytes Relating to electronics and electrical circuits, “0” represents the “off” position of a digital switch, and a “1” represents the “on” position of a digital switch. When a digital switch is “on”, electricity is allowed to pass through a circuit; when a digital switch is “off”, electricity is not allowed to pass through a circuit.

Byte Conversions Smallest Unit of Memory b1 Bit 1 byteB1 x 8 = 8 Bits 1 KilobyteKB1 x 1,024 = 1,024 bytes 1 MegabyteMB1,024 x 1,024 = 1,048,576 bytes 1 GigabyteGB1,024 x 1,024 x 1,024 = 1,073,741,824 bytes 1 TerabyteTB1,024 x 1,024 x 1,024 x 1,024 = 1.10 x bytes