Define generic file type.
File that can be opened on any OS using standard application.
Why use generic file formats?
Allows files to be opened on any platform / Formatting not package-specific / Enables cross-computer compatibility.
What is a CSV file?
Comma Separated Values - saves table data as text separated by commas.
TXT file characteristic.
Plain text without formatting, usable by any text editor.
RTF vs TXT.
RTF saves some formatting; TXT is plain text only.
PDF advantage.
Can be read by most computers / Hard to edit, protects from change.
What is CSS?
Cascading StyleSheet - defines how web pages look, part of presentation layer.
What is HTML?
HyperText Markup Language - code interpreted by web browsers to display web pages.
JPEG use.
Storing photographic images / Complex colors and gradients.
PNG advantage over JPEG.
Supports background transparency.
GIF use.
Animated/moving images / Icons/simple logos / Background transparency.
ZIP vs RAR.
Both compress files; RAR has higher compression, smaller size, faster decompression.
Compression purpose.
Save storage space and speed up file transmission.
Lossy vs lossless compression.
Lossy: permanently deletes data (irreversible). Lossless: reduces file size without data loss (reversible).
Lossy compression example.
JPEG for images.
Lossless compression example.
ZIP, RAR, PNG.
Corporate house style purpose.
Provides consistency across company documents / Saves time/money on production.
House style features.
Corporate font style/size / Logo inclusion and position / Text position.
What is a gutter margin?
Extra margin added to inside margin to prevent text being obscured by binding.
Define widow.
Last line of paragraph appearing as first line of new page/column.
Define orphan.
First line of paragraph appearing as last line of page/column.
Footer purpose.
Repeats information on each page / Allows easier navigation / Saves manual entry time.
Page vs column vs section break.
Page: ends page, starts new. Column: ends column, starts new. Section: divides document for different formats.
Flat file database.
Database with one table.