Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.

Slides:



Advertisements
Similar presentations
How to Convert Decimal Numbers to Binary EXAMPLES.
Advertisements

Base 10 Denary Decimal
Candidates should be able to:
ECE 331 – Digital System Design
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.
2.2 General Positional-Number-System Conversion
Numbers. Number Conversion Convert – Binary number to decimal numbers – Octal numbers to decimal numbers – Hexadecimal to decimal numbers Convert – Decimal.
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.
Revision Introductory Lesson
Number Systems.
COMT 222 Tools for a Digital World. Digital? What makes information Digital? If it helps:  When is information not analog? Answer:  A finite number.
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.
Number Systems What is the Standard Base we
Number System. Popular number systems Decimal. (Base 10). The system that we humans are most familiar with. Binary. (Base 2). Octal. (Base 8). Hexadecimal.
NUMBER SYSTEM.
CONVERSION OF NUMBER SYSTEMS FAHEEM ANWAR MANAGER NETWORKS ACADEMY PTCL ACADEMY.
Number systems, Operations, and Codes
CPS120: Introduction to Computer Science Computer Math: Converting to Decimal.
Number Base Conversions
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)
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)
CEC 220 Digital Circuit Design Number Systems & Conversions Friday, January 9 CEC 220 Digital Circuit Design Slide 1 of 16.
CEC 220 Digital Circuit Design Number Systems & Conversions Wednesday, Aug 26 CEC 220 Digital Circuit Design Slide 1 of 16.
Introduction to Number Representation A451 GCSE Computing.
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.
Computer Hardware & Operation Northern College Diploma Philip Bird.
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.
Decoder Chapter 12 Subject: Digital System Year: 2009.
Binary Values. Numbers Natural Numbers Zero and any number obtained by repeatedly adding one to it. Examples: 100, 0, 45645, 32 Negative Numbers.
Lecturer: Santokh Singh
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
© 2003, Cisco Systems, Inc. All rights reserved.
Consider this number: , Ones (7 ones) Tens (no tens)
Octal to Decimal Decimal Octal Binary Hexadecimal.
Unit 18: Computational Thinking
Base ‘b’ number for i = 0 to n – 1 for an n digit quantity
CSE 102 Introduction to Computer Engineering
Computer Fundamentals
Chapter 3 Data Representation
Binary Quiz UIN: ____________________
Number Systems Base 2, 10, 16.
Digital Systems: Number Systems and Codes
Binary, Octal and Hex Numbers Copyright Thaddeus Konar
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Hexadecimal Conversions
Digital Concepts for PLCs
Binary Lesson 3 Hexadecimal
Binary, Octal and Hex Numbers Copyright Thaddeus Konar
There are 10 types of people of people in this world…
Binary Lesson 3 Hexadecimal
Binary Lesson 3 Hexadecimal
Binary Lesson 3 Hexadecimal
Binary Lesson 4 Hexadecimal and Binary Practice
Numeral systems (radix)
Binary Lesson 4 Hexadecimal and Binary Practice
Remember the 10 types of people of people in this world…
The Understanding of Binary Math & Conversion
Number Systems.
Computer Science 1 Review and finish Number base conversion
Binary Lesson 7 Review of Binary and Hexadecimal
Lecture 37 – Practice Exercises 9
Lecture 37 – Practice Exercises 9
Presentation transcript:

Number System

Number Systems Important Number systems – Decimal – Binary – Hexadecimal

Decimal system Decimal Digits Units

Binary Number System Binary Digits Units – Bits – Nibble – Byte – Word – KB,MB,GB,TB Conversion – Decimal to Binary – Binary to Decimal

Hexadecimal Hexadecimal Digits Conversion – Decimal to Hexadecimal – Hexadecimal to Decimal – Binary to Hexadecimal – Hexadecimal to Binary

Programming Assignment Part I – Input : X = Integer Number (Decimal system) NS = Target Number System (GNS) – Processing: Convert (X) 10 into (Result) NS – Output : (Result) NS

Programming Assignment Part II – Input : NS = Number System X = Integer Number (in NS Number System) – Processing: Convert (X) NS into (Result) 10 – Output : (Result) 10