versions of unicode + size of each
UTF-8 (1-4 bytes)
UTF-16 (2 or 4 bytes)
UTF-32 (4 bytes)
what can u do to increase quality of image (2)
how to calculate file size of audio file
file size = sampling rate (Hz) * bits per sample (bits) * duration (seconds) * number of chanels
what is bit depth/colour depth of a bitmap image
bits per pixel
how is audio stored in binary
split into sections (sampling rate; x axis; measured in Hz; standard is 44.1kHz)
y-axis is split into bits (bit depth)
compression techniques of frames
how much is one byte in bits
1 byte = 8 bits
what is RGB and RGBA
RGB -> red, green, blue chanel; 1 byte per chanel
RGBA -> add alpha chanel (for transparent images)
what is true colour
24 bit colour depth
types of images
bitmap/raster
vector
components of a video
-frames
-audio tracks
-meta data
-subtitles and closed captions
how to calculate size of image
image size = width (pixels) * height (pixels) * colour depth (bits/pixel)
how does UTF-8 work
first bits –> #1’s is number of bytes of the character, 0 represents the end of this indication
each subsequent byte starts with 10 to show continuation
size of standard and extended ascii
standard: 7-bit
extended: 8-bit
how does ascii work?
last 5 bit represet letter based on numerical place in alphabet (eg. 1=a; write 1 in binary)
first 3 bits represent upper/lower case
- 011 = lowercase
- 010 = uppercase