Day 6 - Encoding and Sending Formatted Text

Slides:



Advertisements
Similar presentations
Information Representation
Advertisements

Review of HTML Ch. 1.
A-Level Computing#BristolMet Session Objectives#8 express numbers in binary, octal and hexadecimal explain the use of code to represent a character set.
Review Ch.1,Ch.4,Ch.7. Review of tags covered various header tags Img tag Style, attributes and values alt.
Chapter 8_2 Bits and the "Why" of Bytes: Representing Information Digitally.
1 The Information School of the University of Washington Nov 6fit more-digital © 2006 University of Washington Digital Information INFO/CSE 100,
©Brooks/Cole, 2003 Chapter 2 Data Representation.
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Date: Session III Topic: Number Systems Faculty: Anita Kanavalli Department of CSE M S Ramaiah.
COMPUTER FUNDAMENTALS David Samuel Bhatti
CODING SYSTEMS CODING SYSTEMS CODING SYSTEMS. CHARACTERS CHARACTERS digits: 0 – 9 (numeric characters) letters: alphabetic characters punctuation marks:
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
©Brooks/Cole, 2003 Chapter 2 Data Representation.
Binary Numbers and ASCII and EDCDIC Mrs. Cueni. Data Representation  Human speech is analog because it uses continuous signals (waves) that vary in strength.
Computer System Basics 1 Number Systems & Text Representation Computer Forensics BACS 371.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Data Representation and Storage Lecture 5. Representations A number value can be represented in many ways: 5 Five V IIIII Cinq Hold up my hand.
CS151 Introduction to Digital Design
Computer System Basics 1 Number Systems & Text Representation Computer Forensics BACS 371.
Data Representation, Number Systems and Base Conversions
Springfield Technical Community College Center for Business and Technology.
Agenda Character representation Numerical Conversions ASCII EBCDIC
1 Problem Solving using Computers “Data....Representation, and Storage.
Information Coding Schemes Group Member : Yvonne Tiffany Jurifah bt Junaidi Clara Jane George.
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Base 16 (hexadecimal) Uses the decimal digits and the first letters of the alphabet to encode 4 binary bits (16=2 4 ) abcdef or ABCDEF.
CC111 Lec#2 The System Unit The System Unit: Processing and Memory Lecture 2 Binary System.
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.
DATA REPRESENTATION - TEXT
Day 6 - Encoding and Sending Formatted Text
Some basic concepts underlying computer archi­tecture
Binary Representation in Text
Binary Representation in Text
Understanding binary Understanding Computers.
AP CSP: Encoding and Sending Formatted Text
Unit 2.6 Data Representation Lesson 2 ‒ Characters
Chapter 8 & 11: Representing Information Digitally
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Lesson 1-10 AP Computer Science Principles
ENCODING AND SENDING FORMATTED TEXT
Binary Numbers and ASCII and EDCDIC
Day 6 - Encoding and Sending Formatted Text
Unit 2- Lesson 1 & 2- Bytes and File Sizes / Text Compression
Bits & Bytes How Computers Represent Data
Information Support and Services
Principles of Information Technology
RFID - EN Encoding information Encoding information J.-D. Chatelain.
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Data Encoding Characters.
Coding Schemes and Number Systems
Folders out, planners out…
Day 4- Number Systems & Binary Numbers
Day 4- Number Systems & Binary Numbers
Interpreting Binary Data
Binary Data representation
Presenting information as bit patterns
COMS 161 Introduction to Computing
INFO/CSE 100, Spring 2005 Fluency in Information Technology
Chapter Nine: Data Transmission
Lecture 9: Radix-64 Tutorial
Day 4- Number Systems & Binary Numbers
COMS 161 Introduction to Computing
Encoding and Sending Formatted Text
Unit 2- Lesson 1 & 2- Bytes and File Sizes / Text Compression
WJEC GCSE Computer Science
C Programming Language
Digital Representation of Data
Presentation transcript:

Day 6 - Encoding and Sending Formatted Text Unit 1 Chapter 1 - Lesson 7

Quiz time! 5pts Grade Quiz Grade Code.org Progress

Reminders information sent by a computer is encoded in bits, we need protocols to help us interpret these bits as meaningful information In previous lessons we learned how to use the binary number system to allow us to represent numbers in bits How do we send text?

ASCII- Born 1963 American Standard Code for Information Interchange (ASCII) number-to-text encoding scheme used in computers and on the Internet numerical representation of a character such as 'a' or '@' or an action of some sort This protocol is 7 bits long and so can encode 128 different symbols, however the byte system is still used to send. 0 at front of 7 bits. Originally the encoding was designed for older printers and so the codes associated with the numbers 0-31 were designated as "control codes" which instruct the printer to perform certain actions. These codes are now largely out of use.

ASCII Codes 32-126, however, contain many of the most commonly used symbols you use on the internet, including the lowercase and capital letters, the numbers 0-9, and most commonly-used punctuation marks Also used to represent all of the text formatting we use to add variety and emphasis to "plain-text" documents The ability to represent formatting using only ASCII symbols is the result of cleverly designed protocols

ASCII - Video

Casey! - Conversion Example My Example Casey! 01000011 (67), 0110000 (97) What are next letters?

Coach B T-Shirt

Hexadecimal In mathematics and computing, hexadecimal (also base 16, or hex) is a positional numeral system with base of 16 It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F to represent values ten to fifteen

Hexadecimal Conversion Video

Casey! - Conversion Example- Part 2 My Hexadecimal Example Casey! = 43, 61, 73, 65, 79, 21

Activity Right your first and last name in Hexadecimal Don’t forget capital letters Don’t forget space between first and last name

Activity Right your first and last name in binary Don’t forget capital letters Don’t forget space between first and last name

Website Game Flippy Bit and the Attack of the Attack of the Hexadecimals from Base 16 2 Year Old Playing the Game!

ASCII- Fun Side

ASCII- Art ASCII art is a graphic design technique that uses the 95 ASCII printable (from a total of 128) characters ASCII art can be created with any text editor One of the main reasons ASCII art was born was because early printers often lacked graphics ability and thus characters were used in place of graphic marks ASCII art was also used in early e-mail when images could not be embedded This form of art dates way back…

ASCII Art

Websites- ASCII Art Generators ASCII Art Word Generator

Websites- ASCII Art Generators Picture to ASCII Art

Review Binary – Text Binary – Hexadecimal Hexadecimal-Text ASCII Art Journal Check End of the Week Unit 1- Lesson 1-6 Review Quiz- May Use Your Journal