understanding

25
Understanding Binary Numbers

Upload: nairi

Post on 14-Jan-2016

17 views

Category:

Documents


0 download

DESCRIPTION

Understanding. Binary Numbers. 1 of 7 Elements Introduction. Introduction: Understanding Binary Numbers. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Understanding

Understanding Understanding

Binary NumbersBinary Numbers

Page 2: Understanding

Introduction: Understanding Binary NumbersIntroduction: Understanding Binary Numbers

When working with Digital Media, it’s imperative that you posses a basic understanding of how computers save, transfer, and process data. In order to visualize and conceptualize this information students should first build and understanding of the binary number system.

The Matrix Movie Clip

1 of 7 ElementsIntroduction

Page 3: Understanding

Introduction: Understanding Binary NumbersIntroduction: Understanding Binary Numbers

If you have ever seen the movie “The Matrix” and enjoyed thinking about how it all works; jumping in and out of a computer program etc… Then you know something about conceptualizing.

To form (a concept or concepts) out of observations, experience, data, etc.

When you use your brain to visualize something that is abstract or on the surface a bit difficult to see in your mind.

1 of 7 ElementsIntroduction

Page 4: Understanding

Understanding Binary Numbers Understanding Binary Numbers

The binary number system, also called the base-2 number system, is a method of representing numbers by using combinations of only two numerals: zero (0) and one (1).

Computers use the binary number system to manipulate and store all of their data including numbers, words, videos, graphics, and music.

Page 5: Understanding

Learning Objective:Learning Objective:

 

1. Briefly explain what binary numbers are.2. Briefly explain what decimal numbers are.3. Explain why we need to understand binary

numbers.4. Count with binary numbers.5. Convert decimal numbers to binary.6. Convert binary numbers to decimal.7. Demonstrate an expanded vocabulary.8. Understand the history of Binary numbers.

After this lesson students should be able to:

Page 6: Understanding

Pre-AssessmentPre-Assessment2 of 7ElementsAssess

Binary Numbers Pre Test.docx

Page 7: Understanding

• In 1854, British mathematician George Boole published a landmark paper detailing an algebraic system of logic that would become known as Boolean algebra.

• His logical calculus was to become instrumental in the design of digital electronic circuitry.

Page 8: Understanding

History of BinaryHistory of Binary

• In November 1937, George Stibitz, then working at Bell Labs, completed a relay-based computer he dubbed the "Model K" (for “Kitchen", where he had assembled it), which calculated using binary addition. Bell Labs thus authorized a full research program in late 1938 with Stibitz at the helm.

Page 9: Understanding

History of BinaryHistory of Binary

• Who can guess when the first machine was able to send data over a phone line?

Page 10: Understanding

History of Binary NumbersHistory of Binary Numbers

• Their Complex Number Computer, completed January 8, 1940, was able to calculate complex numbers. In a demonstration to the American Mathematical Society conference at Dartmouth College on September 11, 1940, Stibitz was able to send the Complex Number Calculator remote commands over telephone lines by a teletype. It was the first computing machine ever used remotely over a phone line.

Page 11: Understanding

History of BinaryHistory of Binary

• Model K The first Relay Based Computer to use Binary Numbers (1937)

Page 12: Understanding

Decimal Number SystemDecimal Number System

• What is our number base?

• What do we count by?

Page 13: Understanding

Decimal Number SystemDecimal Number System

• Decimal notation is the writing of numbers in a base-10 numeral system. Examples are Roman numerals, Brahmi numerals, and Chinese numerals, as well as the Hindu-Arabic numerals used by speakers of English.

Page 14: Understanding

What is BinaryWhat is Binary

• The binary numeral system, or base-2 number system represents numeric values using two symbols (Numbers), usually 0 and 1. More specifically, the usual base-2 system is a positional notation with a radix of 2.

• Owing to its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used internally by all modern computers.

Page 15: Understanding

Binary reads backwardsBinary reads backwards

• Normally we count from left to right, • 1 2 3 4 etc.

• In Binary we count in the opposite direction 8 4 2 1

• It’s important to remember this in order to convert your numbers.

Page 16: Understanding

Why do we need to know about Binary?Why do we need to know about Binary?

• It is the building block of all data

• In order to understand storage capacity and sizes, you need to know how data is read and saved

• The data is fragile, each digit is need to be whole

Page 17: Understanding

Files Read/WriteFiles Read/Write

• When you save a word document the computer will sequence the data in binary form. Each string of digits represent a certain value such as a letter, space, underlined etc.

• Each program has a certain way that it reads and writes data, all of it is written in Binary.

Page 18: Understanding

Understanding Binary Understanding Binary

Decimal 1

Binary 0001

off off off on

Page 19: Understanding

Understanding Binary Understanding Binary

Decimal 2

Binary 0010

off off on off

Page 20: Understanding

Understanding Binary Understanding Binary

Decimal 3

Binary 0011

off off on on

Page 21: Understanding

Understanding Binary Understanding Binary

Decimal 4

Binary 0100

off off on on

Page 22: Understanding

Understanding Binary Understanding Binary

Decimal 5

Binary 0101

off on off on

Page 23: Understanding

Understanding Binary Understanding Binary

0101

off on off on

Page 24: Understanding

Each Number is doubledEach Number is doubled

     128 64 32 16 8 4 2 1     2^8 2^6 2^5 2^4 2^3 2^2 2^1 2^0 Two to the power of three (2)(2)(2) 2*2*2 2X2X2

512 256 128 64 32 16 8 4 2 1

524288 262144 131072 65536 32768 16384 8192 4096 2048 1024

Page 25: Understanding

BoardworkBoardwork

• Lets express a few numbers in Binary:

• 130• 25• 43• 85

• 1312• 2204