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

Republic of the Philippines

Department of Education
National Capital Region
Division of Taguig and Pateros
STAND ALONE SENIOR HIGH SCHOOL
TAGUIG INTEGRATED SCHOOL
Liwayway St. Sta. Ana, Taguig City

SY. 2022-2023

2ND PERIODICAL EXAMINATION


INFORMATION AND COMMUNICATION TECHNOLOGY 11

Name: _________________________________ Grade/Section: _____________________________

I. MULTIPLE CHOICE

Directions: Read and understand the statement carefully. Choose the correct answer by writing the letter on the space provided before the item.
Write your answer in CAPITAL LETTER ONLY. Strictly No Erasure.

____1. What do you call a graphical representation of the logical sequence of steps to be process of a program?
A. Diagram C. Pseudocode
B. Algorithm D. Flowchart
____2. Which of the following is an electronic, programmable device that can store, retrieve and process data.?
A. Monitor C. Computer
B. Machine D. System Unit
____3. Which of the following symbols shows an action in the process?
A. B. C. D.

____4. Which of the following refers an additional characteristics or properties of the element?
A. Tag C. Selector
B. Attributes D. Value
____5. Which of this Elements is an Empty element?
A. <p> C. <h1>
B. <br> D. <body>
_____6 It is an element that defined as preformatted text, that displayed in a fix- width font, and the text preserves both spaces and
line breaks.
A. <p> C. <pre>
B. <br> D. <html>
____7, What does HTML stand for?
A. Hyper Technology Markup Language C. Hyper Text Markdown Language
B. Hyper Technology Markdown Language D. Hyper Text Markup Language
____8 It is an HTML text formatting element that is used when you want to erase text in your HTML
document.
A. <em> C. <strong>
B. <mark> D. <del>
_____9. What text formatting element that is used in this syntax, “<p>This is my <sup>house</sup> text. </p>”?
A. Inserted C. subscript
B. Superscript D. strong
______10. Which of the following refers to the spelling and grammar of a programming language?
A. Semantic C. Codes
A. Markup Language D. Syntax
_____11. Which of these errors occur when there is a mistake in the spelling of your command or function?
A. Syntax error C. Logical error
B Semantic error D. Bug
____12. This is a link that takes you from one domain to another via references called anchor texts.
A. Internal Link C. Hyperlink
B. Cross Link D. External Link
_____13. What text formatting element that is used in this syntax, “<p>This is my <i>house</i> text. </p>”?
A<strong> C.<b>
B. <small> D. <i>
____14. An attribute of the ordered list tag that reverses the order of the list.
A. Inverse C. Start
B. Reversed D. Description List
_____15. Which of the following refers to the tag that defines a list item?
A. <li> C. <dl>
B. <ul> D. <ol>
____16. Input type that will show the output like the image bellow;
A. Number C. Search
B. Password D. Text

_____17. Input type that will show the output like the image bellow;
A. Reset C. Radio button
B. Time D. Range
_____18. Which of these is used for rendering data that naturally belongs in a grid?
A. Form C. Ordered List
B. Table D. Unordered List
_____19. Which of the following is a syntax to put color in your background?
A. <body bgcolor= “pink”> C. <background= “pink”>
B. <body backgroundcolor= “pink”> D. <bgcolor= “pink”>
_____20. Which of these Text formatting elements is use to highlight important text in your webpage?
A. <em> C. <strong>
B. <mark> D. <b>
______21. Attribute that behave like readonly attribute but the difference is it is unusable and un-clickable, and
its value will not be sent when submitting the form.
A. datalist C. disable
B. required D. min and max
_____22 Attributes that specifies that an input field must be filled out by the user before submitting the
form.
A. step C. datalist
B. min and max D. required
______23. Specifies the maximum length allowed for the input field. It will not accept more than the allowed number of text or
characters.
A. step C. datalist
B. maxlength D. required
______24. Which of the following attribute that customize the size of video?
A. size C. length and width
B. width and height D. size and style
______25. Which of the following attributes that add the play, pause and volume of the video?
A. autoplay C. play
B. controller C. play D. control
______26. Which of the following is a syntax to put color in your Text?
A. <font-text color= “yellow”> C. <font color= “yellow”>
B. <text color= “yellow”> D. <fonttext color= “yellow”>
______27. This input-type, it will let a user select zero or more options of a limited number of choices.
A. Checkbox C. Submit
B. Radio button D. Button

______28. Finding the average of any three numbers. If the average is greater than or equal to 90 print “very good”, else print
“good”. Using the flowchart, else indicate as?
A. B. C. D.
IF
START INPUT T=0 A=0 A>=90
X= 0 Y=0 Z=0
X,Y,Z
______29. Tags that contain meta information.
A. <body>…</body> C. <head>…</head>
B. <html>…</html> D. <meta>…</meta>
______30. Which of the following is a syntax element defines inserted in your Text?
A. <p>My favorite color is <del>blue</del> red.</p>
B. <p>My favorite <ins>color</ins> is red.</p>
C. <h2>HTML <marked>Marked</marked> Formatting</h2>
D. <h2>HTML <small>Small</small> Formatting</h2>

_____31. Which of the following tags defines that the document is an HTML5 document??

I. <body> III. <html>


