Data Formats Flashcards

(16 cards)

1
Q

What is ASCII

A

The oldest file format.
Turns standard letters of the alphabet into binary code with 1s and 0s.
Includes control characters like new lines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Benefits of ASCII

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Limitation of ASCII

A
  • Non English characters are not supported including accents.
    Because of this extensions of ASCII have been created mainly
    UTF-8 for all international characters.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is AIFF

A

An uncompressed, large file format developed by Apple.
Stores metadata.
Mostly used for sound data for electronic audio devices on PCs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Benefit and limitation of AIFF

A

High quality.
It is uncompressed
It takes up a lot of storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is XML

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

2 benefits of XML

A

The text format is easy to read and understand for machines and humans.
Compatible with different types of software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

1 Limitation of XML

A

The text file format can take up a lot of storage space if a lot of data is stored.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is JPEG

A

A photographic image format commonly used for digital cameras.
Uses compression to make the image size smaller for use on websites.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is PNG?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is TIFF

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is JSON

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Benefits of JSON

A

Can be accessed by any programming language and is extremely simple.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Limits of JSON

A

Doesn’t support dates,
comments from programmers
or multimedia types like images.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the Numeric format

A
Quanative data 
that consists of numbers
that can be measured and counted.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Benefit and limitation of Numeric format

A

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.