0% found this document useful (0 votes)
11 views7 pages

Module Evaluation

The document summarizes the results of 4 test evaluations carried out on different web development modules. In each evaluation, the student received a perfect score of 100 points, improving their previous grades. Each evaluation includes 5 questions with answers on concepts related to HTML, CSS, and web development.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views7 pages

Module Evaluation

The document summarizes the results of 4 test evaluations carried out on different web development modules. In each evaluation, the student received a perfect score of 100 points, improving their previous grades. Each evaluation includes 5 questions with answers on concepts related to HTML, CSS, and web development.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Module 1 Evaluation

Test performed

Your result in the test has been: 100

You have improved your previous score of 60.

You have passed the test.

Your answers

1. Indicate whether the following statement is true or false: "We must develop a
website including the presentation information (how we want it to look)
the page) in the document itself:

True: in this way we speed up the page load by containing everything in a single
file

True: we must do it as much as possible since it is considered good


practice

False: the content must be separated from the presentation as this is required by the
three-level model

False: it is better to separate it since it makes the content of the presentation independent which
it has many advantages
2. How should a website be presented?

With a user manual so you can consult the different functionalities.

Surprising the user as much as possible.

With sources and backgrounds in very similar tones to be pleasant and not appear flashy.

With the elements of the page where the user expects them.
3. Indicate which of the following is not a principle to follow in the design of a
Web page:

Simplicity

Compatibility

Utility

Universal access
4. In case of a conflict of interest in any programming functionality, what about
Who should be given priority for its resolution?

To the browser developers

To the users

To the content creators

To the specification writers


5. Regarding the usability criterion, we can affirm that the applications
they must be in line with what the user expects from them. This consideration receives the
name of:

Anticipation

Consistency

Autonomy

Reversibility

Module 2 evaluation
Test completed

Your result in the test has been: 100

You have passed the test.

Your answers

1. Which of the following is a tool for creating Web pages?

Internet Explorer

Firefox

Eclipse

Apache Tomcat
2. What is HTML?

A programming language

A protocol at the client level


A markup language

A binary data document


3. What elements am I adding to my page if I write an 'a' tag?

A title

A link

A paragraph

An image
4. In HTML, how is an opening tag defined?

With a tag name enclosed in angle brackets < and > (less than sign
greater than sign and greater than sign

With an opening angular bracket '<' followed by the character slash /, the tag name
and finally the closing angle bracket.

With an opening angular bracket "<" followed by the tag name and, finally, the
slash character / plus the closing angle bracket.

With the opening angular bracket "<", followed by the slash character /, followed by the name of
label and, finally, the slash / character plus the closing angle bracket.
5. How is a tag represented when no content is added?

With the characters <!-- and the characters --> for the closure

It can be declared with an opening angle bracket "<" followed by the name of the
tag, a bar / and finally the closing angle bracket

With an opening angular bracket "<" followed by the character slash /, the tag name
and finally the closing angle bracket

With an opening angle bracket '<', followed by the slash character /, followed by the name of
label, again the slash character / plus the closing angle bracket

Evaluation module 3
Test conducted
Your score on the test was: 100
You have improved your previous score of 40.
You have passed the test.
Your answers

1. To define an image in HTML, the tag used is:

image
icon
bitmap
img

2. A dropdown list is created using the tag:

<input type=list>
<input type=select>
<select>
<select size=10>

3. What does the action attribute of a form indicate?

The shipping address of the data


The method of sending the data
The number of data to be sent
The event that will trigger the sending

4. The link tag is used for:

Include a link within the page


Reference external files
Redirect the user to another page
Link is not a tag, but an attribute

5. To put text in bold with CSS:

bold
font-weight:bold
The <b> tag is used
style:bold

Evaluation module 4
Test conducted

Your result on the test has been: 80

You have improved your previous grade of 20.

You have passed the test.

Your answers

1. What are semantic tags used for in HTML5?

They ensure that the surrounding content is related to what the label indicates.

Indicate exactly in which areas of the document the parts of the


page

To layout the page visually

They indicate to the user what they are viewing.

2. The canvas tag is:

Ideal for showing videos

Necessary to display images

Useful for generating drawings

Requires little experience as a designer as it is very easy to use.

3. Which of these types of input is valid?


input type="boolean"

input type='graphic'

input type="canvas"

input type='range'

5. Which of the following tags represents an independent piece of


content in an html document?

article

section

aside

head

4. The placeholder attribute of a text box:

It has been removed in HTML5

Indicate the location where the entered data will be stored.

Allows adding a default value that disappears when the user starts typing

Replace the 'value' attribute

You might also like