Binary keyboard challenge

Slides:



Advertisements
Similar presentations
A-Level Computing#BristolMet Session Objectives#8 express numbers in binary, octal and hexadecimal explain the use of code to represent a character set.
Advertisements

Is ASCII the only way? For computers to do anything (besides sit on a desk and collect dust) they need two things: 1. PROGRAMS 2. DATA A program is a.
Representation of Data How is data (numbers, characters) represented so that it can be used in a Computer ?
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
CODING SYSTEMS CODING SYSTEMS CODING SYSTEMS. CHARACTERS CHARACTERS digits: 0 – 9 (numeric characters) letters: alphabetic characters punctuation marks:
CMPT 120 How computers run programs Summer 2012 Instructor: Hassan Khosravi.
Aloha Aloha What you see: What the computer sees: binary number columns binary number columns
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Lecture # 5 Data Representation. Today Questions: From notes/reading/life? Prepare for Quiz # 1 (Multiple Choice) 1.Introduce: How do Computers store.
Binary Code.
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 is a computer? A computer is a device that:
Bits and Bytes IGCSE. A binary number is either a 0 or a 1 and is known as a 'bit' or b inary dig it. However, the CPU cannot deal with just one bit at.
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
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.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Representation of Characters
OFF = 0 ON = 1 = 63 BINARY system
Comparing Designs By Chris McCall. Comparing Designs A decision-making method for deciding between many designs for a single specification Provides a.
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.
Representing Characters in a Computer System Representation of Data in Computer Systems.
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.
Understanding Computers
THE CODING SYSTEM FOR REPRESENTING DATA IN COMPUTER.
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.
GCSE Computing – Topic 4 Lesson 1 – Units ASPIRE TO: describe why computers store data in the format they do CHALLENGE TO: define the different the types.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Computer Science 210 Computer Organization
AP CSP: Creating Functions & Top-Down Design
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
Understanding binary Understanding Computers.
Unit 2.6 Data Representation Lesson 2 ‒ Characters
Arithmetic Shifts and Character Representation
CREATE - ASSESSMENT LEVEL GRADE CREATE: Your final Game design.
How did the Cold War start?
CSCI 198: Lecture 4: Data Representation
Data Transfer ASCII FILES.
Finding Correct Expressions
CSCI 161: Lecture 4: Data Representation
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
UNIT 3 – LESSON 5 Creating Functions.
…to GCSE Level with Python Sue Sentance
Breaking the Code Can anyone guess the phrase from this “code”?
Data Encoding Characters.
Data Representation ASCII.
Representing Characters
Data Representation Question: Characters
Number Line Where are you on the learning journey?
An introduction to decomposition: Tut, clap or Jive
Computer Science 210 Computer Organization
Binary Data representation
Presenting information as bit patterns
Encoding and Sending Formatted Text
The Friendship Algorithm
How Computers Store Data
Learning Intention I will learn how computers store text.
Binary counting challenge
Computer Systems Nat 4/5 Data Representation Lesson 4:
Computational Thinking
What is the question? The answer is -2
Electronic Memory.
Quiz: Computational Thinking
Binary pixel challenge 1
Binary pixel challenge 2
ASCII LP1.
ASCII and Unicode.
Presentation transcript:

Binary keyboard challenge To know that binary values can represent numbers, letters of the alphabet and other characters

Binary keyboard challenge Challenge pupils to identify keys on the plank keyboard. Ask them which keys would take priority when listing then and deciding where to start at number one (letters or numbers etc) Can you identify where certain characters should go on this keyboard?

Binary keyboard challenge Your challenge: To use binary code to store characters for a keyboard Using amounts up to the value of a byte, create code to store each character on your sheet. Explain your reasoning and give examples of how it works in other cases (you may wish to use the support sheet) Keep record of your code and change your pattern if you find it doesn’t work Introduce the task asking pupils to work as hard as they can without asking for help. Reinforce computational thinking skills The use of abstraction will depend on the characters they are given. Should they focus on the letters or numbers or punctuation etc. Ask pupils how many characters could be used on one key. How is the code recorded for cases such as these? Computational thinking skills Abstraction - ignoring the information that isn’t needed Decomposition - Breaking down into smaller parts that are easy to deal with Pattern recognition - Finding patterns in decomposed parts

Binary counting challenge What is ASCII? How did you decide on your choices?