Saturday, 10 November 2018 Binary

Slides:



Advertisements
Similar presentations
1 Microprocessor History. 2 The date is the year that the processor was first introduced. Many processors are re- introduced at higher clock speeds for.
Advertisements

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.
Bits and Bytes.
Lesson Objectives Explain the use of binary codes to represent characters Explain the term “Character set” Describe with examples (for examples ASCII and.
/4 Binary Code & CPUs Digital Signals
Data vs. Information OUTPUTOUTPUT Information Data PROCESSPROCESS INPUTINPUT There are 10 types of people in this world those who read binary and those.
Boolean math is the cornerstone of digital communications, whether you are talking computers, PLC, or Cisco Routers on the Internet. ©Emil Decker, 2009.
A-Level Computing Data representation. Objectives Know how data can be represented in a computer system Understand the need for various forms of representation.
WHAT IS THIS? OBJECTIVE AND OUTCOMES Candidates should be able to: Describe and explain the CPU as fetching, decoding and executing of instructions and.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Think about the following expression If the number entered is greater than 15 but less than 25 or the number is 100 and the letter chosen is after p but.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Binary Logic.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Binary Code.
Q.
AP: Discuss with a shoulder partner these questions. EQ Question: 1. What does the computer understand? 2. How is information converted to machine language?
CSCI N201 Programming Concepts and Database 3 – Essence of Computing Lingma Acheson Department of Computer and Information Science, IUPUI.
LO To learn basic computer coding using binary
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.
Binary System Presented by Mr. Wilhelmi Internal Representation of Data Input Input  Data that is put into the computer for processing Data Data  The.
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.
How Computers Work. All Computers process data process data 1-- Input dataInput data 2--Store data while being processedStore data while being processed.
Denary (our numbers) Binary
Concepts of Engineering and Technology Copyright © Texas Education Agency, All rights reserved.
2.1.4 Data Representation Units.
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.
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.
Basic Electricity and Electronics Module Three Microprocessor Basics Copyright © Texas Education Agency, All rights reserved.
1 Digital Logic Design Engr. Kashif Shahzad. 2 What’s Course About?  Digital logic, focusing on the design of computers  Stay above transistor level.
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.
Activity 1 Research / Revise how RAM stores DATA 5 minutes 1 0.
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,
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.
Computer Hardware & Operation Northern College Diploma Philip Bird.
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.
Understanding binary Understanding Computers.
Computer basics.
Unit 2.6 Data Representation Lesson 2 ‒ Characters
Unit 1 Logical operators.
Computing Binary Logic.
GCSE OCR Computing A451 Binary logic Computing hardware 6.
Creating logic gates with Minecraft
Chapter 3 - Binary Numbering System
Lesson Objectives Aims You should be able to:
Binary numbers: Week 7 Lesson 1
COMP 1321 Digital Infrastructure
CSCI-100 Introduction to Computing
Representation of data in computer systems
Chapter 2.3 Binary Logic.
Computer Fundamentals
Binary & Hexidecimal Numbers
Introduction to Computing Lecture # 1
Learn what binary and denary mean.
Thursday, 22 November 2018 Logic Gates
For OCR GCSE Computing Unit 1 - Theory
COMP 1321 Digital Infrastructure
Data Binary Conversion.
Binary  Name: Class: .
Learning Intention I will learn how computers store text.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.4 Hexadecimal Conversion.
Binary It’s all 0’s and 1’s.
WJEC GCSE Computer Science
ASCII LP1.
Binary.
Binary.
Lecture 36 – Unit 6 – Under the Hood Binary Encoding – Part 2
Presentation transcript:

Saturday, 10 November 2018 Binary LO: To be able to Identify the purpose of binary and demonstrate the ability to perform simple conversions from denary to binary. Success Criteria: I can identify the purpose of binary and what it is used for. I can explain how digital computers use binary to represent numbers. I can perform simple conversions from denary to binary.

Computers are not as smart as you think, in fact, they only know 2 things… 0 and 1 Everything else is told to the computer by a human, this is called programming. Keywords: Binary, bits, bytes, transistor, circuit, CPU, denary.

So, what actually is binary? The CPU contains millions of tiny little wires. Information shoots through these wires and transistors when a user instructs the computer to do something. The transistors act like miniature gates. They either let electricity pass through a wire, or it doesn’t. The information that the user gives to the computer is encoded to become either 0 or 1, which means ON or OFF and carries out the instructions and decodes the output into whatever the user requested. For a computer 0 means turn a circuit off 1 means turn a circuit on Keywords: Binary, bits, bytes, transistor, circuit, CPU, denary.

How binary works… H E L L O Inputs Outputs Keywords: Binary, bits, bytes, transistor, circuit, CPU, denary.

So, what is stored in binary? Everything! Numbers Character sets (e.g. ASCII) Images Audio Digital Video ✔ Keywords: Binary, bits, bytes, transistor, circuit, CPU, denary.

Binary Numbers We use number 0-9 (Base 10) or in Computing terms “denary”. Computers use 0 or 1 (Base 2) or “binary”. When we type numbers into a computer system, this is translated into binary so that the computer understands it. Example: Denary number 5 is Binary number 101. Keywords: Binary, bits, bytes, transistor, circuit, CPU, denary. Let’s see how its worked out…

Denary numbers – keep doubling! Binary Numbers Explained Denary numbers – keep doubling! Make a table like this.. 128 64 32 16 8 4 2 1 To make the number 5, place a 1 under the numbers that you need and a 0 under the numbers that you don’t… This is Binary 128 64 32 16 8 4 2 1 5 = 101 Keywords: Binary, bits, bytes, transistor, circuit, CPU, denary.

Converting Binary to Denary Converting binary into denary is simply working backwards. Example: Converting the binary number 1101010. Tip: Work backwards from number 1. 128 64 32 16 8 4 2 1 Lets practise these as a class: 1011 11000001 64 +32 +8 +2 =108 ✔ 11 ✔ 193 ✔ Keywords: Binary, bits, bytes, transistor, circuit, CPU, denary.