Extras Flashcards

(52 cards)

1
Q

Define generic file type.

A

File that can be opened on any OS using standard application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why use generic file formats?

A

Allows files to be opened on any platform / Formatting not package-specific / Enables cross-computer compatibility.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a CSV file?

A

Comma Separated Values - saves table data as text separated by commas.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

TXT file characteristic.

A

Plain text without formatting, usable by any text editor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

RTF vs TXT.

A

RTF saves some formatting; TXT is plain text only.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

PDF advantage.

A

Can be read by most computers / Hard to edit, protects from change.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is CSS?

A

Cascading StyleSheet - defines how web pages look, part of presentation layer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is HTML?

A

HyperText Markup Language - code interpreted by web browsers to display web pages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

JPEG use.

A

Storing photographic images / Complex colors and gradients.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

PNG advantage over JPEG.

A

Supports background transparency.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

GIF use.

A

Animated/moving images / Icons/simple logos / Background transparency.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

ZIP vs RAR.

A

Both compress files; RAR has higher compression, smaller size, faster decompression.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Compression purpose.

A

Save storage space and speed up file transmission.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Lossy vs lossless compression.

A

Lossy: permanently deletes data (irreversible). Lossless: reduces file size without data loss (reversible).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Lossy compression example.

A

JPEG for images.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Lossless compression example.

A

ZIP, RAR, PNG.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Corporate house style purpose.

A

Provides consistency across company documents / Saves time/money on production.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

House style features.

A

Corporate font style/size / Logo inclusion and position / Text position.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is a gutter margin?

A

Extra margin added to inside margin to prevent text being obscured by binding.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Define widow.

A

Last line of paragraph appearing as first line of new page/column.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Define orphan.

A

First line of paragraph appearing as last line of page/column.

22
Q

Footer purpose.

A

Repeats information on each page / Allows easier navigation / Saves manual entry time.

23
Q

Page vs column vs section break.

A

Page: ends page, starts new. Column: ends column, starts new. Section: divides document for different formats.

24
Q

Flat file database.

A

Database with one table.

25
Flat file advantage.
Easy to create, use, understand / Can be sorted and searched.
26
Relational database.
Database with many linked tables.
27
Relational DB advantage over flat file.
Data stored once (less duplication) / Less memory / Uses data integrity / Queries/reports from multiple tables.
28
Primary key characteristic.
Unique identifier for each record / Cannot be null / One per table / Creates relationships.
29
Foreign key characteristic.
Field in one table referring to primary key in another / Can be null / Enforces referential integrity.
30
Web development layers.
Content layer, Behavior (scripting) layer, Presentation layer.
31
Content layer function.
What people see (text, images, videos) / Creates web page structure.
32
Behavior layer function.
Controls how web elements behave when user interacts.
33
Presentation layer function.
Applies styles to elements of web page.
34
Why use tables in web pages?
Restricts output for constant display / Independent of screen resolution / Organizes data.
35
Absolute vs relative file path.
Absolute: full path from top (e.g., C:/folder/file). Relative: path from current location (e.g., file.html).
36
Why avoid absolute paths for hyperlinks?
Links break if files move (reference old path).
37
Anchor vs hyperlink similarity.
Both are links / Can be attached to icons/text/graphics / HTML tags for navigation.
38
Anchor vs hyperlink difference.
Anchor moves within same page; hyperlink moves to another page/website.
39
External stylesheet.
Styles stored in separate document outside web page.
40
Inline style attribute.
Styles placed within HTML code for single element.
41
Why use inline style?
Overrides external stylesheet / Applies unique styles to single element.
42
Class vs style.
Class: user-defined, reusable style set. Style: pre-defined CSS property.
43
What are metatags?
Data about HTML document, not displayed (e.g., charset, name, content attributes).
44
When should you use lossless compression for text files?
Always, because text must be reconstructed exactly.
45
Why would a company use a corporate house style?
To ensure all documents have consistent branding.
46
What is the main disadvantage of a flat file database?
Data redundancy and inefficiency.
47
Why is a primary key essential in a relational database?
To uniquely identify each record and create relationships between tables.
48
What is the purpose of the behavior layer in web development?
To make web pages interactive (e.g., form validation, animations).
49
When should you use a relative file path?
When linking to files within the same website directory.
50
What is the advantage of using an external stylesheet?
Allows consistent styling across multiple web pages with one file.
51
Why is PNG preferred over JPEG for logos?
PNG supports transparency, allowing logos to blend with any background.
52
What is the main risk of using lossy compression for documents?
Permanent loss of data or quality degradation.