Data Formats Flashcards

1
Q

Since data within computers are limited to binary numbers, the data (pictures, words, sounds) we input must be converted to what?

A

Other data forms that are computer-usable so that it can turn the data into 1s and 0s eventually

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

When data input is converted, what happens to it?

A

Its compressed in some way

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

Lossy vs lossless compression

A

Lossy means some of the original data is lost, lossless means useless metadata is removed and original data is preserved

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

What is the compression ratio?

A

The amount file size is reduced

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

What is metadata?

A

Data that describes or interprets the meaning of data

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

What is digital data?

A

Easy data like keyboard data that isn’t variable and changing, finite

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

What is analog data?

A

Data that is continuously changing with time, like data from a camera or microphone.

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

When analog data is input, the data representations the computer converts it to changes it from analog to what?

A

Digital data

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

What are data representations?

A

Representations for different types of data that reflect and simplify the ways in which the data is to be processed and will encompass the widest possible user community.

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

Why do we need data representations?

A

So that various data can be converted into forms recognized by a wide variety of hardware and software so that they can be used by users working within different computer environments.

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

What are some types of data?

A

Alphanumeric, image (bitmap), image (object), sound, video

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

What is alphanumeric data?

A

Data entered as characters, symbols, number digits, and punctuations

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

What are the common alphanumeric codes/ data representations?

A

Unicode, ASCII, and EBCDIC

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

What are the two types of images used within the computer?

A

Bitmap images and object images

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

Bitmap images and its bitmap representation formats?

A

Photographs and paintings where every individual point (pixel) needs to be maintained. GIF, PNG, and JPEG

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

Object images and its object representation formats?

A

Graphical shapes such as lines and curves. Sufficient to store geometrical information and the position of each object. PostScript, TrueType

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

Bitmap image representations are formatted with what?

A

They’re split into rows and columns with each point called a pixel.

17
Q

Pixel data layout for a bitmap image is called what

A

A raster

18
Q

The presentation of pixels as input or output, one pixel at a time is called

A

A raster scan

19
Q

The code for each pixel is translated into actual color values using a color translation table called

A

A palette, which is stored as part of the image metadata

20
Q

The accuracy of the image representation depends on what?

A

The size and number of the pixels, aka the resolution

21
Q

Reducing pixel size improves what?

A

The resolution

22
Q

GIF format:

A

Complex and can be limiting due to the compatibility of only 256 colors, lossy. Line drawings and simple images

23
Q

PNG format:

A

Best-known alternative to GIFs, can store up to 48 bits of color per pixel, transparency. Stores only a single image in a file unlike GIFs, lossless. Line drawings and simple images

24
Q

JPEG format:

A

Lossy compression, reduces image resolution making it good for highly detailed images

25
Q

If a bitmap is shrunk and then enlarged, what happens to its detail?

A

Permanently lost

26
Q

Pros of object images:

A

Require far less storage space, manipulated without losing identity

27
Q

Postscript page description language:

A

A format used to store, transmit, display, and print object images. The page description is a list of procedures and statements that describe each of the objects on a page. This language is stored in ASCII or unicode text form, and the interpreter produces the image.

28
Q

XML, HTML, MathML, PDF and Postscript are examples of what?

A

Page description languages

29
Q

What is the most important feature in postscript?

A

The inclusion of scalable font support for the display of text

30
Q

Font outline objects are specified in what way?

A

In the same way as other objects

31
Q

Can object images be printed directly?

A

No, they must be converted to bitmap, as most output devices are

32
Q

What are some of the considerations for the storage, transmission, and display of video?

A

The massive amount of data created

33
Q

How to solve the huge amounts of data in videos?

A

Compress (biggest thing), reduce image size, limit colors, reduce fps

34
Q

Video format is determined by what?

A

An encoder/decoder algorithm called a codec.

35
Q

What are a few of these codec standards/formats?

A

MPEG-2, MPEG-4, H.264, they store and transmit real time video with the video data compressed which is critical for streaming video

36
Q

The codec is embedded in a container/format called what?

A

MP4

37
Q

Sound has to be converted to digital form for use in a computer using what?

A

A circuit called an A-to-D converter

38
Q

What is the digital form of sound?

A

Analog waveform

39
Q

Is it necessary to maintain and store metadata for sound?

A

Yes

40
Q

MIDI format:

A

Musical instrument digital interface, contains instructions to recreate or synthesize sounds between connected musical instruments, like keyboards.

41
Q

Other sound formats?

A

MOD format, VOC format, WAV format, MP3, and AAC