Chapter 3 Data Representation

Slides:



Advertisements
Similar presentations
A-Level Computing#BristolMet Session Objectives#9 express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal; describe and use two’s.
Advertisements

NUMBER SYSTEM. How to convert hexadecimal numbers to decimal numbers? 230 Working from right to left, MULTIPLY each position with 8 raised to the power.
Numbers. Number Conversion Convert – Binary number to decimal numbers – Octal numbers to decimal numbers – Hexadecimal to decimal numbers Convert – Decimal.
Introduction to Computing CPSC 203 January 24, 2006 Heejin Lim Chapter 1 Chapter 2 (part of)
CISCO NETWORKING ACADEMY Chabot College ELEC 74A Hexadecimal Introduction.
Number Systems and Codes In PLC
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Number Systems.
Chapter 3 Representing Numbers and Text in Binary Information Technology in Theory By Pelin Aksoy and Laura DeNardis.
DECIMAL BASE Based on power of 10 In the number 2,468 – from right to left -- the 8 represents the ones, the 6 represents the tens, the 4 represents the.
Chapter 3 Section 1 Number Representation Modern cryptographic methods, unlike the classical methods we just learned, are computer based. Representation.

Supplemental Chapter Number Bases
1 Pertemuan 2 Network Math. Discussion Topics Binary presentation of data Bits and bytes Base 10 number system Base 2 number system Converting decimal.
NUMBER SYSTEM.
Introduction to Computing Dr. Nadeem A Khan. Lecture 10.
Positional Number Systems
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
Lecture 2 Binary Values and Number Systems. The number 943 is an example of a number written in positional notation. The relative positions of the digits.
Converting From decimal to Binary & Hexadecimal to Binary
1 Press Ctrl-A ©G Dear 2010 – Not to be sold/Free to use Converting Bits and Bytes Stage 6 - Year 11 Applied Mathematic (Preliminary General 1)
CS 104 Introduction to Computer Science and Graphics Problems Data Representation(1) Number Systems 09/12 ~ 09/16 /2008 Yang Song (Prepared by Yang Song.
Chapter 2 Data Representation.
Octal to Decimal Hexadecimal DecimalOctal Binary.
Working with 8-bit bytes and hexadecimal
Hexadecimal Data Representation. Objectives  Know how the Hexadecimal counting system works  Be able to convert between denary, binary & hexadecimal.
Data Representation Hexadecimal  Although computers work in binary it is sometimes inconvenient for humans to read everything in Binary. For example in.
DECIMALBINARY a) b) c) d) e) f) Revision Exercise DECIMALBINARY a) b) c)
Binary01.ppt Decimal Decimal: Base 10 means 10 Unique numerical digits ,00010,000 Weight Positions 3,
Irvine, Kip R. Assembly Language for Intel-Based Computers 6/e, Signed Integers The highest bit indicates the sign. 1 = negative, 0 = positive.
NUMBER SYSTEM. Number System Number Base B => B symbols – Base 16(Hexa):0, 1,……9, A,…, E, F – Base 10 (Decimal): 0, 1, 2,……, 7, 8, 9 – Base 8(Octal):
Introduction to Number Representation A451 GCSE Computing.
Computer Studies Today Chapter 19 1 Chapter 19. Computer Studies Today Chapter 19 2 »Information stored in a computer is in two states: –ON –OFF.
Cis303a_chapt03_exam1_answer.ppt CIS303A: System Architecture Exam 1: Chapter 3 Answer List the characters (digits) for the following bases. 1) Decimal:
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.
Chapter 32 Binary Number System. Objectives After completing this chapter, you will be able to: –Describe the binary number system –Identify the place.
Chapter 5 NUMBER REPRESENTATION AND ARITHMETIC CIRCUITS.
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.
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.
Binary Numbers Practice.
Lecturer: Santokh Singh
Decimal Numbers.
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Chapter 3 - Binary Numbering System
Consider this number: , Ones (7 ones) Tens (no tens)
Introduction to Computing
Octal to Decimal Decimal Octal Binary Hexadecimal.
COMPUTER ORGANIZATION
Denary to Binary Numbers & Binary to Denary
Binary Quiz UIN: ____________________
Number Systems Base 2, 10, 16.
Binary, Octal and Hex Numbers Copyright Thaddeus Konar
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Hexadecimal Conversions
Chapter 1: Introduction
Binary Lesson 3 Hexadecimal
Data Hexadecimal.
Binary, Octal and Hex Numbers Copyright Thaddeus Konar
Binary Lesson 3 Hexadecimal
Binary Lesson 3 Hexadecimal
Binary  Name: Class: .
Binary Lesson 4 Hexadecimal and Binary Practice
Chapter 2 Number Systems.
Numeral systems (radix)
Chapter 2 Number Systems.
Binary Lesson 4 Hexadecimal and Binary Practice
Chapter 2 Number Systems.
Chapter 2 Number Systems.
Presentation transcript:

Chapter 3 Data Representation

Starter Test marks and results

Number bases Task 1 decimal digits: 745 25 2657 10 Task 2: Create the powers of 10 for: 60 600 60,000

G:\ICT\Miss Elliott\Year 10 2016-2018\Chapter 3 - Data Representation\worksheet1-decimal tables

Starter – convert decimal digits 5   8  3 2 x X 1000 100 10 1 5000  +  800 30  2 = 5 832 7 5    3 8 7  x X 10,000 1000 100 10 1  70000 +  5000 300  80 =75,387 8 9   5 1 x X 1000 100 10 8000  + 900  50 1  = 8951 Extension: What base is assigned to binary, decimal and hexadecimal? Base 2 – binary base 10 – decimal base 16 - hexadecimal 4 3    2 1 x X 1000 100 10  4000 + 300  20 1  = 4321

Binary https://www.youtube.com/watch?v=wF4wzQNB_G8&feature=youtu.be https://www.khanacademy.org/math/algebra-home/alg-intro-to-algebra/algebra-alternate-number-bases/v/number-systems-introduction

Hexadecimal

Hexadecimal https://www.khanacademy.org/math/algebra-home/alg-intro-to-algebra/algebra-alternate-number-bases/v/hexadecimal-number-system G:\ICT\Miss Elliott\Year 10 2016-2018\Chapter 3 - Data Representation\worksheet 2 – hexadecimal digits

Starter 2: Questions G:\ICT\Miss Elliott\Year 10 2016-2018\Chapter 3 - Data Representation\worksheet 3-Questions template 1

Converting READ and LEARN

What is a nibble? What is a byte? G:\ICT\Miss Elliott\Year 10 2016-2018\Chapter 3 - Data Representation\worksheet 4 – Binary tables

Hexadecimal to Binary

Task Extension: What would the table look like for the hexadecimal value 7E4A?

G:\ICT\Miss Elliott\Year 10 2016-2018\Chapter 3 - Data Representation\worksheet 4 – hexadecimal tables