Lesson 10 - Content Management System and Website Creation Flashcards

1
Q

The computer applications that are used in managing and overseeing the processes used in the creation and modification of digital web content.

A

Content Management Systems

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

A CMS specifically designed to help in organizing the content of web pages.

A

Web Content Management System

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

A basic feature of CMS that allows users to easily create and format content.

A

Content creation

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

A basic feature of CMS that allows users to store content in one place.

A

Content Storage

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

A basic feature of CMS that allows users to organize and push content live.

A

Publishing

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

A feature of CMS that allows users to assign privileges and responsibilities based on roles such as authors, editors, and admins.

A

Workflow Management

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

Website principle wherein a website must use design elements and whitespace in an innovative way. Whitespace makes a website less distracting and more appealing. A light design guides the users to where they want to go and what they want to do.

A

Aesthetic

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

Website principle wherein displaying the content of a website through design involves being attentive to each element down to its details.

A

Designed according to details

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

Website principle wherein a website must communicate information in a clear manner to solve a specific problem, want, or need of the user.

A

Emphasis

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

Website principle wherein a website must be clear and easy to use. Every link must be functional and every button must respond correctly.

A

Functionality

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

Website principle wherein a website’s design must meet a specific category of content for the targeted users to visit it. The content and design must be clear and detailed.

A

Innovative

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

Website principle wherein a website’s design must meet a specific category of content for the targeted users to visit it. The content and design must be clear and detailed.

A

Innovative

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

Website principle wherein a website must be clutter-free, even if numerous elements which might cause distraction to any user that will visit the website are in use.

A

Simplicity

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

A website principle where in a website’s content must be presented clearly, neatly, and accurately. Users must be able to easily understand the content of the website without confusion.

A

Understandability

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

Website principle wherein design elements can be used to represent signs to the users to focus their attention to where they need to go.

A

Visual elements to focus user attention

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

These are pre-designed webpages or a set of HTML and CSS encoded web pages in which the user can integrate the content and images.

A

Website Template or Website Builder

16
Q

A type of content design where the background image stretches to the full width of the computer screen. These layouts are popular and work well on mobiles.

A

Full-width Design

17
Q

A type of content design where the content has a visible frame to the left and right sides of the screen. This type of layout is better suited for business oriented websites because it is more traditional and professional.

A

Boxed-width Design

18
Q

Also known as website template, this is how the content of your website is arranged aesthetically.

A

Content Design

19
Q

Write the HTML source code.

A

<!DOCTYPE html>

<html>
<body>

<h1> My first heading </h1>
<p> My first paragraph </p>

</body>
</html>