What is ASCII
The oldest file format.
Turns standard letters of the alphabet into binary code with 1s and 0s.
Includes control characters like new lines.
Benefits of ASCII
Every computer uses it, allows for all computers to read text from other computers (such as emails).
In the early days of computers, there were different formats for text leading to incompatibility.
Limitation of ASCII
What is AIFF
An uncompressed, large file format developed by Apple.
Stores metadata.
Mostly used for sound data for electronic audio devices on PCs.
Benefit and limitation of AIFF
High quality.
It is uncompressed
It takes up a lot of storage.
What is XML
A text file format for documents.
Uses tags to define aspects of data like its formatting.
XML can be used to transfer data between different applications and is often used on the web.
2 benefits of XML
The text format is easy to read and understand for machines and humans.
Compatible with different types of software.
1 Limitation of XML
The text file format can take up a lot of storage space if a lot of data is stored.
What is JPEG
A photographic image format commonly used for digital cameras.
Uses compression to make the image size smaller for use on websites.
What is PNG?
A compressed format commonly used for diagrams, logos and charts.
Unlike JPEG PNGs can have transparent backgrounds making them a better choice for web graphics.
What is TIFF
A uncompressed file format
with no data loss from when they were created
so have a larger file size.
Became less popular for web graphics and replaced by JPEG for its smaller size.
What is JSON
A text based format that allows the exchange of data between web pages and servers.
Used in web applications for tasks like storing data entered by a user.
Benefits of JSON
Can be accessed by any programming language and is extremely simple.
Limits of JSON
Doesn’t support dates,
comments from programmers
or multimedia types like images.
What is the Numeric format
Quanative data that consists of numbers that can be measured and counted.
Benefit and limitation of Numeric format
B _ Easy for computers to
read
process
and store it.
L - Is difficult for humans to understand
and if in a binary format it is even more confusing.