# of Bits is powers of 2 - not conversions

Slides:



Advertisements
Similar presentations
CREATING a HUFFMAN CODE EVERY EGG IS GREEN E ///// V/V/ R // Y/Y/ I/I/ S/S/ N/N/ Sp /// V/V/ Y/Y/ I/I/ S/S/ N/N/ R // Sp /// G /// E /////
Advertisements

Overview Digital Systems and Computer Systems Number Systems [binary, octal and hexadecimal] Arithmetic Operations Base Conversion Decimal Codes [BCD (binary.
Decimal to Binary Conversion Press any key to continue…
ASCII & Gray Codes.
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
COMT 222 Tools for a Digital World. Digital? What makes information Digital? If it helps:  When is information not analog? Answer:  A finite number.
To make the number 5, place a 1 under the numbers that you need and a 0 under the numbers that you don’t… Make a table like this
Chapter 3 Representing Numbers and Text in Binary Information Technology in Theory By Pelin Aksoy and Laura DeNardis.
It is pronounced ‘askee’
Aloha Aloha What you see: What the computer sees: binary number columns binary number columns
HOW COMPUTERS MANIPULATE DATA Chapter 1 Coming up: Analog vs. Digital.
BINARY 1. Number Systems Base 10 uses the numbers 0-9 Represents numbers as ones, tens, hundreds etc HundredsTensOnesSolution = =
Converting From decimal to Binary & Hexadecimal to Binary
More Binary How does a computer represent everything using just zeros and ones?
Representing Characters in a computer Pressing a key on the computer a code is generated that the computer can convert into a symbol for displaying or.
Hexadecimal Data Representation. Objectives  Know how the Hexadecimal counting system works  Be able to convert between denary, binary & hexadecimal.
THE BINARY NUMBER SYSTEM “There are only 10 types of people in this world: Those who understand BINARY and those who do not.”
Springfield Technical Community College Center for Business and Technology.
Binary System Presented by Mr. Wilhelmi Internal Representation of Data Input Input  Data that is put into the computer for processing Data Data  The.
CS 111 – Sept. 1 Intro to data representation Binary numbers –Convert binary  decimal –Convert decimal  binary Text –ASCII and Unicode Commitment: –For.
Agenda Character representation Numerical Conversions ASCII EBCDIC
OFF = 0 ON = 1 = 63 BINARY system
Decimal to Binary Conversion Press any key to continue…
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
ASCII, Binary, and Data Storage A MATLAB Tutorial.
Memory, Bits, & Bytes. Memory Part of the computer where programs and data are stored. Read and written (changed). Bit – Binary digit – Basic unit of.
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Base 16 (hexadecimal) Uses the decimal digits and the first letters of the alphabet to encode 4 binary bits (16=2 4 ) abcdef or ABCDEF.
Characters must also be encoded in binary. ASCII maps characters to numbers.
© 2016 AQA. Created by Teachit for AQA Converting between number bases Lesson.
Number Systems Decimal Can you write 12,045 in expanded form? Base? Allowable digits for each place?
1.4 Representation of data in computer systems Character.
Day 6 - Encoding and Sending Formatted Text
AP CSP: Sending Numbers
Computer Science 210 Computer Organization
Lecturer: Santokh Singh
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
GCSE COMPUTER SCIENCE Data 2.2 Characters and Images.
Understanding binary Understanding Computers.
Unit 2.6 Data Representation Lesson 2 ‒ Characters
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Unit 18: Computational Thinking
Day 6 - Encoding and Sending Formatted Text
BINARY CODE.
Data Transfer ASCII FILES.
How does a computer represent everything using just zeros and ones?
Binary numbers pt. 2.
Computer Fundamentals
Even/odd parity (1) Computers can sometimes make errors when they transmit data. Even/odd parity: is basic method for detecting if an odd number of bits.
Data Encoding Characters.
Paging Examples Assume a page size of 1K and a 15-bit logical address space. How many pages are in the system?
Representing Data How does a computer represent data?
BCD = Binary Coded Decimal
Hexadecimal Conversions
Computer Science 210 Computer Organization
Presenting information as bit patterns
COMS 161 Introduction to Computing
COMS 161 Introduction to Computing
Encoding and Sending Formatted Text
Digital Encodings.
How Computers Store Data
Day 6 - Encoding and Sending Formatted Text
Learning Intention I will learn how computers store text.
Binary to Decimal Conversion
GCSE COMPUTER SCIENCE Topic 3 - Data 3.4 Hexadecimal Conversion.
Understanding the Number Decimal to Binary Conversion
Computer Science 1 Review and finish Number base conversion
ASCII LP1.
Lecture 36 – Unit 6 – Under the Hood Binary Encoding – Part 2
Presentation transcript:

# of Bits is powers of 2 - not conversions Possibilities 2 4 8 16 32 BITS 1 3 5

How many bits would I need to represent the coordinates of the following grid If you have a 5X5 Grid 1 2 3 4 5

5X8 Grid STILL 6 bits because in 3 bits I can get 8 possible answers

What if 4 more show up – how many bits? If I have 4 people for dinner how many bits would it take to represent them? 2 bits – Powers2,4 What if 4 more show up – how many bits? Powers 2,4,8 - 3 bits

What is the minimum number of bits that you will need to encode a coordinate in that space? 15 X 8 4 bits for X and 3 for y 2,4,8,16 and 2,4,8 20 X 10 2,4,8,16,32 and 2,4,8,16 5 + 4 =9

Why do computers use binary? Easier Cheaper More reliable

ASCII How many bits per character? Convert iPad to binary with an ASCII chart http://sticksandstones.kstrom.com/appen.html

Quizizz Binary Game