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.

Slides:



Advertisements
Similar presentations
Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
Advertisements

Review of HTML Ch. 1.
1 Chapter 2 The Digital World. 2 Digital Data Representation.
A-Level Computing#BristolMet Session Objectives#8 express numbers in binary, octal and hexadecimal explain the use of code to represent a character set.
Digital Circuit Why Digital Circuit? – Digital signals ( 0 and 1) are very easy to handle with electronic circuits only 2 states needed: Switch ON or OFF,
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Bits and Bytes.
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.
1 Survey of Computer Science CSCI 110, Spring 2011 Lecture 16 Digital Circuits, binary Numbers.
Programmable Logic Controllers
Data vs. Information OUTPUTOUTPUT Information Data PROCESSPROCESS INPUTINPUT There are 10 types of people in this world those who read binary and those.
Representing Information Digitally. Digitization Initially transforming data for computer use Assigning people social security numbers The creation of.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Chapter 2 Computer Hardware
D ATA REPRESENTATION, BINARY SYSTEM, B IT, B YTE, ASCII C ODE Chapter 3 Mr.Mohammed Rahmath.
EX_01.1/46 Numeric Systems. EX_01.2/46 Overview Numeric systems – general, Binary numbers, Octal numbers, Hexadecimal system, Data units, ASCII code,
Binary Code.
Q.
Fill in the blanks: (1) _________ has only two possible values 0 and 1. (2) There are __________bits in a byte. (3) 1 kilobyte of memory space can store.
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!

Lecture Binary and Hexadecimal Numbers. How Machines Think Computers handle two types of information: –Instructions –Data The "words" of a machine language.
Communication Technology in a Changing World Week 2.
Bits & Bytes A bit is the smallest amount of memory used to store information. A bit is represented by either a “0” or a “1”. “Bit” is a contraction of.
Section 3.1: Number Representation Practice HW (not to hand in) From Barr Text p. 185 # 1-5.
Do it now activity Can you work out what the missing symbols are and work out the order they should be in if the table shows smallest to largest KB kilobyte.
THE BINARY NUMBER SYSTEM “There are only 10 types of people in this world: Those who understand BINARY and those who do not.”
1 Ethics of Computing MONT 113G, Spring 2012 Session 1 Digital Circuits, binary Numbers Course webpage:
Binary Bracelets. Objectives Encode letters into binary Decode binary back to letters Relate the idea of storing initials on a bracelet to the idea of.
CS 111 – Sept. 1 Intro to data representation Binary numbers –Convert binary  decimal –Convert decimal  binary Text –ASCII and Unicode Commitment: –For.
Data Representation. What is data? Data is information that has been translated into a form that is more convenient to process As information take different.
Communicationcommunication Created by- Upendra Sharma.
Analog and Digital Signals Binary Code 7th Grade Science.
Circuits & Switches. Electricity Formed when an excess of positive or negative particles that are parts of atoms attempts to balance itself=electrical.
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.
OBJECTIVES 1. Be able to recognise binary code 2. Be able to convert denary numbers into binary numbers 3. Be able to convert binary into denary numbers.
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Data Representation Lesson 2 Binary KS3 COMPUTING KS3 Computing
Understanding binary Understanding Computers.
Unit 2.6 Data Representation Lesson 2 ‒ Characters
Lesson Objectives Aims You should be able to:
From the ASCII table… Symbol Decimal Binary A B 66
INFS 211: Introduction to Information Technology
BINARY CODE.
Chapter 2 – Computer hardware
RFID - EN Encoding information Encoding information J.-D. Chatelain.
Data Encoding Characters.
Representing Nonnumeric Data
Folders out, planners out…
Saturday, 10 November 2018 Binary
Ch2: Data Representation
Binary and Hexadecimal Numbers
Communication Technology in a Changing World
Communication Technology in a Changing World
Introduction to Binary
From the ASCII table… Symbol Decimal Binary A B 66
Data Binary Conversion.
Plan Attendance Files Posted on Campus Cruiser Homework Reminder
How Computers Store Data
Learning Intention I will learn how computers store text.
Information Technology Department
Electronic Memory.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.1 Binary.
Lecture 35 – Unit 6 – Under the Hood Binary Encoding – Part 1
Lecture 36 – Unit 6 – Under the Hood Binary Encoding – Part 2
Presentation transcript:

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 numbers into binary Be able to decode a binary document into text AIM:

Why Binary?? People use all kinds of symbols, sounds, colours and body motions to express themselves. These expressions are like codes; signals we use to communicate with each other Computers also use codes, but this code is much simpler. Computers use electronic circuits that are either ON or OFF, there's no middle ground

What is Binary Code? “Binary” comes from the Latin word for two. In your everyday life you generally use a decimal system that allows you to use numbers 0-9 to make others. Computers use a special code of their own to express the digital information they process. It’s called the binary code because it consists of only two symbols – 0s and 1s.

0s and 1s? The electronic circuits computers use can be ON or OFF – just like a light switch. So we assign the ON and OFF a digit: ON = 1 and OFF = 0 Example: On Off On On Off On The 0’s and 1’s are known as bits A bit (short for binary digit) is the smallest unit of data in a computer. A bit has a single binary value, either 0 or 1 Computers are generally designed to store data and execute instructions in bit multiples called bytes. In most computer systems, there are eight bits in a byte, this is known as an 8 bit system

Converting Decimal to Binary Step 1: create a diagram with place holders to the power of 2. Step 2: Decide on a number, lets use 41 Step 3: From left to right we determine what number can go into 41. If it does we give it a 1 and if it doesn’t we give it a 0. The binary code for the decimal number 41 is Step 4: Once we have found a first number and placed a 1 we can move on to the next seeing if the next number goes into what we have left

Activity In pairs, using the white boards in your planners; draw out an 8 bit system Choose a number from and work out the binary code for that number. You have 5 minutes to complete this task! Remember, if you get stuck; don’t be afraid to ask the person next to you for help!

Letters into Binary ASCii is a character encoding scheme that assigns numbers to letters. I am going to show the code for the first letter of my dogs name: B The 8 bits you see here represent the letter B in binary. If you want to write out the first 3 letters of my dogs name which are BRU it would look like this:

Treasure Hunt With a partner, break the binary code you have been given using the letter and number assignment table!

Binary Riddle There is an old saying that says: “There are only 10 types of people in the world: those who understand binary, and those who don’t” Can you explain the joke?