You are on page 1of 5

Republic of the Philippines

DEPARTMENT OF EDUCATION
Region IV-A CALABARZON
PROVINCE OF BATANGAS
St. Blaise Community Academy, Inc.
San Luis, Batangas/ chs_sbca53@yahoo.com
 043 – 783-369309997646638 / 09178076741

FINAL EXAMINATION IN COMPUTER PROGRAMMING (.NET TECHNOLOGY) 4


12 TVL ICT
2nd SEMESTER
Name: _____________________________________ Date: _________________________________

TEST I. TRUE or FALSE


Direction: Distinguish whether the statement is true or false. Write TRUE if the statement is CORRECT and FALSE if it is
INCORRECT.

_________1. Most HTML tags have attributes that provide additional information about the HTML element.
_________2. An attribute describes a property or characteristic of the element.
_________3. The “style” attribute describes the visual characteristics of an element.
_________4. The “id” attribute describes the identity of an element.
_________5. The “href” attribute contains a URL that points to the hyperlink’s destination, and the “target” attribute instructs the
browser to open the hyperlink in a new browser tab or the same tab.
_________6. Not all clients are web browsers.
_________7. An HTML document might also be read on a device that converts the text into braille for the blind or reads the text out
loud for people with a hearing disability.
_________8. An HTML document can be programmed to ensure that it is correctly rendered by these alternative clients.
_________9. Programmers should think about the topics mentioned below to improve the accessibility of their website.
_________10. The content of a website should be arranged in a logical and intuitive way.

TEST II. Multiple Choice.


Direction: Identify the word or group of words being referred in the sentence. Choose the letter of the correct answer.

________11. Who created the World Wide Web 1989?


a. Tim Berners-Lee
b. Al Gore
c. Bill Gate
d. Steve Job
________12. Who runs/own the internet?
a. No single person or group runs/ own internet
b. The US Government
c. World Wide Web Consortium
d. The Russians Government
________13. You use your computer to chat with a friend who lives in another country. Which network lets you transfer the messages
between your computer and your friend’s computer?
a. Internet
b. Intranet
c. Local Area Network
d. Ethernet
________14. What does ISP stand for?
a. Internet Service Provider
b. Internet Status Protocol
c. Internet Solution Problem
d. Internet Search Process
________15. What does URL stand for?
a. Unlimited Resource Locator
b. Uniform Resource Locator
c. Uniform Resource Landing
d. Unlimited Recreation Location
________16. What does HTML stand for?
a. Hypertext Markup Language
b. Hyperlink Text Markup Language
c. High Tech Made-up Language
d. Hypertext Masking Language
________17. Firefox, Chrome, Safari, and Internet Exploder are all examples of?
a. Web browsers

