Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer Science - Coggle Diagram
Computer Science
Paper 1
-
Data Representation – Numbers, Characters, Images, Compression
Characters
Character sets
All of the characters that a computer can use are called a character set. This allows the computer system to convert text into binary.
ASCII
American Standard Code for Information Interchange (ASCII) A 7-bit character set used for representing English keyboard characters.
Extended ASCII
uses eight bits, giving a character set of 256 characters
Unicode
While suitable for representing English characters, 256 characters is far too small to hold every character in other languages, such as Chinese or Arabic. Unicode uses 16 bits, giving a range of over 65,000 characters. This makes it more suitable for those situations.
Images
-
Metadata
Data about data, eg photo image files have data about where the photo was taken and which camera took the picture
-
-
-
-
-
-
-
-
-