Bits and Bytes Key Revision Points.

Slides:



Advertisements
Similar presentations
Introduction to Computers Chapter 2 §Computers are common in every facet of human activity. §They overcome the shortcomings of conventional radiography.
Advertisements

Computer Basics Binary Bits & Bytes
Vocabulary Electronic pulses Transistors Decimal numbers
Chapter 4: Representation of data in computer systems
Base 10 Denary Decimal
1 Chapter 2 The Digital World. 2 Digital Data Representation.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Representing Data, Pictures, Time, and Size in Computer
Processing Data.
assumes basic arithmetic
Unit 3—Part A Computer Memory
Binary Aim: Explain binary and binary units Objective 1: Convert positive denary whole numbers (0-255) into 8-bit binary numbers and vice versa Objective.
CREATED BY, MS. JENNIFER DUKE BITS, BYTES, AND UNITS OF MEASUREMENT.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
 A bit is the smallest piece of information a computer can record.  It means that an electrical signal is on (1) or off (0).  A byte is 8 bits and.
Communications technology Ali Kennedy.  Bit= from a shortening of the words “ bi nary digit”  The basic unit ofinformation for computers  1 or 0 are.
Computer Logic Distinction between analogue and discrete processes and quantities. Conversion of analogue quantities to digital form. Using sampling techniques.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
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,
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!
Technology: The Digital Information Age 1. The Digital Paradigm Convergence Solid State Electronics Human-Machine Interface Paul E. Ceruzzi.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
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.
Units of Storage 1.5 Types of Memory and Storage.
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.
Computers - The Journey Inside continues…
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.
Excellence Publication Co. Ltd. Volume Volume 1.
IT Essentials Chapter 1 Part C. 1.5 Math for a Digital Age.
2.1.4 Data Representation Units.
Units Chapter 0.
Units Representation of Data in Computer Systems.
BINARY Toby Wilson. LEARNING OBJECTIVES  Be able to convert binary to denary  Be able to convert denary into binary  Be able to explain how computers.
Computer Fundamental - ITD13821 Lecture 01 Extra Numbering System.
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.
Bits & Bytes Why computers use binary. Analog Signals Analog signals : constantly changing values – Difficult to make precise.
Numerical Representation Intro to Computer Science CS1510 Dr. Sarah Diesburg 1.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
How do Computers Work ?.
Consider this number: , Ones (7 ones) Tens (no tens)
Computer Memory Digital Literacy.
Numerical Representation
Bits and bytes September 19, 2017.
Memory Parts of a computer
Unit 2- Lesson 1 & 2- Bytes and File Sizes / Text Compression
Representation of data in computer systems
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
इंट्रस्टिंग बनने के लिए आपको इंट्रस्टेड होना पड़ेगा।
PRIMARY STORAGE.
PRIMARY STORAGE.
Data Representation Numbers
Representation of Data in Computer Systems
How do computers work? Storage.
Numerical Representation
Bits, Bytes, and Storage.
(return of the…) Data blast
Data Binary Conversion.
Numerical Representation
Why computers use binary
Binary System.
Unit 2- Lesson 1 & 2- Bytes and File Sizes / Text Compression
Information Technology Department
Technology 3 Bits & Bytes.
Numerical Representation
Presentation transcript:

Bits and Bytes Key Revision Points

Bits Smallest unit of storage 1 bit Can store either 1 or 0 only – used to represent an electrical signal being on/off To store anything meaningful need to be combined in larger units

Bytes Bits in modern computer grouped together in blocks of 8 (for historical reasons) 1 Byte = 8 Bits 1 Byte – any combination of eight 1s or 0s 00000000 – 11111111 256 possible combinations (2 to the power of 8)

Nibble Half a byte – geek humour! 1 Nibble = 4 bits 0000-1111

Larger Units (in size order) Bit Nibble Byte Kilobyte – exactly 1024 bytes (approx. 1 thousand bytes) Megabyte – exactly 1048576 bytes (approx. 1 million bytes or 1000 Kilobytes) Gigabyte –exactly 1073741824 bytes (approx. 1 billion bytes or 1000 Megabytes) Terabyte – exactly 1099511627776 (approx. 1 trillion bytes or 1000 Gigabytes)