1|FINAL EXAMINATION IN CP 4
b. Websites
c. Search engines
d. Internet service providers
________18. You should save HTML files with which file extension?
a. .html
b. .webpage
c. .index
d. .htm
________19. What HTML5 tag is the preferred tag to divide up a page into separate sections?
a. <section>
b. <divide>
c. <block>
d. <div>
________20. Which format usually works best for photos?
a. JPEG
b. GIF
c. DOC
d. WAV
________21. Which word is not used in HTML structure?
a. Arm
b. Footer
c. Head
d. body
________22. Which word below complete the quote " Watch your thoughts, for they become ______ "
a. words
b. actions
c. habits
d. character
________23. Which of the following tags is an empty tag?
a. <img>
b. <header>
c. <title>
d. <section>
________24. Which of the following tags is an empty tag?
a. <hr>
b. <title>
c. <section>
d. <script>
________25. The Internet began as a network of connected computers at research facilities and universities.
The network was developed by the ________.
a. Advance Research Project Agency (ARPA).
b. Skynet
c. World Wide Web Consortium
d. EarthLink
________26. What can most good code editors do?
a. execute code and control a debugger
b. execute code and highlight code
c. debug
d. write the code for you
________27. What is a code editor?
a. An editor, similar to a text editor, that is designed for changing code.
b. A program that edits text.
c. An editor that is similar to a text editor.
d. write the code for you
________28. What does IDE stand for?
a. Integrated Development Environment
b. Integrated Development Editor
c. Inside Development Environment
d. Integrated Down Editor
________29. What are Error Diagnostics?
a. Information that is presented following the detection of an error
b. Information that stops your program from working
c. Something that is inputted after an error occurs
d. Something that is not inputted after an error occurs
________30. What is a run-time environment?
2|FINAL EXAMINATION IN CP 4
a. An environment that is created when a program is running, which allows a programmer to track the instructions.
b. An environment that is created when a program is running, which allows a program to track the instructions.
c. An environment that is created when a program is running, which allows a programmer to track the instructions.
d. An environment that is created when no program is running, which doesn’t allow a programmer to track the
instructions.
________31. What is a translator?
a. A program that changes some code from one programming language to another
b. A program that allows you to type in two programming languages at once
c. A program that allows you to extract files
d. A program that translates what you say
________32. Which one is an IDE?
a. Code::Blocks
b. Code:::Blocks
c. CodeBlocks
d. Code:Blocks
________33. Which heading tag displays the largest text?
a. h2
b. h3
c. h4
d. h5
________34. The following tag indicates...<!Doctype html>
a. a document is created
b. end of a paragraph
c. a document is closed
d. a document is opened
________35. What is nesting?
a. when a tag is placed inside another
b. when a list is placed inside a list item
c. when <ul> tags are placed inside <li> tags
________36. This contains all the text, data, and images that are displayed when the HTML document is opened in a browser.
a. <body></body>
b. <p></p>
c. <div></div>
d. <img></img>
________37. This tag describes a hyperlink, which is used to link one page to another. This tag contains the “href” attribute which
holds the link’s destination.
a. <a></a>
b. <h1></h1>
c. <html></html>
d. <head></head>
________38. Good programming includes using _________ to make code more readable.
a. Visual Aid
b. Codes
c. Machine Codes
d. Attributes
________39. ____________ are text hotspots that, when clicked, navigate the browser to a new HTML document.
a. Hyperlinks
b. URLs
c. Text Field
d. Codes
________40. An attribute describes a property or characteristic of the element.
a. Attributes
b. Codes
c. Machine Codes
d. Visual Aid

TEST III. ANALYSIS


Direction: Evaluate the following situations below and determine the solution on each item.

________41. Karen wants to begin a new line within a paragraph of text on a webpage. Which code should she use?
a. <br>
b. <hr>
c. <li>
d. <h1>
________42. Jerry wants to insert a line break into his webpage. Which code should he use?

3|FINAL EXAMINATION IN CP 4
a. <br>
b. <ul>
c. <li>
d. <h1>
________43. John wants the name of his book to appear in search results for Google. Where should this information be placed within
his webpage?
a. Meta
b. Head
c. Body
d. Nav
________44. Which item refers to the start tag, the end tag and everything in between?
a. HTML Element
b. HTML Attribute
c. HTML Tag
d. CSS
________45. What is the difference between an HTML Tag and an HTML element?
a. An HTML Tag defines content and an HTML Element includes the opening and closing tags and everything in
between.
b. An HTML Tag is case sensitive and an HTML element is not case sensitive.
c. An HTML Tag is always paired and an HTML element is an "empty" tag.
d. An HTML Tag defines content and an HTML Element gives additional meaning and content.
________46. What is the proper code to insert an image named "frog.jpg"?
a. <img src="frog.jpg" width="104" height="142">
b. <img src="frog" width="104" height="142">
c. <img="frog.jpg" width="104" height="142">
d. <img ="frog" width="104" height"142">
________47. The World Wide Web Consortium (W3C) plays which role in the web development standards?
a. It develops the standards for HTML and CSS.
b. It creates websites accessible to everyone.
c. It is the agency that controls the World Wide Web.
d. It develops web browsers.
________48. Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines the main
heading in a web document?
a. <h1>Product</h1>
b. <h3>Product</h3>
c. <h6>Product</h6>
d. <h5>Product</h5>
________49. Which tag defines the visible content of a web document?
a. <body>
b. <meta>
c. <title>
d. <head>
________50. Which tag will create a line break in a web document?
a. <br>
b. <hr>
c. <h1>
d. <body>

Your exam ends here. ❤


“BE STRONG AND COURAGEOUS SAYS THE LORD, DO NOT BE TERRIFIED, DO NOT BE DISCOURAGED FOR THE
LORD YOUR GOD WILL BE WITH YOU WHEREVER YOU GO”
- Joshua 1:9

PREPARED BY:

SIR JOSHUA M. BONSOL


SUBJECT TEACHER

4|FINAL EXAMINATION IN CP 4
5|FINAL EXAMINATION IN CP 4

You might also like