ITC122-WEB-DESIGN-LESSON-1 Flashcards

1
Q

World Wide Web

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

The World Wide Web (WWW) is combination of all resources and users on the Internet that are using the Hypertext Transfer Protocol (HTTP) or Hyper Text Transfer Protocol Secure

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

(HTTPS).

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

The World Wide Web is an information space where

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

documents and other web resources are identified by Uniform

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

Resource Locators (URLs), interlinked by hypertext links, and accessible via the Internet.

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

World Wide Web

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

Web Design

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

WEB DESIGN & WEB DEVELOPMENT

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

Web design is the process of creating websites. It

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

encompasses several different aspects,

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

including webpage layout, content production, and graphic design.

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

Web design and web development are often similar,

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

web design is technically a subset of the broader

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

category of web development.

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

Web Design

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

Websites are created using a markup

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

language called HTML. Web designers build webpages using HTML tags that define the content and metadata of each page.

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

Metadata will not be displayed on the page, but will be

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

machine connected

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

Web Design

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

Web components are based on existing web standards.

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

Features to support web components are currently being added to the HTML and DOM (Document Object Model), letting web developers easily extend HTML with new elements with encapsulated styling and custom behaviour.

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

The Document Object Model (DOM) is a programming

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

Application programming interface (API) for HTML and

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

eXtensible Markup Language (XML) documents.

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

Web Design

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

Web components are based on four main

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

specifications:

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

1

A

The Custom Elements specification

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

foundation for designing and using new

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

DOM elements.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q
  1. The shadow DOM specification defines how to
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

use encapsulated style and markup in web

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

components.

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

Web Design

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

Web components are based on four main

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

specifications:

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q
  1. The ES (ECMAScript) Modules specification
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

defines the inclusion and reuse of JS documents in a standards based, modular, performant way.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q
  1. The HTML template element specification defines
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

how to declare fragments of markup that go unused

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

at page load, but can be instantiated later on at

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

runtime.

45
Q

Web Design

46
Q

Client-Sever Model

47
Q

The client–server model is a distributed application

48
Q

structure that partitions tasks or workloads between

49
Q

the providers of a resource or service, called servers, and service requesters, called clients.

50
Q

Often clients and servers communicate over a

51
Q

computer network on separate hardware, but both client and server may reside in the same system.

52
Q

Web Design

53
Q

Client-Sever Model

54
Q

Web Design

55
Q

Internet service provider (ISP)

56
Q

An Internet service provider (ISP) is an organization

57
Q

that provides services for accessing, using, managing, or participating in the Internet. ISPs can be organized in various forms, such as commercial, community-

58
Q

owned, non-profit, or otherwise privately owned.

59
Q

Internet services typically provided by ISPs can include

60
Q

internet access, internet transit, domain name registration, web hosting, and colocation.

61
Q

Web Design

62
Q

Web Hosting Services

63
Q

Also known as website hosting or webhosting is the

64
Q

process where a web hosting provider stores and maintains website files and applications on a server to make its customers’ websites accessible on the

65
Q

internet.

66
Q

Web hosting requires the use of one or more physical

67
Q

or virtual servers to serve as the web host, as well as a domain name system (DNS) for name configurations

68
Q

and pointing to the hosting service.

69
Q

Web Design

70
Q

Domain name, URL (Uniform Resource Locator)

71
Q

and IP (Internet Protocol)

72
Q

A domain name is an easy-to-remember name that’s

73
Q

associated with a physical IP address on the Internet. It’s the unique name that appears after the @ sign in email addresses, and after www. in web addresses. For instance, the domain name example.com might translate to the physical address 198.102.434.8. Other examples of domain names are google.com and

74
Q

wikipedia.org

75
Q

Web Design

76
Q

Types of Web Design

77
Q

ILLUSTRATIVE WEB DESIGN

78
Q

Illustrations and cartoon drawings can really bring a web design to life. Drawing is a creative activity by definition, and incorporating it into a website’s design is one of the most creative methods of presenting information on the

80
Q

ILLUSTRATIVE WEB DESIGN

81
Q

Web Design

82
Q

Types of Web Design

83
Q

MINIMALIST WEB DESIGN

84
Q

The purpose of minimalism is to expose the essence a

85
Q

design by eliminating all non-essential forms, features and concepts

86
Q

MINIMALIST WEB DESIGN

87
Q

Web Design

88
Q

Types of Web Design

89
Q

TYPOGRAPHY WEB DESIGN

90
Q

First impressions are lasting impressions. Whether

91
Q

you realize it or not, your typography helps to create an experience for users before they’ve even read a word or clicked a button.

92
Q

TYPOGRAPHY WEB DESIGN

93
Q

Web Design

94
Q

Types of Web Design

95
Q

SINGLE PAGE WEB DESIGN

96
Q

Single page web designs certainly aren’t a new trend.

97
Q

Its continuance suggests that it’s more practical and

98
Q

effective than most.

99
Q

SINGLE PAGE WEB DESIGN

100
Q

Web Design

101
Q

Types of Web Design

102
Q

FLAT WEB DESIGN

103
Q

Flat design is a minimalistic design approach that

104
Q

emphasizes usability. It features clean, open

105
Q

space, crisp edges, bright colors and two-

106
Q

dimensional/flat illustrations.

107
Q

FLAT WEB DESIGN