Folders out, planners out…

Slides:



Advertisements
Similar presentations
Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
Advertisements

The Binary Numbering Systems
Physical Layer CHAPTER 3. Announcements and Outline Announcements Credit Suisse – Tomorrow (9/9) Afternoon – Student Lounge 5:30 PM Information Session.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, Java Version, Third Edition.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, C++ Version, Third Edition.
Digital Fundamentals Floyd Chapter 2 Tenth Edition
Data Representation Computer Organization &
Data Representation COE 205
Core 3: Communication Systems. Encoding and decoding analog and digital signals…  Encoding involves converting data from its original form into another.
Lesson 2 0x Coding ASCII Code.
Revision tip: Focus on the things you find difficult first.
1.6 Signed Binary Numbers.
Connecting with Computer Science 2 Objectives Learn why numbering systems are important to understand Refresh your knowledge of powers of numbers Learn.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
Lecture 5.
Computers Organization & Assembly Language
Lec 3: Data Representation Computer Organization & Assembly Language Programming.
1 INFORMATION IN DIGITAL DEVICES. 2 Digital Devices Most computers today are composed of digital devices. –Process electrical signals. –Can only have.
Lecture 5. Topics Sec 1.4 Representing Information as Bit Patterns Representing Text Representing Text Representing Numeric Values Representing Numeric.
1 Representation of Data within the Computer Oct., 1999(Revised 2001 Oct)
Monday, January 14 Homework #1 is posted on the website Homework #1 is posted on the website Due before class, Jan. 16 Due before class, Jan. 16.
Chapter 1: Binary Systems
AGBell – EECT by Andrew G. Bell (260) Lecture 2.
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.
Starter Using the mini whiteboards record your answers: 1) Name 2 different Character Sets 2) Convert the Hex number 9E into denary 3) Convert the binary.
Understanding Computers
Chapter Nine: Data Transmission. Introduction Binary data is transmitted by either by serial or parallel methods Data transmission over long distances.
Advanced Binary b. describe and use two’s complement and sign and magnitude to represent negative integers; c. perform integer binary arithmetic, that.
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
OCR Computing OGAT Data Types. What OCR need you to know… Data Types a) Primitive data types, integer, real/floating point, character,
DATA Unit 2 Topic 2. Different Types of Data ASCII code: ASCII - The American Standard Code for Information Interchange is a standard seven-bit code that.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
© 2016 AQA. Created by Teachit for AQA Character encoding and Representing images Lesson.
By the end of this session you should be able to... Understand character sets and why these are used within computer systems. Understand how characters.
Text and Images Key Revision Points.
DATA REPRESENTATION - TEXT
Data Representation.
Image and Sound Representation
GCSE COMPUTER SCIENCE Data 2.2 Characters and Images.
Understanding binary Understanding Computers.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Invitation to Computer Science, C++ Version, Fourth Edition
Lec 3: Data Representation
Arithmetic Shifts and Character Representation
Image and Sound Representation
3.1 Denary, Binary and Hexadecimal Number Systems
Data Transfer ASCII FILES.
CHAPTER 3 Physical Layer.
Pulse Code Modulation (PCM)
Breaking the Code Can anyone guess the phrase from this “code”?
Data Encoding Characters.
CHAPTER 3 Physical Layer.
Invitation to Computer Science, Java Version, Third Edition
Data Representation.
Ch2: Data Representation
1. Explain how ASCII is used to represent text in a computer system
Data Representation Conversion 05/12/2018.
Data Representation – Chapter 3
Fundamentals of Data Representation
Chapter Nine: Data Transmission
COMS 161 Introduction to Computing
Plan Attendance Files Posted on Campus Cruiser Homework Reminder
Digital Encodings.
Representing Sound 2.6 – Data Representation.
Option: Data Representation
Option: Data Representation
WJEC GCSE Computer Science
WJEC GCSE Computer Science
Presentation transcript:

Folders out, planners out… What is 75 in Binary? What is 1101 in Denary? What is 01011111 in Hexadecimal? (use whiteboards)

1. Be able to carry out binary conversion and arithmetic (ALL) 2. Be able understand how computers encode characters in ASCII (Grade 4 - MOST) 3. Be able to apply understanding of parity in error checking of data transmission (garde 5 – SOME)

