M.1 - Digital Content

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/100

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

101 Terms

1
New cards

Data

  • Symbols that represent people, events, things, and ideas. Can be a name, number, the colors in a photograph, or notes in a musical composition

2
New cards

Digital Data

  • text, numbers, graphics,sound, and video that have been converted into discrete digits like 0s and 1s

3
New cards

Analog Data

  • represented using an infinite scale of values

4
New cards

Data Representation

  • form in which data is stored, processed, and transmitted

5
New cards

Digitization

  • process of converting information (text, numbers, photographs, music) into digital data that can be manipulated by electronic devices

6
New cards

Binary Digits

  • 0s and 1s used to represent digital data

7
New cards

Bit

  • stands for binary digit

8
New cards

Digital File

  • usually referred to as a ‘file’

  • can be identified by its type or file extension

  • named collection of data that exists on a storage medium (hard disk, CD, DVD, flash drive)

9
New cards

Circuit Boards

  • carry data as pulses of current

10
New cards

CDs and DVDs

  • store data as dark and light spots

11
New cards

Disk Drives

  • store data as magnetized particles

12
New cards

Numeric Data

  • consists of numbers that can be used in arithmetic operations

13
New cards

Character Data

  • composed of letters, symbols, and numerals that are not used in calculations

  • ‘text’

  • name, address, hair color

14
New cards

American Standard Code for Information (ASCII)

  • Type of code (along with Unicode) to represent character data. Pronounced “ASK ee”

  • Seven bits for each character

  • Only has the code for the American alphabet

15
New cards

Extended ASCII

  •  superset of ASCII that uses eight bits for each character. Using eight bits instead of seven allows this to provide codes for 256 characters

16
New cards

Unicode

  • Uses sixteen bits and provides codes for 65,000 characters. Pronounced “YOU ni code”

  • Has alphabets of other languages; no Baybayin

17
New cards

