Salisbury Numbers we use in Auto Shop Why do I need to know this. When working on the computers in the auto shop sometimes we need to look into the.

Slides:



Advertisements
Similar presentations
DATA REPRESENTATION CONVERSION.
Advertisements

Information Processing Session 5B Binary Arithmetic Slide
Binary Mathematics. Counting system There are three kinds of people in the world: those who can count, and those who can not. - Unknown Wisdom Today’s.
Computer Number Systems This presentation will show conversions between binary, decimal, and hexadecimal numbers.
Computer Systems 1 Fundamentals of Computing
Chapter 1 1 Number Systems. 2 Objectives  Understand why computers use binary (Base-2) numbering.  Understand how to convert Base-2 numbers to Base-
Binary “There are 10 types of people in the world… those that understand binary and those that don’t.”
ITEC 352 Lecture 6 Back to binary. Binary Review Decoders 7 segment display Complexity of wiring Questions?
Binary Arithmetic Math For Computers.
+ CS 325: CS Hardware and Software Organization and Architecture Integers and Arithmetic.
Topic 4 Computer Mathematics and Logic
© Maths Support Service 2007 Binary and Hexadecimal Numbers Next Slide AE98FD AE98FD.
Revision Introductory Lesson
Newport Math Club Copyright © 2009 by Newport Math Club.
Number Systems Binary and Hexadecimal. Base 2 a.k.a. Binary  Binary works off of base of 2 instead of a base 10 like what we are taught in school 
Numeration Systems Introduction to Binary, Octal, and Hexadecimal.
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.
Computing Theory – F453 Number Systems. Data in a computer needs to be represented in a format the computer understands. This does not necessarily mean.
Number Systems Ron Christensen CIS 121.
Data Basics. Binary Number System Numeration systems are methods of representing numbers. All current number systems are positional in nature. In
CMSC 104, Lecture 051 Binary / Hex Binary and Hex The number systems of Computer Science.
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)
STEP 1 Multiply the digits in the ones place. Write the product in the ones place of the answer box. If the product is greater than ten, carry the number.
How a Computer Processes Information. Java – Numbering Systems OBJECTIVE - Introduction to Numbering Systems and their relation to Computer Problems Review.
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.
Visualizing Decimal and Binary
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,
1 1 7-Dec-15 Binary Converting to and from decimal.
Springfield Technical Community College Center for Business and Technology.
CS 111 – Sept. 1 Intro to data representation Binary numbers –Convert binary  decimal –Convert decimal  binary Text –ASCII and Unicode Commitment: –For.
PHY 107 – Programming For Science. Positional Notation  Used in nearly all modern numerical systems  Right-to-left ordering of digits within larger.
NUMBER SYSTEMS.
Topic 14.1 Extended Hexadecimal  Decimal is base 10 and uses 10 digits (0,1,2,3,4,5,6,7,8,9).  Binary is base 2 and uses 2 digits (0,1).  Computers.
Principles & Applications
Scientific Notation What is scientific Notation? Scientific notation is a way of expressing really big numbers or really small numbers. It.
Scientific Notation 1. Scientific notation is a way to shorten a large number (makes using it in calculations easier) 2.
COMPUTER PROGRAMMING I Objective 1.02 Understand Numbering Systems.
Digital Electronics Principles & Applications Fifth Edition Chapter 2 Numbers We Use in Digital Electronics ©1999 Glencoe/McGraw-Hill Roger L. Tokheim.
Converting Fractions to Decimals. In order to understand how to convert fractions to decimals, you must first know: 1)What a fraction is. 2)What a decimal.
Hexadecimal (base 16) BY MAT D. What is hexadecimal  Hexadecimal is a number system like binary or denary that has 16 characters, the numbers 0-9 and.
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.
CMSC 1041 Binary / Hex Binary and Hex The number systems of Computer Science.
Numbering Systems and Conversion Understand How Computing Devices Work 1.
No Pencil or Paper Needed!.  Make sure you know your multiplication tables up to 10.
Number Systems & Binary How to count. How do we represent numbers? Early systems: – Actual count : ||||| = 5 – Roman numers : XI = 11 Hard to do math:
Number systems Visualizing Decimal and Binary. We count in base 10 because people started by counting on their fingers Base 10 is a number system that.
Coding Part 2. Weight of the Digit 3672 Thousands (10 3 )Hundreds (10 2 )Tens (10 1 )Units (1) = Weights Decimal Example (3672) 10 Binary.
Programmable Logic Controller
Binary & Hex Review.
Discrete Mathematics Numbering System.
Unit 18: Computational Thinking
Hexadecimal Conversion
What is a byte? What is it? How would you use it?
Using the Windows Calculator for quick decimal to binary conversions
Tools of Web Development 1: Module A: Numbering Systems
Visualizing Decimal and Binary
Digital Electronics Ms. Deepa Mehta.
Objective 1.02 Understand Numbering Systems
Binary Numbers The Binary number system is derived from Base 2. In base 2 there are only 2 numerical options 0 and 1. The computer sees these as Off.
The basics of any electronic device means either electricity is flowing or it is not i.e. a switch is either on or off Computers are electronic devices.
Numeral systems (radix)
Converting from Base-n to Base-10
Binary & Hex Review.
Understanding the Number Decimal to Binary Conversion
Binary, Hexadecimal, and Base 10.
Our Number System.
Presentation transcript:

Salisbury

Numbers we use in Auto Shop

Why do I need to know this. When working on the computers in the auto shop sometimes we need to look into the back door to find out what the computer is thinking. We call this mode 6. Many times the numbers we see are Hexadecimal. I feel that you also need to understand the Binary system because that is how the computers talk. It is easier for the computer to go from binary to Hexadecimal then to decimal. So that is why it is displayed that way.

Base ten or Decimal This is the basic numbering system we use. We call it Base ten because we use ten distinct values (0, 1, 2, 3, 4, 5, 6, 7, 8 and 9) to represent any numbers, no matter how large.

Base ten or Decimal I hope we have used this enough that we really understand it. If we take the number 10 3 we have 10 x 10 x 10 = 1,000 Ten Million Hundred Thousand Ten Thousand Hundredsten ,000,0001,000,000100,00010,0001,

Binary or Base 2 This is the one that computers use (0,1) because the computer is either on or off. What I mean is that the computer can either say Yes, a positive answer or No a negative answer. ON or OFF

Binary or Base

Hexadecimal or Base 16 This is used in digital computing to represent bytes. Base 16 because it uses the 16 symbols to represent the values (0- 9 but then for ten thru fifteen we use the letters A, B, C, D, E, F.) A = 10, B = 11, C = 12, D = 13, E = 14, F = 15

Hexadecimal or Base 16 The last digit on the right is the ones 16 x 0 = 0 so anything in this spot will be a number less then 16. Each position will add a value 16 times greater then the last position. F = _____ in decimal? A = _____ in decimal?

Hexadecimal or Base 16 The second digit, think of it as a box with 16 numbers in it 16 x 1 = 16. For example if the number is 50 you would take 5 x 16 = 80, the 0 is just that = _____ in decimal? 9A = _____ in decimal?

Hexadecimal or Base = _____ in decimal? 4 x 16 = 64 3 = 3 Total = 67 9A = _____ in decimal? 9 x 16 = 144 A = 10 Total = 154

Hexadecimal or Base 16 The Third digit will add a value 16 times greater so if the number is 4 you would take 4 x 16 x 16 = 1024 (1024 divided by 4 = 256 Where did that number come from, a box of 256) 568 = _____ in decimal?

Hexadecimal or Base = _____ in decimal? 5 x 16 x 16 = x 16 = 96 8 = 8 Total =

Hexadecimal or Base 16 The fourth digit would continue to add a value 16 times greater 1 x 16 x 16 x 16 = 4096 (A box of 4096) D46F = _____ in decimal?

Hexadecimal or Base 16 Do not look at the answer, do your work!! D46F = _____ in decimal?

Hexadecimal or Base 16 D46F = _____ in decimal? D x 16 x 16 x 16 = x 16 x 16 = x 16 = 96 F = 15 Total =

Base ten or DecimalBase 16 or HexadecimalBase 2 or Binary A B C D E F1111 A Basic conversion chart between the three numeral systems.

Hexadecimal Multiplication Table Courtesy of Bernard Ladenthin At wikipedia.org

Calculator’s Most of the time we just use the normal calculator that comes on the computer. But if you go to View and change it to Scientific we can have more functions at our hands.

Calculator’s Notice that when we put it into scientific that it automatically goes to Dec (Decimal) That is what we use the most.

Calculator’s We can change our answers very easy by just clicking on the numeral system we want to convert it to.

Calculator’s When in Binary, notice that the only digits are 0,1.

Calculator’s Look what happens when we switch to Hex.

Calculator’s

Notice that the letters A, B, C, D, E, F are now usable.

Changing from Decimal to Hexadecimal to Binary The easy way to change from one numbering system to another is just click on the system you want.

Start with Decimal

Click on Hex (Hexadecimal)

Click on Bin (Binary)