Media Types and Testing Flashcards
Name 2 ways of executing lossless compression with graphics
Run Length Encoding (RLE)
Lempel Ziv Welch (LZW)
Is GIF lossy or lossless?
lossless
think GIFless
Is JPEG lossy or lossless?
lossy
think JPEGy
What are the three steps of JPEG compression?
- Colour Rep changed
Resolution Reduced - Image split into 8x8 blocks
- Numeric Value scaled and stored
Name techniques of lossy compressing video data
Motion Estimation
Compensation
What are the three types of frames stored in a video?
Intra Frames (I) - Full frame (jpeg) Predicted Frames (P) - previous I frame (predicted) Bidirectional Frames (B) - interpolated from back and forward frames
Name a method of compressing audio
MPEG Layer 3 (MP3)
Is MPEG lossy or lossless?
Lossy
think MPEGy
Is FLAC lossy or lossless?
lossless
think FLACless
Is m4a lossy or lossless?
lossless
think m4aless
What is the purpose of scripting?
Increase Functionality of databases
Perform automated tasks that were previously difficult
What are the 5 steps for a web server processing PHP files
- passes HTML file to browser
- passes PHP file to PHP processor.
- browser finds tag hands file to PHP module
- Web server assumes all statements are PHP until
- Returns HTML code
How does a crawler work?
- Visits pages of your site
- Indexes the words and contents of site
- follows links from the pages
- Some focussed on particular sites
Name 7 ways to optimise code
Compressed Images Link thumbnails to full sized images Combine Images Group external CSS files Combine CSS declarations Use CSS instructions to show parts of larger images Abbreviate using hex colours
Name 5 methods to control bot indexing
Descriptive title tag Detailed meta descriptions robot.txt = cannot access meta tags to command bots noindex HTTP header