II. <!DOCTYPE html> IV. This is to declare that your document is an HTML5.
A. I only B. II and !V C. I, III, IV D. I and IV
_____32. It creates input controls that let the user easily enter both a date and a time, including the year, month, and
day as well as the time in hours and minutes.
A. Input-type=”date” C. Input-type=”datetime”
B. Input-type=”time” D. Input-type=”month”
______33. Specifies that an input field must be filled out by the user before submitting the form. It works with the input type text,
search, url, email, password, date pickers, number, checkbox, radio, and file.
A. datalist C. disable
B. required D. min and max
______34. Element allows you to specify alternative audio files which the browser may choose from. The browser will use the first
recognized format.
A. <audio> C. <source>
B. <track> D. <video>

_____35. Which of the following tags is NOT an HTML Table related tag?
A. <tc> C. <tr>
B. <td> D. <table>
_____36. Which of the following statement is true?
A. John Web, the father of HTML C. <head> is the HTML root element
B. HTML 4 was the first version D. In year 2012 HTML was published
____37. Which of the following is a syntax element define with added semantic importance?
A. <p><em>This text is emphasized.</em></p>
B. <h2>HTML <small>Small</small> Formatting</h2>
C. <p><i>This text is italic.</i></p>
D. <p><b>This text is bold.</b></p>
_____38. All of these are features supported by HTML5 except for one, which is it?
A. Uppercase tag names C. Quotes are a must for attributes.
B. Attribute values are optional. D. Closing empty elements are optional.
_____39. Elements that define a list of pre-defined options to an input field.
A. <select> C. <textarea>
B. <option> D. <datalist>
_____40. It let the web developers include data that cannot be seen or modified by users when a form is submitted. The ID of the
content that is currently being ordered or edited, or a unique security token.
A. Input-type=”range” C. Input-type=”search”
B. Input-type=”file” D. Input-type=”hidden”
_____41. It let the user specify a numeric value which must be no less than a given value, and no more than another given value.
A. Input-type=”image” C. Input-type=”range”
B. Input-type=”text” D. Input-type=”week”
_____42. Designate the beginning of the list with <ul> or <ol>. The <ul> tag indicates an unordered (bullet) list, and the <ol> tag
describes an ordered (numbered) list. Generally the unordered list has black circles as bullet points – you can actually change
how the bullet points should look, using CSS.
A. HTML Table Tags C. HTML Image Tags
B. HTML List Tags D. HTML Image Sytnax Tags
______43. To resolve a logical error here are the step, which are:
I. Understand what you’re trying to accomplish. III. Start the debugger.
II. Resolve syntax errors. IV. Think about your logic then fix it.
A. I, II, III, IV B. II and !V C. II and III D. I and IV
______44. Which of the following refers to the spelling and grammar of a programming language?
A. Semantic errors C. Syntax errors
B. Logical errors D. Run-time errors
______45. The <img> tag has two required attributes. Which of the image attribute specifies the path to the image?
A. Images Syntax C. Image as a Link
B. src Attribute D. alt Attribute
______46. If the user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a
screen reader). The value of the alt attribute should describe the image.
A. Images Syntax C. Image as a Link
B. src Attribute D. alt Attribute
_____47. Mr. Jhon Viernes, one of the great painters was assigned to paint a world class content for his incoming world exhibit.
He decided that his theme color is all about the value color coding was #B0E0E6. What color is being stated?
A. Powderblue C. Violet
B. Pink D. Green
_______48. HTML form elements and attributes are used to create a form and give it a proper look in a structured way. Elements
- specifies an option that can be selected.
A. <select> C. <textarea>
B. <option> D. <datalist>
_____49. The HTML <del> tag contains two attributes which are:
I. Attributes III. Cite
II. Datetime IV. Link
A. II and III B. II and !V C. I, III, IV D. I and IV
______50. HTML <u>, is consider as one of the special basic style text formatting. In which of the following statement is
NOT belong to the group?
A. The <u> tag represents some text that is unarticulated and styled differently from normal text, such as misspelled words
B. This element used to be called the "Underline" element in older versions of HTML, and is still sometimes misused in this way.
C. This tag was deprecated (APPROVE) in HTML 4.0 and redefined in HTML5.
D. It is also known as Unarticulated Annotation.

Parent’s Printed Name and Signature

ANSWER KEY

1) A 18) B 35) A
2) C 19) A 36) D
3) A 20) A 37) A
4) B 21) C 38) C
5) B 22) A 39) C
6) C 23) B 40) D
7) D 24) B 41) C
8) D 25) D 42) B
9) B 26) C 43) A
10) D 27) A 44) C
11) A 28) D 45) B
12) C 29) C 46) D
13) D 30) B 47) A
14) B 31) B 48) B
15) A 32) C 49) A
16) B 33) B 50) C
17) C 34) C
1. B 26. C
2. A 27. C
3. D 28. B
4. B 29. C
5. D 30. A
6. D 31. A
7. A 32. D
8. B 33. C
9. C 34. C
10. D 35. C
11. D 36. B
12. B 37. A
13. A 38. B
14. A 39. A
15. A 40. C
16. B 41. D
17. B 42. C
18. C 43. D
19. A 44. A
20. A 45. C
21. B 46. D
22. D 47. A
23. B 48. A
24. A 49. B
25. B 50. A

ANSWER KEY 1ST PERIODICAL EXAM GRADE 11 ICT

MULTIPLE CHOICE

1.B 8.D
2.A 9. B
3.A 10.B
4.B 11.D
5.D 12.D
6.C 13.A
7.A 14.B
15.B 33.A
16.D 34.D
17.B 35.A
18.D 36.B
19.A 37.C
20.A 38.C
21.B 39.B
22.A 40.B
23.D 41.C
24.B 42.D
25.D 43.A
26.A 44.C
27.A 45.B
28.C 46.B
29.B 47.C
30.B 48.A
31.C 49.D
32.C 50.A

You might also like