Presentation is loading. Please wait.

Presentation is loading. Please wait.

Folders out, planners out…

Similar presentations


Presentation on theme: "Folders out, planners out…"— Presentation transcript:

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

2 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)

3 Block Busters Challenge
What is 5 X 2 in binary? What is 5 – 2 in binary? What is 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?

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

5 Can you guess the phrase from this code?
Breaking the code…. Can you guess the phrase from this code?

6 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…

7 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.

8 ASCII Table

9 Can you guess the phrase from this code?
Breaking the code…. Can you guess the phrase from this code?

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

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

12 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.

13 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

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

15 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

16 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.

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

18 Parity - Problems You cannot tell where the error has occurred.
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

19 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.

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

21 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)

22 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?

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

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

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

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

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

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

29 How would the computer store this image?

30 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)

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

32 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).

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

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

35 QUIZ TIME!!!


Download ppt "Folders out, planners out…"

Similar presentations


Ads by Google