Block Busters Challenge What is 5 X 2 in binary? What is 5 – 2 in binary? What is 7 + 2 in binary? What is overflow? What is signed integers? What is an unsigned integer? Describe sign and magnitude? Describe what a real number is? Describe two’s complement?

Negative numbers in binary Convert the following unsigned binary number 00000111 into a negative number using two’s complement.

Can you guess the phrase from this code? 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 you guess the phrase from this code?

Letters, Digits, Punctuation Marks… What is ASCII? PCs use a character set called American Standard Code for Information Interchange. A character set is the group of symbols that a computer can represent: Letters, Digits, Punctuation Marks…

Characters of other alphabets cannot be represented. What is ASCII? ASCII is a 7-bit character set. It includes at most 128 different characters. These characters are mainly from the Latin Alphabet. Characters of other alphabets cannot be represented.

ASCII Table

Can you guess the phrase from this code? 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 you guess the phrase from this code?

Challenge!! Create a coded phrase yourself in ASCII and see if your partner can decode it!! You have 10 minutes!!

Find out what is Unicode. HOMEWORK  Find out what is Unicode.

Data Transmission So far we have looked at how computers store information in the form of binary numbers. Inside the computer, we can use pulses of electricity to represent the 1s and 0s. These pulses can be sent along a wire, either around a computer or out to other devices.

Serial Transmission The most obvious way to send the pulses is one at a time. This is called serial transmission. wire 1 1 1 1

Parallel Transmission Pulses can also be sent in parallel. This is a quicker way to send data inside the computer. 1 1 1 1

How can we tell whether that has happened? Errors Sometimes interference can occur as data is transmitted. This is more likely to happen on long cables such as telephone and network cables. How can we tell whether that has happened? This is a quicker way to send data inside the computer. 1 1 1 1 1

Parity Parity is a system where you add an extra bit to the data so that you can check for errors. An extra check digit is added to the end of the binary number. All you need to do then is to count up the ones and see whether there is an odd or even number.

Parity - Example Assuming that we’re using odd parity, have errors occurred in these messages (the check digit is shown in blue)? 001010100 101010101 010101010 111111111 3 x 1 = odd OK 5 x 1 = odd OK 4 x 1 = even Error 9 x 1 = odd OK

Parity - Problems You cannot tell where the error has occurred. 001010100 101010101 010101010 111111111 You cannot tell where the error has occurred. An error is an even number of bits is undetected. 3 x 1 = odd OK 5 x 1 = odd OK 4 x 1 = even Error 9 x 1 = odd OK

Exercise Books Out! Draw a spider diagram to summarise your learning of ASCII. Draw a spider diagram to summarise your understanding of Data Transmission and Parity.

What are we learning now? Work it out and write it on a mini whiteboard.

1. Be able to understand how bitmap images are represented in binary (ALL) 2. Be able to know how analogue data is represented in binary (D - MOST) 3. Be able to apply understanding of binary to understand the limitations of sampling (C+ – SOME)

Sound Waves In exercise books, write out the title and date. Draw a sound wave and answer the following question: How are sound waves stored in a computer?

Binary – Sound Waves 101 The amplitude of a wave controls how loud the sound is. The frequency controls the pitch.

Sound Waves Sound waves are converted into binary values. The sound wave is sampled at specific time intervals and the amplitude measured.

Sound Waves This process is known as an Analog – Digital Converter (ADC)

Binary – Sampling Digital sound will sample the sound wave at certain points. After sampling we are left with a digital version of the sound.

Binary – Higher Sampling Rate By doubling the sample rate we can represent the original sound wave more closely. Increasing sample rate improves sound quality.

Sound Waves Task In exercise books, answer the following questions: What is the process of sampling a soundwave? What is higher sampling rate?

How would the computer store this image?

Pixels and Picture Resolution A picture on a computer is broken down in to small elements called pixels. A pixel is one particular colour. How big pixels are in an image (Resolution)

Pixels and Picture Resolution The colour of each pixel is stored as binary code.

Colour Depth If more bits are used to represent each pixel then more combinations of binary numbers and colours are possible. In the space invader example, only 1 bit represents a pixel, giving two possible colours (0 or 1).

Metadata What information does a computer need to understand about a picture? Data about the data file itself is called metadata.

Draw an image in binary  Images in Binary Draw an image in binary 

QUIZ TIME!!!