Final Test Words Flashcards

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
Q

Non-Semantic Elements

A

elements that don’t directly and clearly describe the purpose of its content.

26
Q

Validation (W3C)

A

a service that checks the validity of web documents.

27
Q

Elements

A

HTML document componants.

28
Q

Attributes

A

Modifiers of HTML elements

29
Q

Tags

A

a set of characters establishing a formatted command for a web page.

30
Q

Block Level Elements

A

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
Q

Inline Level Elements

A

elements that only occupy the space bounded by the tags defining the element

32
Q

Relative Links

A

a link in a web page that leads to something located in the same folder as the web page

33
Q

Absolute Links

A

a link with the exact full address.

34
Q

Meta Elements

A

tags used to provide structrued metadata about a web page

35
Q

Character Entities

A

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
Q

Keywords

A

words that tell the search engine what the web page is about.

37
Q

Viewport

A

the users visible area of a web page.

38
Q

CSS

A

css is the language that describes the presentation of web pages.

39
Q

Inline Style

A

css rules directly put in the start tag of an elemnt.