Paper 2 Data representation Flashcards
State the number of bits there are in: 1 nibble
4 bits
State the number of bits there are in: 1 byte
8 bits
Work out the binary representation for 134.
(134)10 = (10000110)2
Showing your working, add the binary numbers 00111111 and 01001100. Convert the final answer into denary.
63 + 76 = 139 in binary 10001011
Add the numbers 249 and 11 using binary addition, storing your answer in 8 bits.
1 00000100
Convert the denary number 167 into hexadecimal, showing all of your working.
A7
Convert the hexadecimal number D3 into denary, showing all of your working.
211
Identify the process of adding a value at the end of the sequence to ensure an input sequence by a user is correct.
Checksum or a parity bit is at the end of a sequence for ensuring the input sequence is correct.
Name the character encoding standard that enables up to 128 different commonly used characters
ASCII
What are the l
imitations of the ASCII character set.
The 128 or 256 character limits of ASCII and Extended ASCII limits the number of character sets that can be held. Representing the character sets for several different language structures is not possible in ASCII, there are just not enough available characters
Name the term given to a single or smallest element on an image.
A pixel is the smallest single component of a digital image.
Name the number system often used to represent red, green and blue values in a picture.
Hex can be used to represent colours on web pages and image-editing programs using the format #RRGGBB (RR = reds, GG = greens, BB = blues). The # symbol indicates that the number has been written in hex format.
What do we mean by the term ‘Sample Rate’?
The sample rate is how many samples, or measurements, of the sound are taken each second. The more samples that are taken, the more detail about where the waves rise and fall is recorded and the higher the quality of the audio. Also, the shape of the sound wave is captured more accurately.
Give reasons for using compression on a computer.
File compression reduces the amount of space needed to store data. Using compressed files can free up valuable space on a hard drive, or a web server.
Why is lossy compression is preferable to lossless compression when compressing an image file?
The advantage of lossy methods over lossless methods is that in some cases a lossy method can produce a much smaller compressed file than any lossless method, while still meeting the requirements of the application. Lossy methods are most often used for compressing sound, images, or videos.