Delimiter

  • Special character used to separate commands or formatting characters

  • Slashes (//) or angle brackets <>

18
New cards

Scanner

  • digitizes a document

19
New cards

Optical Character Recognition (OCR)

  • process that interprets individual characters during or after a scan

20
New cards

Bits

  • All data stored and transmitted by digital devices is encoded as these

  • ‘Binary Digit’ ; b

  • Transmission speeds

21
New cards

Bytes

  • Group of eight bits; B

  • Storage space

22
New cards

Compression

  • done to reduce file size and transmission time

23
New cards

Data Compression

  • any technique that recodes the data in a file so that it contains fewer bits

24
New cards

Zipping

  • other term for compression

25
New cards

Lossless Compression

  • compression technique that compresses data and reconstitutes it into its original state

  • uncompressed data stays exactly the same as the original data

26
New cards

Lossy Compression

  • compression technique that throws away some of the original data during the compression process

  • uncompressed data is not exactly the same as the original

27
New cards

Zip Tool

  • software for compressing data

  • ‘Compression Utility’

  • accessed from the same screen used to manage files on laptops and desktops

28
New cards

Extracting or Unzipping

  • process of reconstituting files from compression

29
New cards

Digital Audio

  • Music, speech, and other sounds represented in binary format for use in digital devices

30
New cards

Sound

  • produced by the vibration of matter

31
New cards

Sampling

  • Taking multiple height measurements of a wave and converting them into binary; turning analog to digital

32
New cards

Sampling Rate

  • number of times per second that a sound is measuring during the recording process

33
New cards

Analog-to-Digital Converter

  • Samples sound waves many times per second to turn into binary digits

34
New cards

Digital-to-Analog Converter

  • Transforms the digital bits into analog sound waves

35
New cards

Audio Compression

  • Reduces the size of a sound file by removing bits that represent sounds that are beyond the frequencies of normal hearing

36
New cards

Ripping

  • process of importing tracks from a CD or DVD to your computer’s hard disk

37
New cards

Digital Audio Extraction

  • technical term for ripping

38
New cards

Download

  • transfers an audio file from a server to a local device, playable even when not online

39
New cards

Live Stream

  • sends media from a service to a local device where it is played but not stored

  • ‘webcasting’

  • need to be online, and it cannot be paused, stored, or rewound

40
New cards

On-Demand Stream

  • sends media to a local device where it is temporarily stored or ‘buffered’ until there is enough data to begin playback

41
New cards

Audio Players

  • Small standalone software or mobile app that offers tools for listening to digital audio and managing playlists

  • Typically included with your computer’s OS

42
New cards

Audio Plugins

  • Software that works in conjunction with your computer’s browser to manage and play audio from a Web page

43
New cards

Audio Software

  • General-purpose software and apps for recording, playing, and modifying audio files

  • iTunes, Windows Media Player, Audacity

44
New cards

Musical Instrument Digital Interface (MIDI)

  • Not the recording of sound but instructions

  • Specifies a standard way to store music data for synthesizers

  • More compact than digital audio files, but cannot produce vocals

45
New cards

MIDI Messages

  • instructions that specify the pitch of a note, point at which the note begins, volume, etc. represented by 1s and 0s

46
New cards

Speech Synthesis

  • Process by which machines produce sound that resembles spoken words

47
New cards

Concatenative Speech Synthesis

  • analyzes and tags various speech components and loads them into a database; how voice assistants work

48
New cards

Speech Recognition

  • ability of a machine to understand spoken words

49
New cards

Speech Recognition Software

  • analyzes the sounds and converts each word into groups of phonemes, then compares the groups to the words in a digital dictionary to find a match

50
New cards

Phonemes

  • basic sound units

51
New cards

Bitmap Graphic

  • ‘Raster Graphic’ or ‘Bitmap’

  • Grid of tiny rectangular cells called pixels

  • Each pixel is assigned a color which is stored as a binary number

52
New cards

Paint Software

  • Graphics software that creates a bitmap graphic from scratch using provided tools

  • Adobe Photoshop, Apple Photos, Microsoft Paint

53
New cards

Scanner

  • Converts printed image into a bitmap graphic

  • Divides an image into a fine grid of cells and assigns a digital value for the color of each cell and stored as a bitmap graphics file

54
New cards

Charge-Coupled Device (CCD)

  • Small image sensor where light from a digital camera’s lens is focused

55
New cards

Photosites

  • grid of tiny light-sensitive diodes in a CCD. correspond to pixels

56
New cards

Color and Resolution

  • Key elements in bitmap data representation

57
New cards

Color depth

  • number of colors available in a graphic

58
New cards

True Color

  • images that use 24 bits for each pixel

59
New cards

Image Resolution

  • dimensions of the grid that forms a bitmap graphic (which are resolution dependent)

60
New cards

Pixelation

  • When an image develops an undesirable jagged appearance

61
New cards

Pixel Interpolation

  • creates new pixels by averaging the colors of nearby pixels. This produces an image enlargement that appears similar to the original, avoiding pixelation

62
New cards

Image Compression

  • Any technique that recodes the data in an image file so that it contains fewer bits

63
New cards

Run-Length Encoding (RLE)

  • type of lossless compression that replaces a series of similarly colored pixels with a binary code that indicates the number of pixels and their colors

64
New cards

Photoshopping

  • Everyday term for fixing up photos

65
New cards

Noise Reduction

  • removing artifacts called noise

66
New cards

Noise

  • artifacts such as spots, dust, and scratches, that may be produced when old photos are scanned

67
New cards

Image Enhancement

  • Improves brightness, color correction, and sharpen focuses in a mediocre photo

68
New cards

Image Histogram

  • can be used to adjust the brightness values for various ranges of dark, mid-range, or light pixels

69
New cards

Cloning

  • correcting image distortion by employing algorithms that pull pixels from one area of an image and apply them to another area, used to remove small blemishes

70
New cards

Inpainting

  • correcting image distortion by reconstructing lost, unwanted, or deteriorated areas in a photo using information from nearby pixels and taking into account the overall structure of the image

  • scrubs out designated areas and replacing the missing pixels to fit with the rest of the image

71
New cards

Digital Compositing

  • correcting image distortion by assembling several images into one using two tools: Clipping Paths and Alpha Blending

72
New cards

Clipping Path

  • cuts an object out of an image and removes the background to make it transparent

73
New cards

Alpha Blending

  • alters the pixel colors of the edges of the object so that the object merges with the background

74
New cards

Image Stitching

  • Creates a panoramic image by combining two or more separate photographs that have overlapping images (photos are taken from a fixed location)

  • also called photo stitching

75
New cards

Stereoscopic Imaging

  • Graphical technique used to produce an illusion of spatial depth from a flat, two-dimensional image

76
New cards

Stereo Pair

  • type of stereoscoping imaging where two photos produced by two cameras or a camera with two front-facing lens, mimicking dual images captured by human eyes

77
New cards

Stereogram

  • type of stereoscopic imaging where a stereo pair is displayed side by side

78
New cards

Anaglyph

  • type of stereoscopic imaging where a graphic composed of two images, one tinted red and the other blue, and are printed on top of each other to produce a stereoscopic effect

79
New cards

Vector

  • Simple shapes consisting of lines and curves

  • Doesn’t pixelate when enlarged; requires less storage; and easier to edit an object

80
New cards

Vector Graphic

  • consists of a set of instructions for creating a picture

81
New cards

Digitizing Tablet

  • produces vector graphics

82
New cards

Rasterization

  • Converts vector graphic into a bitmap image

  • Does this by superimposing a grid over a vector image and determining the color for each pixel

83
New cards

Wireframe

  • formed by vectors and acts like a framework

84
New cards

3D Wireframe

  • can be covered with surface texture and color to create a graphic of a 3D object

85
New cards

Rendering

  • process of covering a wireframe with a surface color and texture

86
New cards

Ray Tracing

  • technique for adding light and shadows to a 3D image

87
New cards

Pre-Rendering

  • Process of rendering vector-based frames and packaging them into a digital video file

88
New cards

Game Engine

  • Graphics software that allows developers to create interactive videogames and educational modules

89
New cards

Digital Video

  • Type of motion graphics that uses bits to store color and brightness data for each video frame

  • Similar to storing data for a series of bitmap images

90
New cards

Upconverting

  • digital video term for interpolation

91
New cards

Progressive Scan

  • the ‘p’ in 1080p

  • scanning technique for digital video where each frame is drawn line by line from top-down

92
New cards

Interlaced Scan

  • scanning technique for digital video that produced an image every other line

93
New cards

Aspect Ratio

  • proportional relation between the width and height of an image or video frame

94
New cards

Letterbox

  • black bars that fill in a playback video when an aspect ratio doesn’t fit within the screen

95
New cards

Bit Rate

  • number of bits that are processed during a specific unit of time, usually during one second

96
New cards

Intraframe Compression

  • video compression technique that compresses every single frame in a video

97
New cards

Interframe Compression

  • video compression technique that only stores the pixels that change from one frame to the next (every other frame)

98
New cards

Compression Ratio

  • indicates the ratio of compressed data to uncompressed data

  • 35:1 - high compression rate, smaller size but lower quality

  • 5:1 - low compression rate but higher quality

99
New cards

Codec (Compressor/Decompressor)

  • Software that compresses a video stream when a video is stored, and decompresses when the video is played

  • MPEG, DivX, H.264, Theora, Windows Media Video

100
New cards

Container Formats

  • holds the comrpessed video stream and an audio stream