Breaking the Code Can anyone guess the phrase from this “code”?

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

IT Systems What Number? EN230-1 Justin Champion C208 –
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text.
Lesson Objectives Explain the use of binary codes to represent characters Explain the term “Character set” Describe with examples (for examples ASCII and.
CODING SYSTEMS CODING SYSTEMS CODING SYSTEMS. CHARACTERS CHARACTERS digits: 0 – 9 (numeric characters) letters: alphabetic characters punctuation marks:
2.1.4 BINARY ASCII CHARACTER SETS A451: COMPUTER SYSTEMS AND PROGRAMMING.
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text.
CHARACTERS Data Representation. Using binary to represent characters Computers can only process binary numbers (1’s and 0’s) so a system was developed.
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Representing text Each of different symbol on the text (alphabet letter) is assigned a unique bit patterns the text is then representing as.
Coding System Text Representation ASCII Collating Sequence.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Computer Structure & Architecture 7c - Data Representation.
Computer Programming I. Today’s Lecture  Components of a computer  Program  Programming language  Binary representation.
Section 3.1: Number Representation Practice HW (not to hand in) From Barr Text p. 185 # 1-5.
Representing Characters in a computer Pressing a key on the computer a code is generated that the computer can convert into a symbol for displaying or.
THE BINARY NUMBER SYSTEM “There are only 10 types of people in this world: Those who understand BINARY and those who do not.”
Representation of Characters
Computer Skills Dr. Omar Al Jadaan RAK-MHSU College of Medical Sciences
Information Coding Schemes Group Member : Yvonne Tiffany Jurifah bt Junaidi Clara Jane George.
DESIGNING A WEB PAGE Introducing the… &TAGS.
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.
Lecture Coding Schemes. Representing Data English language uses 26 symbols to represent an idea Different sets of bit patterns have been designed to represent.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
DATA REPRESENTATION - TEXT
Binary Representation in Text
Binary Representation in Text
Understanding binary Understanding Computers.
Unit 2.6 Data Representation Lesson 2 ‒ Characters
Chapter 3 Data Representation Text Characters
Lesson 1-10 AP Computer Science Principles
From the ASCII table… Symbol Decimal Binary A B 66
Binary 1 Basic conversions.
Binary Numbers and ASCII and EDCDIC
CSCI 198: Lecture 4: Data Representation
Data Transfer ASCII FILES.
Why use Binary? There are only four rules for addition in binary compared to 100 in decimal [0+0=0 ; 0+1=1 ; 1+0=1; 1+1=10]
Representing Information as bit patterns
Data Encoding Characters.
TOPICS Information Representation Characters and Images
Data Representation ASCII.
Coding Schemes and Number Systems
Folders out, planners out…
Representing Characters
How does a computer represent everything using just zeros and ones?
1. Explain how ASCII is used to represent text in a computer system
String Encodings and Penny Math
Presenting information as bit patterns
COMS 161 Introduction to Computing
From the ASCII table… Symbol Decimal Binary A B 66
COMS 161 Introduction to Computing
Digital Encodings.
Storing Negative Integers
Half Term 1 Please type your name here:.
Types of Data Ian Gover Education Technology Adviser
Table 1.1 Powers of Two.
Learning Intention I will learn how computers store text.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.4 Hexadecimal Conversion.
String Encodings and Penny Math
Text Representation ASCII Collating Sequence
WJEC GCSE Computer Science
C Programming Language
ASCII LP1.
Binary.
ASCII and Unicode.
Presentation transcript:

Breaking the Code... 67 111 109 112 117 116 101 114 32 83 99 105 101 110 99 101 32 105 115 32 67 111 111 108 Can anyone guess the phrase from this “code”?

What happens when.... The letter C is pressed on the keyboard?

Learning Objectives Success Criteria Title: ASCII Understand how characters are represented in binary and be familiar with ASCII and its limitations. Success Criteria ALL— can state what ASCII is and why it’s used. MOST— convert some codes from ASCII into English and answer some questions. SOME— consider ASCII’s limitations and explore what has been done to overcome them.

What is ASCII? Code number 67 Binary 01000011 C C button is pressed Different sets of codes are available for different types of computer. PCs use a character set called ASCII, American Standard Code for Information Interchange. A Character Set is the group of symbols that a computer can represent and includes letters, digits, punctuation marks and control characters. Control characters are things like Esc and Enter (aka CR because it used to be called Carriage Return).

ASCII Explained.... https://www.youtube.com/watch?v=UPlR4eMMCmI

ASCII Table You can Google to find out the codes for ASCII: 7 http://en.wikipedia.org/wiki/ASCII 7

Computer Science is Cool Breaking the Code... 67 111 109 112 117 116 101 114 32 83 99 105 101 110 99 101 32 105 115 32 67 111 111 108 Can anyone guess the phrase from this “code”? http://en.wikipedia.org/wiki/ASCII Computer Science is Cool 8

Task – Convert the following... 65 83 67 73 73 32 105 115 32 97 32 99 111 100 101 32 102 111 114 32 114 101 112 114 101 115 101 110 116 105 110 103 32 69 110 103 108 105 115 104 32 99 104 97 114 97 99 116 101 114 115 32 97 115 32 110 117 109 98 101 114 115 ASCII is a code for representing English characters as numbers http://en.wikipedia.org/wiki/ASCII 9

Task – Convert the following... 65 83 67 73 73 32 109 97 107 101 115 32 105 116 32 112 111 115 115 105 98 108 101 32 116 111 32 116 114 97 110 115 102 101 114 32 100 97 116 97 32 102 114 111 109 32 111 110 101 32 99 111 109 112 117 116 101 114 32 116 111 32 97 110 111 116 104 101 114 46 ASCII makes it possible to transfer data from one computer to another. http://en.wikipedia.org/wiki/ASCII 10

ASCII Questions Explain how ASCII is used to represent text in a computer system. What is meant by the character set of a computer ? Explain the possible limitations of using the ASCII character set for global communication. Find out what is Unicode?

ASCII Create a coded phrase yourself in ASCII and see if someone else can decode it.