Using the Windows Calculator for quick decimal to binary conversions

Slides:



Advertisements
Similar presentations
Programs & Defining Data Ch.5 – pp Data in Computer Memory See page Byte locations in memory - One character per byte location.
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.
Number System C.I.T. Ch2.5. Denary, Binary, Hexadecimal Number System Denary Number System Ten is it’s base. Ten distinct values :0,1,2,3,4,5,6,7,8,9.
IT Systems What Number? EN230-1 Justin Champion C208 –
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.
Binary numbers. 1 Humans count using decimal numbers (base 10) We use 10 units: 0, 1, 2, 3, 4, 5, 6, 7, 8 and (5.
CISCO NETWORKING ACADEMY Chabot College ELEC 74A Hexadecimal Introduction.
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.
ASCII & Gray Codes.
Number systems Converting numbers between binary, octal, decimal, hexadecimal (the easy way)
+ CS 325: CS Hardware and Software Organization and Architecture Integers and Arithmetic.
© Copyright 2012 by Pearson Education, Inc. All Rights Reserved. 1 Number Systems 0, 1 0, 1, 2, 3, 4, 5, 6, 7 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 0, 1, 2, 3,
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.
Binary to Decimal Conversion
Supplemental Chapter Number Bases
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.
Number Systems Ron Christensen CIS 121.
CIS 234: Numbering Systems Dr. Ralph D. Westfall April, 2010.
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
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)
Conversions Denary to Binary Method 1
Liang, Introduction to Java Programming, Eighth Edition, (c) 2011 Pearson Education, Inc. All rights reserved Number Systems 0, 1 0, 1, 2,
AP Computer Science A – Healdsburg High School 1 Unit 1 - Binary Numbers - Hexadecimal Numbers.
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)
Denary (our numbers) Binary
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 1. Scientific notation is a way to shorten a large number (makes using it in calculations easier) 2.
Digital Electronics Principles & Applications Fifth Edition Chapter 2 Numbers We Use in Digital Electronics ©1999 Glencoe/McGraw-Hill Roger L. Tokheim.
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.
STARTER – CRACK THE CODE
Number Systems. There are 10 kinds of people in the world, those who understand binary and those who don’t.
Chapter 5 NUMBER REPRESENTATION AND ARITHMETIC CIRCUITS.
Conversions 1)Binary to Denary Method 1 Work out the position values of the binary bits and add those values together So above would be
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 Practice.
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.
ECE 3110: Introduction to Digital Systems
WHAT IS BINARY? Binary is a number system that only uses two digits: 1 and 0. Any information that processed by a computer it is put into sequence of.
Data Representation Covering… Binary addition / subtraction
Appendix F Number Systems binary 0, 1 0, 1, 2, 3, 4, 5, 6, 7
Decimal Numbers.
Base ‘b’ number for i = 0 to n – 1 for an n digit quantity
Lesson objectives Understand how computers represent and manipulate numbers [unsigned integers, signed integers (sign and magnitude, Two’s complement)
Binary Quiz UIN: ____________________
4 Laws of Integral Indices
Number Systems Base 2, 10, 16.
Binary, Octal and Hex Numbers Copyright Thaddeus Konar
Digital Electronics Ms. Deepa Mehta.
Data 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  Name: Class: .
GCSE COMPUTER SCIENCE Topic 3 - Data 3.4 Hexadecimal Conversion.
Hexadecimal.
Remember the 10 types of people of people in this world…
Computer Science 1 Review and finish Number base conversion
Number systems Converting numbers between binary, octal, decimal, hexadecimal (the easy way)
Presentation transcript:

Using the Windows Calculator for quick decimal to binary conversions Activity 1 Using the Windows Calculator for quick decimal to binary conversions Extended Activity 1. Choose ‘Start’ → ‘All Programs’ → ‘Accessories’ →   ‘Calculator’ to start the Windows Calculator.

Using the Windows Calculator for quick decimal to binary conversions Activity 1 Using the Windows Calculator for quick decimal to binary conversions 2. When the calculator opens, choose ‘View’ → ‘Scientific’.   The interface will be changed from a standard   calculator to a scientific calculator.

Using the Windows Calculator for quick decimal to binary conversions Activity 1 Using the Windows Calculator for quick decimal to binary conversions 3. Type in a decimal number. (b) Type in a number,   for example, 467. (a) Click the radio   button ‘Dec’.

Using the Windows Calculator for quick decimal to binary conversions Activity 1 Using the Windows Calculator for quick decimal to binary conversions 4. To convert a number to a hexadecimal number, click   the radio button ‘Hex’. (b) The typed number   will be converted   to a hexadecimal   number. (a) Click the radio   button ‘Hex’.

Using the Windows Calculator for quick decimal to binary conversions Activity 1 Using the Windows Calculator for quick decimal to binary conversions 5. To convert a number to a binary number, click the   radio button ‘Bin’. (b) The typed number   will be converted   to a binary number. (a) Click the radio   button ‘Bin’.

Using the Windows Calculator for quick decimal to binary conversions Activity 1 Using the Windows Calculator for quick decimal to binary conversions 6. Use the Windows Calculator to complete the following   table. Binary number Denary number Hexadecimal number 39810 11110112 3DF16 1 1000 11102 18E16 12310 7B16 11 1101 11112 99110

Using the Windows Calculator for quick decimal to binary conversions Activity 1 Using the Windows Calculator for quick decimal to binary conversions 6. Use the Windows Calculator to complete the following   table. Binary number Denary number Hexadecimal number 39810 11110112 3DF16 1 1000 11102 18E16 12310 7B16 11 1101 11112 99110