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

Republic of the Philippines

DEPARTMENT OF EDUCATION
Region I
Schools Division Office I Pangasinan
Alvear St. Lingayen, Pangasinan
Tel. No./Fax No. (075) 522-2202 (OSDS); (075) 632-8385 (ASDS)
Email: pangasinan1@deped.gov.ph; officeofthesdspangasinani@gmail.com
STA. BARBARA DISTRICT 1
DANIEL MARAMBA NATIONAL HIGH SCHOOL

TECHNOLOGY & LIVELIHOOD EDUCATION 9 – COMPUTER PROGRAMMING


FOURTH QUARTER EXAMINATION
S.Y. 2022-2023 ____
50
Name:_____________________________________Yr. & Sec.:_____________________Score:
I. MULTIPLE CHOICE: Write the letter of the best answer before every number. STRICTLY NO ERASURES!
________1. It is the standard markup language for creating Web pages.
a. Visual Basic b. Photoshop c.HTML d. NotePad
________2. It is an application software used for accessing websites.
a. Web Browser b. Google Chrome c. Internet Explorer d. NotePad
________3. Which of the following is not included as Web Browser.
a. Opera b. NetScape c. Safari d. NotePad
________4. Year when HTML was created.
a. 1989 b. 1993 c. 1987 d. 1977
________5. The developer of HyperText Markup Programming Language.
a. Tim Berners-Lee b. Thomas Edison c. John Knoll d. Thomas Knoll
________6. Which of the following images has transparent background?
a. Portable Network Group c. Portable Netscape Graphics
b. Joint Photographic Experts Group d. Joint Photographic Experts Graphics
________7. Which of the following statement is correct?
a. H1 has a greater size than H6 c. H6 has a greater size than H1
b. The range of H code is from H1 to H10 d. The size of H code starts from H6
________8. Which of the following code is used to move the text/object.
a. <marcquee> b. <marquee> c. <marque> d. <Markquee>
________9. Which of the following combination of FONT CODE is correct?
a. <font face=”VERDANA” color=”BLUE” size=”30”> c. <font face=”VERDANA”, color=”BLUE”, size=”30”>
b. <font face=VERDANA> <font color=”BLUE”> <font size=”30”> d. </font face=”VERDANA”, color=”BLUE”, size=”30”>
________10. What is the end tag of <body background=”image.jpg”>
a. </body background b. </body> c. </body background=”image.jpg”> d. None
________11. Which of the following code is allowed to use without using END TAG?
a. <dr> b. <tr> c. <td> d. <br>
________12. Which of the following TABLE Code arrangement is correct?
a. <table> <tr> <td>… </td> </tr> </table> c. <table> <td> <tr>… </td> </tr> </table>
b. <table> <td> <tr> </tr>… </td> </table> d. None
________13. Which of the following code is not valid?
a. <table design="border:20px double WHITE"> c. <table style="border:20px double WHITE;">
b. <tr BGCOLOR="LIGHTPINK"> d. <td width="1000" HEIGHT="200">
________14. The choices below are Operating systems that runs Adobe photoshop except?
a. MacOS b. Windows c. Macintosh d. Linux
________15. When the Adobe Photoshop was first Released?
a. 1989 b. 1898 c. 1988 d. 2010
________16. Which of the following is not an Image File format?
a. JPEG b. PNG c. PDF d. AI
________17. Which of the following is not included in Photoshop Features?
a. The Clone Stamp b. The Healing Brush c. The History Brush d. The Animation Tab
________18. Which of the following statement is correct?
a. Photoshop is also used for web designing while html is for creating a Website.
b. HTML is also used for web designing while Photoshop is for creating a Website.
c. The developer of Photoshop and HTML is the same.
d. HTML and Photoshop are both used in creating a website.
________19. Which of the following code in creating a COMMAND BUTTON is correct?
a. <a src="home.html"> c. <body a href="home.html">
b. <table a src="home.html"> d.<a href="home.html">
________20. Which of the following HTML code arrangement is correct?
a. <html>title> </title> <head>< </head> <body> </body> </html>
b. <html><head><title> </title> </head> <body> </body> </html>
c. <html> <title> <head> </head></title> <body> </body> </html>
d. <html> <title> <head> <body> </head></title> </body> </html>
________21. The file extinsion of Photoshop.
a. PSD b. PDS c. PDF d. PSF
________22. It is an image creation, graphic design and photo editing software developed by Adobe.
a. Adobe b. HTML c. Photoshop d. NotePad
________23. The following are information about Thomas and John knoll except?
a. They are siblings. c. They created the HTML program.
b. They developed the Photoshop. D. They sold the Photoshop in Adobe Company.
________24. Meaning of HTML.
a. HyperText Markup Language c. Hyper Text Markup Language
b. HybridText Markup Language d. HyperText Marquee Language
________25. Which of the following is incorrect code about BODY?
a. <Body Background=”image.jpg”> c. <Body Bgcolor=”RED”>
b. <Body image=”picture.jpg> d. All of the above
________26. Which of the following statement is correct?
a. HTML is used to create animation effects
b. HTML is used to create website
c. HTML is used to edit Images and enhance graphics design.
d. HTML can be use in creating website and at the same time it is also used to improve the graphics design.
________27. Which of the following statement is not true about Photoshop?
a. You can save your Photoshop files in JPEG format.
b. You can only use the copy/paste command using shortcut key.
c. You can use the Ctrl+U to change/enhance the color of the image.
d. You can use Right Click command to Copy the image in Photoshop.
________28. Which of the following shortcut key is not available in Photoshop?
a. Ctrl + U b. Ctrl + V c. Ctrl + C d. Ctrl + Z
________29. Which of the following HTML code arrangement is correct?
a. <BODY> <MARQUEE>… </MARQUEE> </BODY>
b. <MARQUEE> <BODY>… </MARQUEE> </BODY>
c. <MARQUEE> <BODY> … </BODY> </MARQUEE>
d. <BODY> <MARQUE>… </MARQUE> </BODY>
________30. Which of the following TABLE TAG combination is correct?
a. <TABLE> <TD><TR> …. </TD> </TR> </TABLE> c. <TABLE><TD> <TR> …. </TR> </TD> </TABLE>
b. <TABLE> <TR> <TD> …. </TABLE> </TR> </TD> d. <TABLE> <TR> <TD> …. </TD> </TR> </TABLE>
II. Rearrange the given html program in proper order. Write the letter of your answer on the blank provided.
a. </body> Write the letter of your answer here:
b. </head> 1.

c. </html> 2.
3.
d. </marquee>
4.
e. </title>
5.
f. <body> 6.
g. <head> 7.
h. <html> 8.
i. <marquee> 9.
10.
j. <title>

III. Write the 5 Web browsers on your paper.

Adobe HTML Internet explorer JPEG

Maxthon NetScape NotePad

Photoshop Safari TheWorld

II. HANDS-ON: CREATE a simple Webpage Containing your Personal Information. 5 points
Rubrics: 2pts Webpage Design/Creativity
2 pts Readability of Program/Code
1 pt Accessibility

Prepared by:
EDGAR M. BATISTIANA, EdD
ICT-9 Teacher

You might also like