Binary  Name: Class: .

Slides:



Advertisements
Similar presentations
Base 10 Denary Decimal
Advertisements

Binary Math CS208. Decimal Addition Example ) Add = 15 Write down 5, carry ) Add = 8 Write down 8 3)
Decimal Addition What is going on? (carry) (subtract the base)
Chapter 4.2 Binary numbers: Arithmetic
Mathematics with Binary. Question  Below is a binary string  Which is the least significant bit (LSB)?  Which is the most significant bit (MSB)? 0.
Fractions, Decimals, & Percent Conversions
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.
Decimal to Binary Conversion Press any key to continue…
To make the number 5, place a 1 under the numbers that you need and a 0 under the numbers that you don’t… Make a table like this
A-Level Computing Data representation. Objectives Know how data can be represented in a computer system Understand the need for various forms of representation.
Multiplying decimals. What is the answer to 0.26 x 0.6? In order to work this out you must be able to multiply the whole numbers together In fact do just.
– Digital Circuit 1 Choopan Rattanapoka
Chapter 4: Representation of data in computer systems: Number OCR Computing for GCSE © Hodder Education 2011.
Number Systems Binary to Decimal Octal to Decimal Hexadecimal to Decimal Binary to Octal Binary to Hexadecimal Two’s Complement.
Conversions Denary to Binary Method 1
Adding and Subtracting Decimals. Rules for adding or subtracting decimals: (1) Line up the numbers by the decimal point.
Hexadecimal Data Representation. Objectives  Know how the Hexadecimal counting system works  Be able to convert between denary, binary & hexadecimal.
Chapter 7 Section 7.2 Addition & Subtraction in Different Bases.
07/12/ Data Representation Two’s Complement & Binary Arithmetic.
Two’s Complement. A system used to represent a negative number in binary A system used to represent a negative number in binary Positive numbers start.
Addition and Substraction
Candidates should be able to:
A)Convert positive denary whole numbers (0-255) into 8-bit binary numbers and vice versa b)Add two 8-bit binary integers and explain overflow errors which.
1 4. Computer Maths and Logic 4.1 Number Systems.
Denary (our numbers) Binary
Department of Management School of Business, Economics and Informatics Binary Numbers 1 Eva Szatmari
Arithmetic in Binary. Addition A “Rule of Addition” is a statement of the form: = 8 How many such rules are there in Decimal?
BINARY Toby Wilson. LEARNING OBJECTIVES  Be able to convert binary to denary  Be able to convert denary into binary  Be able to explain how computers.
Converting Decimals to Fractions Goal: use place values to make fractions.
SCIENTIFIC NOTATION RULES. Rules for converting to Scientific Notation One non-zero number before the decimal One digit after the decimal If you are making.
09/03/20161 Information Representation Two’s Complement & Binary Arithmetic.
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.
Cis303a_chapt03_exam1_answer.ppt CIS303A: System Architecture Exam 1: Chapter 3 Answer List the characters (digits) for the following bases. 1) Decimal:
STARTER – CRACK THE CODE
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
Binary Numbers Practice.
Advanced Binary b. describe and use two’s complement and sign and magnitude to represent negative integers; c. perform integer binary arithmetic, that.
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
Binary numbers: Week 7 Lesson 1
Binary Positional Notation
Using the Windows Calculator for quick decimal to binary conversions
Binary numbers pt. 2.
First, convert 0.125° into minutes and seconds.
Denary to Binary Numbers & Binary to Denary
COUNTING IN BINARY Binary weightings 0 x x x x 8
Addition and Substraction
Lesson Objectives Aims You should be able to: Convert Denary to Binary
Binary Addition & Subtraction
Teaching KS3 Computing Session 2 Introduction Theory: Binary numbers
Lesson Objectives To understand how to add 4 and 8 bit binary numbers together To understand what is meant by the term “Overflow” ALL students will add.
Follow-up question Factorize x2 + 2x – 15. Solution
Topic 3: Data Hexadecimal.
Unit 18: Computational Thinking
Number Patterns Name: ______________________________
Lesson 2: Binary to Denary Conversion.
Data Binary Conversion.
Tests of Divisibility 1 - All integers can be divided by 1
COUNTING IN BINARY Binary weightings 0 x x x x 8
Binary to Decimal Conversion
GCSE COMPUTER SCIENCE Topic 3 - Data 3.4 Hexadecimal Conversion.
Hexadecimal.
Binary It’s all 0’s and 1’s.
Converting from Base-n to Base-10
Understanding the Number Decimal to Binary Conversion
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Signed Integers.
Binary.
Theory: 2.6 – Data Representation
Binary.
Two’s Complement & Binary Arithmetic
Presentation transcript:

Binary  Name: Class: 

Binary  Explain what the term 'Binary' means:

Denary to Binary  Convert the following Denary numbers in to Binary, using the table to help you: 14 62 108 54  86 255 128 64 32 16 8 4 2 1 Decimal 14 108 54 86 255

Denary to Binary  Convert the following Binary numbers in to Denary, using the table to help you: 11001101 11111101 01110101 11110010 11111111 128 64 32 16 8 4 2 1 Decimal

Binary Addition  Using the table add the following binary numbers together. 128 64 32 16 8 4 2 1 Decimal Carry One- Rule: 0+ 0 = 0 1+ 0 = 1 0+1= 1  1+1= 0  Carry 1 1+1 +1 = 1 Carry 1  Answer-

Binary Addition  Using the table add the following binary numbers together. Rule: 0+ 0 = 0 1+ 0 = 1 0+1= 1  1+1= 0  Carry 1 1+1 +1 = 1 Carry 1  128 64 32 16 8 4 2 1 Decimal Carry One- Answer-

Binary Addition  Using the table add the following binary numbers together: 10101010 + 1001010= 128 64 32 16 8 4 2 1 Decimal Carry One- Answer- Rule: 0+ 0 = 0 1+ 0 = 1 0+1= 1  1+1= 0  Carry 1 1+1 +1 = 1 Carry 1 

Binary Addition  Using the table add the following binary numbers together. 10101010 + 1001010= 128 64 32 16 8 4 2 1 Decimal Carry One- Answer- Rule: 0+ 0 = 0 1+ 0 = 1 0+1= 1  1+1= 0  Carry 1 1+1 +1 = 1 Carry 1 

Binary Addition  Using the table add the following binary numbers together: 10010101 + 1010101 =  128 64 32 16 8 4 2 1 Decimal Carry One- Rule: 0+ 0 = 0 1+ 0 = 1 0+1= 1  1+1= 0  Carry 1 1+1 +1 = 1 Carry 1  Answer-