Final Test Words Flashcards

(39 cards)

1
Q

AUP

A

The Acceptable Use Policy is a set of rules that a user has to follow in order to use a website.

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

Internal Style

A

Internal Style

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

External Style

A

CSS sheets located in a separate file, that apply to the whole document.

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

Cascade Order

A

Cascading” means that styles can fall (or cascade) from one style sheet to another, enabling multiple style sheets to be used on one HTML document.

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

Best Coding Practice

A

Coding best practices are a set of informal rules that the software development community employ to help improve the quality of software.

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

Usability

A

how a copyrighted work is allowed to be used by the public.

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

Readability

A

how readable your webpage is.

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

Accessibility

A

clear language in a webpage.

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

Cross Browser Compatibility

A

how well the website does across different web browsers

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

Wireframe

A

a skeleton of what your webpage is going to look like

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

UI (User Interface) Elements

A

things that the user interacts with in a webpage

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

Site Map

A

something that allows users to easily navigate a website.

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

Image Resolution

A

how many pixels make up an image.

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

Metadata

A

data stored in the website.

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

UX Designer

A

A UX designer is concerned with the entire process of acquiring and integrating a product, including aspects of branding, design, usability and function.

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

UI Designer

A

Someone who works closely with users and determines how well the website is doing.

17
Q

Front End Web Developer

A

someone responsible for implementing visual parts of a website.

18
Q

Back End Web Developer

A

Someone who is responsible for server-side web application logic and integrating work that front end developers accomplish.

19
Q

Intellectual Property

A

an Intellectual Property is a creation of someones mind. An invension, book, and movie are all intelectual properties.

20
Q

Netiquette

A

Proper etiquette, but for the internet.

21
Q

Anti-Spamming Laws

A

The right for a recipient to stop recieving messages or emails from a company.

22
Q

Privacy Laws

A

the privacy laws deal with the regulation and usage of personal information from a user.

23
Q

HTML

A

a programming langauge used in making websites.

24
Q

Semantic Elements

A

an element that clearly describes its usage to coders and the browser.

25
Non-Semantic Elements
elements that don't directly and clearly describe the purpose of its content.
26
Validation (W3C)
a service that checks the validity of web documents.
27
Elements
HTML document componants.
28
Attributes
Modifiers of HTML elements
29
Tags
a set of characters establishing a formatted command for a web page.
30
Block Level Elements
Block-level element occupies the entire horizontal space of its parent element (container), and vertical space equal to the height of its contents, thereby creating a "block".
31
Inline Level Elements
elements that only occupy the space bounded by the tags defining the element
32
Relative Links
a link in a web page that leads to something located in the same folder as the web page
33
Absolute Links
a link with the exact full address.
34
Meta Elements
tags used to provide structrued metadata about a web page
35
Character Entities
An HTML entity is a piece of text ("string") that begins with an ampersand ( & ) and ends with a semicolon ( ; ) . Entities are frequently used to display reserved characters (which would otherwise be interpreted as HTML code)
36
Keywords
words that tell the search engine what the web page is about.
37
Viewport
the users visible area of a web page.
38
CSS
css is the language that describes the presentation of web pages.
39
Inline Style
css rules directly put in the start tag of an elemnt.