Sunteți pe pagina 1din 2

Republic of the Philippines

DEPARTMENT OF SCIENCE AND TECHNOLOGY

PHILIPPINE SCIENCE HIGH SCHOOL - CARAGA REGION CAMPUS

Computer Science 3 Web Development


Long Test

General Instructions:
1. Read and follow the instructions carefully.
2. Make sure to write your name, year and section, date, and other information required
on you paper.
3. In answering, follow what are required.
\\
4. Practice HONESTY at all times.
5. If you have any questions, approach the teacher. NEVER ask your classmates.
6. Do not stand up to submit your paper. Wait for the instruction of the teacher.
7. Do not go out of the room until your teacher gives you permission to do so.

I. True or False. Write ‘True’ if the statement is correct otherwise, change the underlined
word(s) to make the statement correct. (2 pts. each)

1. HTML is the language that is used to create webpages. HTML stands for HyperText
Marking Language.

2. Vinton Cerf and Robert Kahn invented the Web with HTML as its publishing language.

3. Cloud computing means storing and accessing data and programs over the Internet instead
of your computer's hard drive.

4. Internet programming refers to the tasks associated with developing websites for hosting via
intranet or internet.

5. The internal stylesheet uses the HTML "style" attribute to style a specific tag.

6. The number of pixels in an image is called pixel density.

7. A distributed network is a type of network where all users connect to a central server, which
is the acting agent for all communications.

8. The <header> tag can include the title for the document, scripts, styles, and meta information.

9. The first website was publicly announced through an alt.hypertext Usenet posting on
December 20, 1990.

10. The <html> tag tells the browser that the document is an HTML document.

Page 1 of 2
II. Fill in the Blanks. Write your answer on the answer sheet provided corresponding to each
blank that best suits the given statement. (1 pt. each)

1. The first website is currently hosted at ___________.


2. Each list item starts with the ___________ tag.
3. The ___________ refers to a global computer network providing a variety of information and
communication facilities, consisting of interconnected networks using standardized
communication protocols.
4. The ___________ is a .css file that you link your website to.
5. An ordered list starts with the ___________ tag.
6. ___________ are the hidden keywords within a web page that define how your web browser
must format and display the content.
7. When creating a stylesheet internally in the webpage, you will need to use the _____ tag in
the Head section of your webpage.
8. In an ordered HTML List, type=__________ will list the items with uppercase roman numbers.
9. In an unordered HTML List, the value __________ is used if the list items will not be marked.
10. The default value in an unordered HTML List is ___________.

II. Programming. The webpage will be graded using the following rubrics: (10 pts.)

Score Completion Accuracy


The webpage is complete and complies with all the The output and contents of the webpage is accurate and
5 given requirement. Proper coding convention is has no error. Code is well organized and easy to read.
observed.
The webpage is missing some of the given The output and contents of the webpage is accurate and
4 requirements. Some of the proper coding convention has slight error. Code is unorganized but readable.
is observed.
The webpage is missing multiple details from the The output and contents of the webpage is inaccurate.
3 given requirements. Proper coding convention is not Code is unorganized and unreadable.
observed.
The code provided does not comply with any of the The webpage has too little or no content at all.
1 given requirements.

Create a webpage that will display the following:


(Expected Output)
The title must be ‘Hello World’

The first text must display the string “My Hobbies:”


and it shall be displayed using the heading one
tag and uses an inline style to color the text red.

Then an unordered list will list down the following


items using circles as its list type:

-Playing Basketball
-Reading Books
-Watching Movies
-Listening to classical music

Page 2 of 2

S-ar putea să vă placă și