quiz 4 data formats

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 16

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

17 Terms

1

Data Formats

Specifications for converting human data (language, images, sounds) into a form computers can process and store in binary.

New cards
2

Metadata

Data that describes or interprets the meaning of other data.

New cards
3

ASCII

A 7-bit code representing 128 characters, including letters, numbers, and symbols.

New cards
4

Unicode

A universal coding standard supporting over a million characters across multiple languages and scripts.

New cards
5

Bitmap Images

Pixel-based images best for realistic photos or detailed graphics; each pixel is stored as a binary number.

New cards
6

Vector Graphics

Images composed of lines and shapes based on mathematical formulas, allowing easy scaling and modification.

New cards
7

GIF

A lossless compression format for simple animations and images with up to 256 colors.

New cards
8

PNG

A lossless image format that supports transparency and up to 48 bits of color per pixel.

New cards
9

JPEG

A lossy compression format suitable for photographs and images with millions of colors.

New cards
10

Video Codec

Software or hardware for compressing and decompressing video files, such as MPEG-2, MPEG-4, and H.264.

New cards
11

Sampling Rate

The number of times per second sound is measured during recording, typically expressed in kilohertz.

New cards
12

Lossless Compression

Reduces file size without losing any data (e.g., GIF, ZIP).

New cards
13

Lossy Compression

Reduces file size by discarding some data, often unnoticeable to human perception (e.g., JPEG, MP3).

New cards
14

H.264

A video codec using both lossy and lossless compression for high compression ratios.

New cards
15

Boolean Data Type

Represents true or false values.

New cards
16

Char Data Type

Holds a single alphanumeric character.

New cards
17

Enumerated Data Type

A user-defined type listing all possible values (e.g., days of the week).

New cards
robot