Y8

HT4: Binary Data

Revision tools
You can print this page for a quick reference guide or you can use the tools below to create printable test sheets
4a: Recall that representations are used to store, communicate, and process information.
Binary Data
KeywordDefinition
communicatesharing a message with someone else who might not have heard it before
dataunprocessed information (meaningless letters, numbers or symbols)
informationprocessed data (letters, numbers or symbols that have been organised and put into context)
processunderstanding a message so that you can respond appropriately
representationa way of describing a message so that it can be stored, communicated or processed
storekeeping a message safe so that it can be remembered for later
4b: List examples of representations.
Binary Data
KeywordDefinition
alphabeta way of representing messages using written symbols to represent words and sounds
ASCIIa way of representing messages using a different number for each letter of the alphabet and used by computers to send the numbers as binary digits
braillea way of representing messages using bumps on a surface that blind people can read using their fingers
hieroglyphicsa way of representing messages using pictures to represent words
morse codea way of representing messages using sequences of dots and dashes often transmitted as beeps over radio waves
semaphorea way of representing messages using sequences of flags to send signals by line of sight
4c: Provide examples of how different representations are appropriate for different tasks.
Binary Data
KeywordDefinition
alphabetrepresentation that is ideal for making notes in your school exercise books
ASCIIrepresentation that is ideal for sending emails across the Internet
braillerepresentation that is ideal for enabling blind people to read by running their fingers over bumps
morse coderepresentation that is ideal for sending coded messages over radio waves across the ocean
semaphorerepresentation that is ideal for lifeguards on a beach to send a message via line of sight when it's too far to shout
4d: Recall that characters can be represented as sequences of other symbols.
Binary Data
KeywordDefinition
charactera letter, numerical digit or punctuation mark
representationa way of storing data so that it can be understood and shared
sequencemore than one character appearing in order
symbola way of representing something
4e: Measure the size of a representation as the number of symbols that it contains.
Binary Data
KeywordDefinition
basethe number of different symbols available to use in each place in a sequence
base 10a representation that has 10 different symbols (e.g. writing numbers in decimal with the numbers 0 - 9)
base 16a representation that has 16 different symbols (e.g. describing colours in hexadecimal with 0-9 and A-F)
base 2a representation that has two different symbols (e.g. binary with 0 and 1)
base 26a representation that has 26 different symbols (e.g. writing messages using the letters A-Z)
base 64a representation that has 64 different symbols (e.g. describing the contents of files using A-Z, a-z, 0-9 and some additional punctuation symbols)
message lengththe number of symbols needed in a sequence to represent a message
4f: Provide examples of how symbols are carried on physical media.
Binary Data
KeywordDefinition
CDstores binary data on spinning discs covered in pits and lands which either absorb or reflect laser light
DVDsstores binary data on spinning discs covered in pits and lands packed closely together which either absorb or reflect laser light
Ethernettransmits binary data by sending and receiving electrical pulses down pairs of wires between two computers
Fibre Optictransmits binary data by sending and receiving pulses of light inside a cable that reflects the signal so it can be detected at the other end
Hard Diskstores binary data on spinning discs covered in tiny sectors which can be magnetised in one of two directions
Solid State Drivestores binary data without any moving parts using electronic chips containing NAND gates and flash memory
WiFitransmits binary data by sending and receiving radio pulses switched on and off at a very high frequency
4g: Explain what binary digits (bits) are, in terms of familiar symbols, e.g. digits or letters.
Binary Data
KeywordDefinition
bitone binary digit (either 0 or 1)
bytea sequence of eight bits (from 00000000 to 11111111)
digita single character, letter or numerical symbol
nibblea sequence of four bits (from 0000 to 1111)
4h: Measure the size of a bit sequence as the number of binary digits that it contains.
Binary Data
KeywordDefinition
bitan individual binary digit (0 or 1)
bytea sequence of eight binary digits
gigabytea sequence of 1,000,000,000 bytes
kilobytea sequence of 1,000 bytes
megabytea sequence of 1,000,000 bytes
nibblea sequence of four binary digits
4i: Describe how natural numbers are represented as sequences of binary digits.
Binary Data
KeywordDefinition
bita single binary digit (0 or 1)
bit valuehow much an individual bit is worth within a sequence of binary digits
bytea sequence of 8 bits which can represent a value between 0 and 255
least significant bitthe bit with the lowest value (1) which can be found on the right, at the end of a sequence of bits
most significant bitthe bit with the highest value which can be found on the left, at the start of a sequence of bits
natural numbera whole number (without a decimal place)
nibblea sequence of four bits which can represent a value between 0 and 15
4j: Convert a decimal number to binary and vice versa.
Binary Data
KeywordDefinition
binarya base 2 number system (using digits 0 and 1) where each digit is worth 2 times as much as the digit to its right
decimala base 10 number system (using digits 0-9) where each digit is worth 10 times as much as the digit to its right
denaryanother name for decimal
unsigneda number that can only greater than or equal to zero
4k: Convert between different units of representation size.
Binary Data
KeywordDefinition
bit1 individual binary digit (1 or 0)
byte8 bits
gibibyte1,024 mebibytes
gigabyte1,000 megabytes
kibibyte1,024 bytes
kilobyte1,000 bytes
mebibyte1,024 kibibytes
megabyte1,000 kilobytes
nibble4 bits
tebibyte1,024 gibibytes
terabyte1,000 megabytes
4l: Provide examples of how binary digits are physically represented in digital devices.
Binary Data
KeywordDefinition
bitan individual binary digit
laserlight and sound emitting radiation (a focussed beam of light)
magnetic surfacecovering of a spinning platter inside a hard disk drive which represents 1s and 0s by flipping the polarity of tiny magnetic areas
NAND gatelogic gate used in solid state storage devices to represent 1s and 0s
pits and landsbumps on a CD, DVD or BLU-RAY disc which absorb or reflect laser light so it can be detected by a sensor as 1s and 0s
polaritythe direction of a magnetic or electric field
sensora device that can detect something and turn it into an electrical signal
transistordigital switches used to process electrical signals which represent 1s and 0s
4m: Recall that binary digits represent all information that is stored, transmitted, and processed by computers.
Binary Data
KeywordDefinition
ASCIIAmerican Standard Code for Information Interchange (a way of converting each letter of the latin alphabet into a number so it can be represented in binary)
bitmap imagecan be represented by binary digits by describing the colour of each using numbers and then converting each number into binary
numberscan be represented in binary by converting from decimal to binary
soundcan be represented by binary digits by regularly sampling the amplitude (size) of a sound wave and converting each sample into binary
textcan be represented by binary digits by giving each letter a numerical value then converting that into binary
vector imagecan be represented by binary digits by describing each shape and colour using numbers and then converting each number into binary
videocan be represented by binary digits by splitting it into frames of still images and describing each frame as a sequence of coloured pixels and sound
4n: Describe how characters are represented as sequences of binary digits.
Binary Data
KeywordDefinition
ASCIIAmerican Standard Code for Information Interchange (a way of using 7 bits to describe each letter in the Western European or American alphabet)
unicodeStandard that uses more than 7 bits to describe each letter in the alphabet so that special characters can be represented that can't be described using ASCII (like £ or letters with accents)