Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

FOURTH PERIODICAL TEST

CHS 9
S.Y. 2014-2015
Name: ___________________________________________
SCORE:
Section
: ___________________________________________
K:_____
P:_____
P:_____
Date : ___________________________________________
TOTAL SCORE: _____

U:_____

KNOWLEDGE: Identify the following. (2 points each)


_______________ 1. Meaning of HTML.
_______________ 2. These are codes in an HTML document which the browser reads and
then interprets for subsequent display to a reader.
_______________ 3. Opening symbol of tags.
_______________ 4. Closing symbol of tags.
_______________ 5. Symbol that signifies begin.
_______________ 6. Symbol that signifies end.
_______________ 7. Tag for a line break.
_______________ 8. Tags for centering everything between tags.
_______________ 9. Tags for creating a table.
_______________ 10. Tags for table data cell.
PROCESS: Matching Type.
Column A
1. Sets the background color of the page
2. Encloses the entire HTML document
3. Contains all the information about the document
4. Specifies that the enclosed text should be in boldface
5. Text can be displayed in any size, face and color
6. Used to incorporate graphics
7. To add a link
g.
8. Specifies the thickness of the border around table
9. Specifies table row
i.
10. Specifies a table data within table row

Column B
a.
head
b.
b
c.
td
d.
img
e.
html
f.
font
border
h.
a href
bgcolor
j.
tr

UNDERSTANDING: Give the output of the following programs (10 points):


<!doctype>
<html>
<head>
MY DAILY ACTIVITIES
</head>
<body>
<table border=1>
<tr>
<td> DAY
</td>
<td> ACTIVITY
</td>
</tr>
<tr>
<td> MONDAY
</td>
<td> Mountain Climbing
</td>
</tr>
<tr>
<td> TUESDAY
</td>
<td> Swimming
</td>
</tr>
<tr>
<td> WEDNESDAY
</td>
<td> Shopping
</td>
</tr>
<tr>
<td> THURSDAY
</td>
<td> Studying
</td>
</tr>
<tr>
<td> FRIDAY
</td>
<td> Fishing
</td>
</tr>
<tr>
<td> SATURDAY
</td>
<td> Working
</td>
</tr>
<tr>
<td> SUNDAY
</td>
<td> Hear Mass
</td>
</tr>
</table>
</body>
</html>

PRODUCT (10 points):


Write down the tags (codes) for the following webpage:
PARTS OF COMPUTER
PARTS
System Unit
Keyboard
Monitor

DEFINITION
Sometimes called the chassis
Where data is inputted to the
computer
It displays information in visual form

Prepared by:
Evelyn Grace T. Tadeo
Teacher I
You can lie to everyone else, but you can NEVER really lie to yourself.

FOURTH PERIODICAL TEST


TABLE OFSPECIFICATION
CHS 9
S.Y. 2014-2015

CONTENT

KNOWLEDGE

The Basics

Item # 1 ~ 10

Rudimentary
Tags

More Tags

Imagges

Links

Tables

Frames

SKILLS

Item # 1 ~ 10

UNDERSTANDI
NG

PRODUCT

Item # 1 ~

Item # 1 ~

10

10

You might also like