Learning Web Design Flashcards

1
Q

Information Architecture or Information Design

A

Content is organized logically for ease of findability. Examples include search functionality, site diagrams, and how the content is structured on the server.

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

Content Strategist

A

Ensure that every piece of text on a site supports the organization’s brand identity and marketing goals.

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

UX Design

A

User Experience includes all aspects of the user’s interaction with the product.

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

IxD Design

A

Interaction Design makes sites easy, efficient, and delightful to use.

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

UI Design

A

User Interface focuses on functional organization of the page, and specific tools (buttons, links, menus, etc.)

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

What are the browsers designers and developers keep around for testing their sites?

A

Chrome, FireFox, MS Edge, Internet Explorer, Safari, and Opera.

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

What are graphic designers responsible for producing?

A

The “look and feel” deliverables

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

What does the production department produce?

A

HTML and CSS documents

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

What does the UX designer produce?

A

Storyboards

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

What does a backend programmer produce?

A

PHP scripts

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

What does the W3C do?

A

Guides the development of web-related technologies.

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

HTML

A

Identifies text as a second-level heading.

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

CSS

A

Makes all second-level headings blue.

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

JavaScript

A

Checks a form field for a valid entry.

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

Ruby

A

Creates a custom server-side web application.

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

What is the difference between frontend and backend development?

A

Frontend development is focused on what appears on the site or what is related to the browser. Backend development is concerned with applications and databases required on the server for site functionality.

17
Q

What does an FTP tool do and how do you get one?

A

It’s used to transfer files between computers over the internet. You can find an FTP tool provided by your hosting company, built into a code editor, or as a standalone application.