3rd QTR Recap

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 51

RECAP

What does HTML stand for?


A. Hyperlinks C. Hyper Text
and Text Markup Markup
Language Language
B. Home Tool D. Home Tool
Makeup Markup
Language Language
It is a subset of the Internet
consisting of pages that can
be accessed by a Web browser.
A. Apps C. The Internet
B. Browser D. The Web
What is this leading
information retrieval service of
the Internet?
A. Apps C. The Internet
B. Browser D. The Web
What is the process of making
sure data, apps, and software will
have a lesser chance of
compromise?
A. Back-ups C. Full back-up
B. Computer D. Incremental
security back-up
Which of the following lettering
style is considered as the most
artistic among the group of
letters.?
A. Gothic C. Roman
B. Old English D. Script
Text
What is the process of making
sure data, apps, and software will
have a lesser chance of
compromise?
A. Back-ups C. Full back-up
B. Computer D. Incremental
security back-up
Who is this English scientist who
invented the World Wide Web in
1989?
A. Sir Tim C. Sir Tim
Berners-Lee Berners-Lim
B. Sir Tom D. Sir Tim
Berners-Lee Bernerz-Lim
What does HTML stand for?
A. Hyperlinks C. Hyper Text
and Text Markup Markup
Language Language
B. Home Tool D. Home Tool
Makeup Markup
Language Language
What was the first-year
release of HTML 1.0?
A. 1993 C. 2011
B. 2001 D. 2021
What version of HTML serves
as an extension of HTML 4.01
that was published in the year
2012?
A. HTML 2.0 C. HTML 4.0
B. HTML 3.0 D. HTML 5.0
What tag refers to writing
paragraph form on your
webpage?
A. <a href> C. <p>
B. <br> D. <strong>
Which of the following tags is
used to break line?
A. <a href> C. <p>
B. <br> D. <strong>
What tag refers to the list on
your webpage?
A. <br> C. <ol>
B. <li> D. <p>
What HTML element allows users
to send data to the website.?
A. HTML anchor C. HTML
horizontal line
B. HTML form D. HTML
paragraph
What HTML elements are
divided into table rows with
columns?
A. HTML Form C. HTML
Paragraph
B. HTML List D. HTML Tables
Anna was given the task to use
bookmarks. What is a bookmark?
A. It adds C. It deletes
formulas and pictures
functions
B. It creates D. It saves
documents shortcut
webpage
Which is not an example of a web
browser?
A. Apple Pen C. Mozilla
Firefox
B. Google D. Opera
Chrome
What is the act of disguising as a
trustworthy person or company
that tries to get your info in the
form of a message or link via
email or instant message?
A. Computer C. Phishing
B. Computer D. Virus
user
Which of the following tracks
real-time activity of a user and
keeps a record of all the
keystrokes?
A. Antivirus C. Keylogger
B. Browser B. Worm
What HTML structure contains
everything you want to display on
the webpage?
A. Body C. Head
B. Comment D. Title
Which of the following tags refers
to an HTML root element and is
used to wrap all the code?
A. <a href> C. <head>
B. <body> D. <html>
Jungkook is about to save his
HTML code. What is an extension
name he needs to use in saving
his HTML code?
A. .html C. .pptx
B. .jpeg D. .xlxs
Which of the following tags is
used to italicize or slant the word
or a sentence?
A. <br> C. <pre>
B. <em> D. <strong>
What tag does Suga used to
highlight the word or a sentence?
A. <em> C. <pre>
B. <h1> D. <strong>
Which of the following is the
correct tag for a list item in
HTML?
A. <el></el> C. <ol></ol>
B. <li></li> D. <ul></ul>
Which of the following button
types submits the form data to
the server?
A. Pass C. Submit
B. Reset D. Type
Which of the following button
types resets all the controls to
their initial values?
A. Pass C. Submit
B. Reset D. Type
Which of the following HTML
input elements will display
bullets instead of characters?
A. Checkbox C. Password
B. Date D. Radio
Which of the following table
attribute is the end of the
table data tag?
A. <td> C. <td/>
B. </td> D. </td/>
Which of the following is used
to end the created table?
A. <table> C. <table/>
B. </table> D. </table/>
What browser do you usually
use on Android?
A. Apple Safari C. MS Explorer
& Edge
B. Google D. Opera
Chrome
Which of the following tracks the
real-time activity of a user and
keeps a record of all the
keystrokes? Stealing people’s
login credentials such as
username and password is a
powerful threat.
A. Antivirus C. Keylogger
B. Browser B. Worm
Jin needs to use code that
displays the title of an HTML
Page. What is it?
A. <a href> C. <html>
B. <body> D. <title>
Jungwon will create a horizontal
line and use to divide the page
into parts. What code will he use?
A. <br> C. <p>
B. <hr> D. <pre>
Sunghoon needs to use code that
displays an image on his
webpage. What is it?
A. <br> C. <img>
B. <hr> D. <pre>
Felip needs to use insert multi-
line plain text for his message
box. What is it?
A. Button C. Select
B. Input D. Textarea
Gwynne needs to include “Book”
as one of the data in the table.
What will be the correct tag?
A. C.
<td>Book<td> </td>Book</td>
B. D.
<td>Book</td> </td>Book<td>
William is looking for the meaning
of URL. Which of the following is
correct?
A. Unity Red Led C. Unified Reset
Link
B. Uniform D. No answer
Resource Locator
Which of the following has the
capability of recording everything
you press in your keyboard?
A. Anti-virus C. Key logger
B. Botnet D. Worm
William is practicing his page
development hobby. Which of the
following is the correct tag to be
included in his content?
A. <body> C. <html>
B. <head> D. All of the
above
Which of the following tags of
HTML defines preformatted
text?
A. <br> C. <p>
B. <hr> D. <pre>
DK is practicing his page development hobby.
Which of the following is the correct image tag
to be included in his content?
A. <img src = C. <img src
“picture.jpg” alt=”This ="C://Username/Picture
is my pet.”> /picture.jpg" alt="This
is my pet">
B. <img src = D. All of the above
“picture.jpg” alt=”This
is my pet”
width=”200px”
height=”150px”>
All HTML forms start and end with a
<form> element. Which of the
following example tags is correct?
A. C. <?
</form></form> form><form>
B. D.
<form></form> </form></form>
All HTML tables start and end with
a <table> element. Which of the
following example tags is correct?
A. C. <?
</table></table> table><table>
B. D.
<table></table> </table/></table
>
Which of the following steps on
printing bookmarked pages is
missing? Go to IE and select File -
>______________ -> Import from a file -
> Bookmarks and select the .html
file you exported earlier.
A. Download a C. Import &
file Export
B. Explore a file D. No answer
Benny is a computer technician
evaluating a very slow laptop, what
should he do to make the laptop load
faster?
A. Do full backup C. Buy another
one and copy old
files
B. Install anti- D. Clean for
virus viruses and delete
not important files
Title tag is one of the head
elements that displays the title of
the HTML Page. The tag begins with
<title> and ends with </title>.
Which part of the page you can
locate the title?
A. Address bar C. Close button
B. Body D. Title bar
Title tag is one of the head
elements that displays the title of
the HTML Page. The tag begins with
<title> and ends with </title>.
Which is the best example of it?
A. <title>My C. <title/>My
Webpage<title> Webpage<title/>
B. <title>My D. </title>My
Webpage</title> Webpage</title>
An emphasis tag is one of the HTML
text formatting that italicizes a word
or a sentence. Which is the best
example of it?
A. <br>Webpage C. <br>Webpage
B. D.
<em>Webpage</ </em>Webpage<
em> /em>
27.An unordered list tag is one of the HTML basics
that gives results in a bulleted list. Which is the
best example of it?

A. <ul> C. </ul/>
<li>Cooking</li> <li>Cooking</li>
<li>Driving</li> <li>Driving</li>
</ul> </ul/>
B. </ul> D. </ul>
<li>Cooking</li> <li>Cooking</li>
<li>Driving</li> <li>Driving</li>
</ul> </ul>

You might also like