Notes-for-CAIE

1.1 Information representation

1.1.1 Binary representation

Why use binary to represent data[1]:

1.1.2 Image

Pixel: the smallest picture element which can be drawn

Image Resolution: the amount of pixels per centimeter

Screen Resolution: the number of pixels which can be viewed horizontally and vertically on the screen

Color Depth: number of bits used to represent the color of a single pixel

Bitmap[3]:

Using Vector graphic than bitmap graphic:

Bitmap and Vector graphic

w16 11 Q7 [4]

1.1.3 Sound

Sampling: amplitude of sound wave taken at different points in time

Sampling Resolution: number of bits assigned to each sample

Sampling Rate: number of samples taken per unit time

Bit rate: number of bits used to store 1 second of sound

How sound is recorded(sampled) [3]:

Using a higher sampling resolution [2]:

Difference between Loss-less and Lossy[3]:

When justifying why using lossy or loss-less, always:

1.1.4 Video

Bit Streaming: On-demand; Real-time

Multimedia container format: the wrapper that contains various different types of data.

How it is possible to watch the video without continually pausing[4]:

Progressive Encoding [2]:

Differences between Interlaced Encoding and Progressive Encoding:

Progressive Interlaced
each frame contains the complete image each frame contains half of the complete image
frames are not divided into fields each frame divided into two fields
complete frames are displayed in sequence data from two frames is displayed simultaneously
has high bandwidth requirements halves the transmission bandwidth requirements

Interlaced Encoding [3]:

How the video is sent using bit streaming

Redundancy

Temporal redundancy: Pixels in a sequence of consecutive video frames have the same value in the same location

Spatial redundancy: A sequence of consecutive pixels in a single video frame have the same value

Reduce Temporal Redundancy [2]:

1.1.5 Compression techniques

Lossless Compression: type of compression that allows original data to be perfectly reconstructed from compression

Run-length Encoding: compression in which sequences with same data value in many consecutive values are stored as a single data value and count

Lossy Compression: Data is lost; Decompressed file is not the same as the original

Perceptual coding: works by reducing certain parts of a sound which are less audible to human hearing

How one character is represented in a character set

Each character is represented by a unique binary number

How run-length encoding compress an image

w18 13 Q1.(c) [3]