Binary numbers Learning objectives & evaluation criteria -Represent positive decimal numbers in binary -Perform addition and multiplication on binary.

Презентация:



Advertisements
Похожие презентации
Результаты контрольной. Контрольные вопросы 1. Как звали первого программиста: ответили все __________________________________________________________________________.
Advertisements

How to write a story First you have to….. Decide who the characters are. Who is going to be in the story? What sort of characters are they?
Ways to Check for Divisibility Vüsal Abbasov Dividing By 1 All numbers are divisible by 1.
Nature... What do we know about it? How do we use it? What can we do for it?
DRAFTING and DIMENSIONING 98. A properly dimensioned drawing of a part is very important to the manufacturing outcome. With CATIA, it can be a very simple.
Welcome to…. YOUR FIRST PART – START TO FINISH 2.
HPC Pipelining Parallelism is achieved by starting to execute one instruction before the previous one is finished. The simplest kind overlaps the execution.
English is very popular in the world now. English is very popular in the world now. Many English words are international. Many English words are international.
Quadratic sequences. If the difference between the terms changes, this is called a quadratic sequence. If you use the formula n 2 + n to make a sequence,
Smart house is very similar to an ordinary house, but it is filled with technology! Please, click here !
DRAFTING TECHNIQUES I 136. Here is a basic shape. From here, we will do some advanced drafting once we put this shape on a sheet as a drawing. Select.
Internet as a MODERN WAY OF COMMUNICATION We are glad to present here our project which is called Internet is Modern Way of Communication. It is a very.
Using Dreamweaver MX Slide 1 Window menu Manage Sites… Window menu Manage Sites… 2 2 Open Dreamweaver 1 1 Set up a website folder (1). Click New…
Sequences Sequences are patterns. Each pattern or number in a sequence is called a term. The number at the start is called the first term. The term-to-term.
Lesson 2. How to say hello & goodbye ?. When we first meet someone whether it is a person we know or someone we are meeting for the first time, we will.
SPLAY TREE The basic idea of the splay tree is that every time a node is accessed, it is pushed to the root by a series of tree rotations. This series.
Made by Stacy Zhavlieva Roma Slashchev. Music is a human obsession It is so powerful... it is more influential than television, movies and computers.
$100 $200 $300 $400 $100 $200 $300 $400 $300 $200 $100 Topic 1 Animals Topic 3 Seasons Topic 4 Numbers Topic 5 School Topic 2 Food.
If you are ready for the lesson, let's start. What kinds of schools do you know? Public school State school Boarding school All – boys school All – girls.
GRAMMAR AUCTION REPORTED SPEECH. These sentences are for sale. Some of them are correct, but some contain mistakes. You should buy as many correct sentences.
Транксрипт:

Binary numbers

Learning objectives & evaluation criteria -Represent positive decimal numbers in binary -Perform addition and multiplication on binary numbers using the twos complement system -Know how to convert decimal number to binary -Can convert negative decimal number to binary -Describe all steps convert decimal to binary

-How can we represent decimal numbers in binary notation? -What are the arithmetic operations we can perform on binary numbers?

The process of performing addition in binary is very similar to addition in decimal. There are four simple rules: Binary Addition Rules: = = = 0 carry = 1 carry The total number is bigger than 5 bits (the space allocated to it); this is called an overflow because the computer has nowhere to store it. This is known as an overflow error. © ZigZag Education, 2015

Subtraction Twos complement can help with binary subtraction. First we convert the second number to its negative equivalent in twos complement Next we add the numbers together using the rules of binary addition. If there is an overflow it is discarded. We do this by reversing the bits and adding 1 to the number. © ZigZag Education, 2015

Binary multiplication is a simple process. Follow these steps: Binary Multiplication × Write the first number underneath the second number in line with each 1. Next add the numbers together using the binary addition rules © ZigZag Education, 2015

Here are some more examples: Binary Multiplication × × For the last example we used a new rule: = 0 carry 0 and carry 1 to the next column. This is because produces 4 which is 100 in binary. © ZigZag Education, 2015

Practise work 1 Convert the following decimal number to binary number system To check you answers please use Harvards website 15= 3= 47= 65= 79= 123=

Practise work = = = = 11 * 11= 1011 * 101= 1111 * 111= = = – 110= – 1100= – 1011= Run the self test using the Calculator.

Разминка - Количество цифр в двоичной системе счисления сложить с количеством бит в одном байте. - Результат умножить на десятичное число, которое в двоичной системе счисления записывается: К полученному результату прибавить отличную школьную оценку. -Ответ перевести в двоичную систему счисления и представить жюри. -Ответ

Research work Ok we know how to convert decimal to binary. But if we have negative decimal number, How will we convert to binary??? For solution of this problem i will give link which shows how to convert. goo.gl/EWR5uo

Practise work 3 Convert negative decimal to binary: = = -57= -71=

Formative assessment

Reflection