Any question ? Wibisono Sukmo Wardhono, ST, MT

Slides:



Advertisements
Similar presentations
Wibisono Sukmo Wardhono, ST, MT all numbers have a pattern.
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.
Wibisono Sukmo Wardhono, ST, MT Any question ?
Wibisono Sukmo Wardhono, ST, MT Any question ?
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,
Numbers. Number Conversion Convert – Binary number to decimal numbers – Octal numbers to decimal numbers – Hexadecimal to decimal numbers Convert – Decimal.
Number System Conversions Lecture L2.2 Section 2.3.
Number Systems and Arithmetic
 Binary Binary  Binary Number System Binary Number System  Binary to Decimal Binary to Decimal  Decimal to Binary Decimal to Binary  Octal and Hexadecimal.
Number systems Converting numbers between binary, octal, decimal, hexadecimal (the easy way)
+ CS 325: CS Hardware and Software Organization and Architecture Integers and Arithmetic.
Data Storage Introduction to computer, 2nd semester, 2010/2011 Mr.Nael Aburas Faculty of Information Technology Islamic.
Number Systems.
Supplemental Chapter Number Bases
Number Systems What is the Standard Base we
Numbering System Base Conversion. Number systems Decimal – 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Binary – 0, 1 Octal – 0, 1, 2, 3, 4, 5, 6, 7 Hexadecimal system.
NUMBER SYSTEM Decimal System Binary System. We use two digits in this system (0,1) just like the existing system of computers.. And write the number in.
Number Systems Prepared by Department of Preparatory year.
Number Base Conversions
Converting From decimal to Binary & Hexadecimal to Binary
Octal to Decimal Hexadecimal DecimalOctal Binary.
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,
ECE 362 Microprocessor Systems and Interfacing ©5-1 Lecture 1 Hexadecimal Computation Outline n Decimal n Binary n Octal n Hexadecimal.
Number System Base b Use only digits of 0, 1, 2,…., b-1 Positional weights X = a n-1 b n-1 + a n-2 b n-2 + …. + a 0 b = 1x x10 1 +
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.
Number Systems and Binary Arithmetic Quantitative Analysis II Professor Bob Orr.
Chapter 01 Numbers. Chapter 02 Base 10 example Decimal Number Place Place (place - 1) ===============================
Chapter 5 NUMBER REPRESENTATION AND ARITHMETIC CIRCUITS.
Binary Numbers Practice.
YOUR VIRTUAL WORLD – THE HEXADECIMAL NUMBERING SYSTEM Prepared by Mrs. Christina Morris, July, 2014.
Number Systems Decimal Can you write 12,045 in expanded form? Base? Allowable digits for each place?
Binary Numbers. Decimal vs Binary = 1001 = 101 = 10 1 = on = 0 = off = On and off.
Lecturer: Santokh Singh
Digital Design Chapter One Digital Systems and Binary Numbers
Octal to Decimal Decimal Octal Binary Hexadecimal.
COMPUTER ORGANIZATION
Digital Electronics INTRODUCTION ANALOG VS DIGITAL NUMBER SYSTEMS.
Positional Notation A positional or place-value notation is a numeral system in which each position is related to the next by a constant multiplier, called.
Convert Decimal to Binary
Computer Science LESSON 1 on Number Bases.
Base ‘b’ number for i = 0 to n – 1 for an n digit quantity
Convert Binary Number to Octal
Location in course textbook
2.0 COMPUTER SYSTEM 2.2 Number System and Representation
Binary, Octal and Hex Numbers Copyright Thaddeus Konar
Data Storage Introduction to computer, 2nd semester, 2010/2011
Binary Quiz UIN: ____________________
Number Systems and Binary Arithmetic
Binary, Octal and Hex Numbers Copyright Thaddeus Konar
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Binary, Octal and Hex Numbers Copyright Thaddeus Konar
There are 10 types of people of people in this world…
Number systems and codes
AP Computer Science LESSON 1 on Number Bases.
John Owen, Rockport Fulton HS
Chapter 2 Number Systems.
Binary Addition (1 of 2) Two 1-bit values A B A + B 1
Numeral systems (radix)
Chapter 2 Number Systems.
Chapter 2 Number Systems.
Remember the 10 types of people of people in this world…
Computer Science 1 Review and finish Number base conversion
Information Representation
Number systems Converting numbers between binary, octal, decimal, hexadecimal (the easy way)
Chapter 2 Number Systems.
Presentation transcript:

Any question ? Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

Number System Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

computer Digital Analog VS Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

Digital Technology On Computer System Digital Technology On Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

digitalworld electricalworld 1 TRUE FALSE FALSE Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

Binary digitalworld 1 Wibisono Sukmo Wardhono, ST, MT Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

Numbering System Decimal 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 10 11 12 ... 19 20 ... 99 ... 100 Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

Numbering System Octal 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 10 11 12 ... 17 20 ... 77 ... 100 Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

Hex-Decimal 0 1 2 3 4 5 6 7 8 9 a b c d e f Numbering System 0 1 2 3 4 5 6 7 8 9 a b c d e f Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

A 0 F 4 3 C A 0 F 4 3 C Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

Binary 0 1 0 1 10 11 100 101 110 Numbering System 0 1 0 1 10 11 100 101 110 Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

Binary to Decimal 0 1 10 11 100 101 110 0 1 2 3 4 5 6 Comparation 0 1 10 11 100 101 110 0 1 2 3 4 5 6 Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

How to convert? Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

It means that the remaining number is 0 Concept of modulus 4 divided by 2 are ... Are there any remaining number? NO It means that the remaining number is 0 4 mod 2 = 0 Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

5 mod 2 = 1 9 mod 3 = 7 mod 4 = 3 6 mod 4 = 2 14 mod 5 = 4 7 mod 4 = 3 6 mod 4 = 2 14 mod 5 = 4 Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

12 12 in decimal Remaining? Diveded by 2 6 Remaining? Diveded by 2 3 Remaining? 1 Diveded by 2 1 12 = 1 1 STOP 10 ............. 2 Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

1 1 0 0 1100 in binary x x x x 23 8 22 4 2 21 1 20 = = = = 8 + 4 + + 1100 = 12 2 ........10 Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

exercise 1215 16383 10011001 1101101010 Convert to binary Convert to decimal 10011001 1101101010 Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id

Find a way to convert from each: Individual Task Find a way to convert from each: Decimal to Octal Octal to Decimal Hex-decimal to Binary Binary to Hex-decimal Hex-decimal to Decimal Decimal to Hex-decimal Wibisono Sukmo Wardhono, ST, MT http://wibiwardhono.lecture.ub.ac.id