From the ASCII table… Symbol Decimal Binary A B 66

Slides:



Advertisements
Similar presentations
Division of Decimal Fractions. STEPS 1. Set up the divisor and dividend 2. Make the divisor a whole number my moving the decimal completely to the end.
Advertisements

Figure 0.3: Jacquard’s loom. Figure 0.4: The Mark I computer.
1 times table 2 times table 3 times table 4 times table 5 times table
Lesson 2 0x Coding ASCII Code.
ASCII & Gray Codes.
CHARACTERS Data Representation. Using binary to represent characters Computers can only process binary numbers (1’s and 0’s) so a system was developed.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
COMT 222 Tools for a Digital World. Digital? What makes information Digital? If it helps:  When is information not analog? Answer:  A finite number.
To make the number 5, place a 1 under the numbers that you need and a 0 under the numbers that you don’t… Make a table like this
Chapter 3 Section 1 Number Representation Modern cryptographic methods, unlike the classical methods we just learned, are computer based. Representation.
Counting Systems Mr. Bigham. Warm-up: When Does = = = 10 ?
Basic Decimal Concepts 4.2
name-picker/47_5KcDj3 © Mrs G Hemel.
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.
Representation of Characters
Agenda Character representation Numerical Conversions ASCII EBCDIC
OFF = 0 ON = 1 = 63 BINARY system
There are only 10 people in the world. Those who understand binary and those you don’t.
Unit 2 Day 9 FOCS – Human Computer Interaction. Journal Entry: Unit #2 Entry #8 Binary Conversion Convert the number to decimal. Describe.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Decimal to Binary Conversion Press any key to continue…
 Do the following conversions:  Solve the following:    /100  10010*110 DecimalOctalHexadecimalBinary 78--
Tables Learning Support
Show your shoe size in binary 2. Show the date of the month you were born in binary 3. Show your age in binary 4. Show your height in.
Fractions and Decimal Fractions Fractions Decimal Fractions
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.
Binary Numbers Practice.
Binary Numbers. Decimal vs Binary = 1001 = 101 = 10 1 = on = 0 = off = On and off.
1.4 Representation of data in computer systems Character.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Binary Representation in Text
Binary Representation in Text
GCSE COMPUTER SCIENCE Data 2.2 Characters and Images.
Unit 2.6 Data Representation Lesson 2 ‒ Characters
From the ASCII table… Symbol Decimal Binary A B 66
Binary 1 Basic conversions.
Steganography Example
Data Transfer ASCII FILES.
What are Computers? G Use this tutorial alongside the numbers coded in your workbook and answer the related questions in each section.
© T Madas.
Binary numbers pt. 2.
Chapter 3 Data Representation
COUNTING IN BINARY Binary weightings 0 x x x x 8
Breaking the Code Can anyone guess the phrase from this “code”?
Data Encoding Characters.
Binary Code Cracking.
Representing Nonnumeric Data
Times Tables.
Figure 0.3: Jacquard’s loom
Binary Code Cracking.
Task Show your shoe size in binary
Presenting information as bit patterns
Half Term 1 Please type your name here:.
Types of Data Ian Gover Education Technology Adviser
Binary Numbers The Binary number system is derived from Base 2. In base 2 there are only 2 numerical options 0 and 1. The computer sees these as Off.
Binary  Name: Class: .
COUNTING IN BINARY Binary weightings 0 x x x x 8
Table 1.1 Powers of Two.
Learning Intention I will learn how computers store text.
4 + (-5) = A. Start at zero B. Move ______ spaces ___________ to get to the first number. C. From there, move _____ spaces __________ D. My final answer.
Converting to Base-n from Base-10
Percents, Fractions, and Decimals
FIGURE 1-1 Examples of Voltage Ranges and Waveforms for Binary Signals
3 times tables.
Addition & Subtraction Addition & Subtraction
6 times tables.
C Programming Language
ASCII LP1.
Binary.
Presentation transcript:

From the ASCII table… Symbol Decimal Binary A 65 01000001 B 66 01000010 C 67 01000011 D 68 01000100 E 69 01000101 F 70 01000110 G 71 01000111 H 72 01001000 I 73 01001001 J 74 01001010 K 75 01001011 L 76 01001100 M 77 01001101 N 78 01001110 O 79 01001111 P 80 01010000 Q 81 01010001 R 82 01010010 S 83 01010011 T 84 01010100 U 85 01010101 V 86 01010110 W 87 01010111 X 88 01011000 Y 89 01011001 Z 90 01011010 Symbol Decimal Binary a 97 01100001 b 98 01100010 c 99 01100011 d 100 01100100 e 101 01100101 f 102 01100110 g 103 01100111 h 104 01101000 i 105 01101001 j 106 01101010 k 107 01101011 l 108 01101100 m 109 01101101 n 110 01101110 o 111 01101111 p 112 01110000 q 113 01110001 r 114 01110010 s 115 01110011 t 116 01110100 u 117 01110101 v 118 01110110 w 119 01110111 x 120 01111000 y 121 01111001 z 122 01111010

More fom the ASCII table… Symbol Decimal Binary Space 32 00100000 ! 33 00100001 " 34 00100010 # 35 00100011 $ 36 00100100 % 37 00100101 & 38 00100110 ' 39 00100111 ( 40 00101000 ) 41 00101001 * 42 00101010 + 43 00101011 , 44 00101100 - 45 00101101 . 46 00101110 / 47 00101111 : 58 00111010 ; 59 00111011 < 60 00111100 = 61 00111101 > 62 00111110 ? 63 00111111 Symbol Decimal Binary @ 64 01000000 [ 91 01011011 \ 92 01011100 ] 93 01011101 ^ 94 01011110 _ 95 01011111 ` 96 01100000 { 123 01111011 ¦ 124 01111100 } 125 01111101 ~ 126 01111110

My name full name in binary… Task 1 My name full name in binary…

If y… Task 2 Decode this message: 0100100101100110001000000111100101101111011101010010000001100011011000010110111000100000011100100110010101100001011001000010000001110100011010000110100101110011001011000010000001111001011011110111010101011100011000010111001001100101001000000110000101101101011000010111101001101001011011100110011100100001001000000011101000101001 If y…