Binary Code: The Language of Computers!

Slides:



Advertisements
Similar presentations
BITS, BYTES, AND THE BINARY SYSTEM HOW PROGRAMS CREATE IMAGES ON YOUR PC.
Advertisements

1 Chapter 2 The Digital World. 2 Digital Data Representation.
John Owen, Rockport Fulton HS
Digital Data Representation
Data Types in Java Data is the information that a program has to work with. Data is of different types. The type of a piece of data tells Java what can.
Review Ch.1,Ch.4,Ch.7. Review of tags covered various header tags Img tag Style, attributes and values alt.
Copyright (c) 2004 Professor Keith W. Noe Number Systems & Codes Part I.
Information Processing Session 5B Binary Arithmetic Slide
How Computers Work Part 2 20 September About the Term Project  Your paper must take a position and be a proponent for it  Your presentation must.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
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.
Objective The student will be able to: express numbers in scientific and decimal notation. Mrs. M. Williams -8 th Mathematics.
 A binary number is a number that includes only ones and zeroes.  The number could be of any length  The following are all examples of binary numbers.
1 12/08/03SW Abingdon and Witney College Binary Converting to and from decimal.
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Data vs. Information OUTPUTOUTPUT Information Data PROCESSPROCESS INPUTINPUT There are 10 types of people in this world those who read binary and those.
Lesson 3 — How a Computer Processes Data
Chapter 1 Data Storage(2) Yonsei University 1 st Semester, 2014 Sanghyun Park.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Lesson 2 — How Does A Computer Process Data?
Transforming Data into Information.
Binary Code.
Q.
What do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!
Lesson 8 – Binary Numbers Computer Programming 12.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Data Representation Conversion 24/04/2017.
THE BINARY NUMBER SYSTEM “There are only 10 types of people in this world: Those who understand BINARY and those who do not.”
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
DATA REPRESENTATION CHAPTER DATA TYPES Different types of data (Fig. 2.1) The computer industry uses the term “MULTIMEDIA” to define information.
1 1 7-Dec-15 Binary Converting to and from decimal.
The Binary System By Michael Kaesler. What Is the Binary System The Binary System is the system of which information and Data is sent from one part of.
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
Your Mission Objectives
OFF = 0 ON = 1 = 63 BINARY system
Decimal to Binary Conversion Press any key to continue…
ISNE101 – Introduction to Information Systems & Network Engineering WEEK 2.
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
HNC COMPUTING - COMPUTER PLATFORMS 1 Micro Teach Binary.
Article Questions Mr. Harpine. Questions 1) Write the title of the article 2) What is the main idea of the article you just read? 3) List 5 supporting.
What is Binary Code? Computers use a special code of their own to express the digital information they process. It's called the binary code because it.
09/06/ Data Representation ASCII, Binary Denary Conversion, Integer & Boolean data types.
A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Lesson 6 Binary Understand what Binary Code means and apply this knowledge Understand how data is represented using bit systems and be able to change decimal.
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
1.4 Representation of data in computer systems Character.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
DATA REPRESENTATION - TEXT
Data Representation Lesson 2 Binary KS3 COMPUTING KS3 Computing
Understanding binary Understanding Computers.
Unit 2.6 Data Representation Lesson 2 ‒ Characters
Copyright (c) 2004 Professor Keith W. Noe
Binary Number System Lesson objectives:
Good Morning  Please be sure to take care of your belongings.
RFID - EN Encoding information Encoding information J.-D. Chatelain.
Condensed Lesson Plan*
Binary Code  
Digital Concepts for PLCs
Binary Lesson 2 Bytes.
Binary Data representation
MAC Address Your Computers Drivers License By Christy Kushner
How Computers Store Data
How Computers Work Part 1 6 February 2008.
Art without Engineering is dreaming
Transforming Data into Information
Objective: Students will be able to multiply decimal numbers.
Presentation transcript:

Binary Code: The Language of Computers! Mrs. Namendorf Grade 4 ESL Technology Lesson

Content Objectives: Language Objectives: Students will be able to… Use Binary code to write a message. Change base 10 system numbers to Binary numbers Language Objectives: Students will be able to… Define Binary code Discuss Binary code with a partner Read aloud their written message

Standards: WIDA Standards: NJCCCS Technology: WIDA 4-5 Standard 3: Mathematics Language. NJCCCS Technology: 8.2.4.G.2 Explain the functions of a system and subsystems.

-nary Bi- What does Binary mean? Means 2 For example Bi- cycle (it has 2 wheels) Bi-noculars (it has two lenses The dictionary tells us that nary means “not one.” Therefore Binary means two, not 1

The language the computers use What is Binary? Binary is… The language the computers use A number system

The binary system uses only two symbols, a 0 and a 1 1 1 = on 0 = off

Bit… The Binary Code assigns one of two numbers to each state a switch on a memory chip happens to be in. If the switch is “ON,” it is assigned a “1.” If it is “OFF,” it is assigned a “0.” Each “1” or “0” is called a “bit.”

You can only have the numbers 0 or 1 If you had a number 0, that would mean… If you had a number 1, that would mean… It is on It is off

Byte… Every letter, every number, every color, everything you type on your keyboard is assigned a series of “1”s and “0”s by your computer. Each series of bits is called a “byte.”

How to count in Binary? 23 8 22 4 21 2 20 1 Decimal Count Decimal Value 0+0+0+0 0+0+0+1 0+0+2+0 0+0+2+1 3 0+4+0+0 0+4+0+1 5 0+4+2+0 6 0+4+2+1 7 8+0+0+0 8+0+0+1 9 8+0+2+0 10 8+0+2+1 11 8+4+0+0 12

Review Time! Answers Binary Code What is the language of computers called? Binary Code What are the two numbers in Binary Code? 0 and 1 What does “0” mean? OFF What does “1” mean? ON

How does your computer use this? If you type an “a” on your keyboard, the computer assigns it the series 00001. A “b” is 00010. A “j” is 01010 and so on through the whole alphabet. I will now give out a handout to help express letters on a keyboard to the computer.

Assignment First, try to write your name in Binary Code. Show your partner and see if they can follow how you wrote your name. If they can, you are ready for part 2. Next, work with your partner to write a short message about binary code. For example Binary is so much fun 00010 01001 01110 00001 10010 11001 01001 10011 10011 01111 01101 10101 00011 01000 00110 10101 01110 Please put one word per line!

References Binary pictures taken from Google search engine on 6/5/2012 from following sites: Picture on slide 3 was retrieved from http://austintoft.blogspot.com Picture on slide 4 was retrieved from http://www.123rf.com/photo_8882852_3d-switch-on-and-off.html Picture on slide 7 was retrieved from http://uowresearch.wordpress.com Picture on slide 9 was retrieved from http://dreamstime.com Binary Simplified Code sheet and Counting Guide taken modified from following source Binary code. (2011, December 20). Retrieved from http://www.micron.com/~/media/Documents/General/K12/binary_coding.pdf