wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

IT2 SHS 1st Quarter Exam

Total questions: 57

Worksheet time: 29mins

Name
Class
Date
1.

Which of the following best describes Misamis University’s Philosophy?

a)

To be the largest university in Mindanao

b)

To focus solely on local development

c)

To provide a nurturing, inclusive, innovative, transformative, and sustainable learning environment

d)

To train students in business and technology only

2.

What is the Vision of Misamis University?

a)

To be a globally-recognized institution of learning

b)

To develop entrepreneurship and innovation

c)

To promote cultural diversity and moral values

d)

To provide accessible education for all

3.

Which of the following is included in the Mission of Misamis University?

a)

Creating the largest alumni network in the Philippines

b)

Developing God-fearing, competent, adaptive, and service-oriented critical thinkers

c)

Producing highly technical graduates only

d)

Training athletes for international competitions

4.

Which of the following is NOT one of the Core Values of Misamis University?

a)

Compassionate

b)

Competitive

c)

Innovative

d)

Responsible

5.

Misamis University’s Goals include all of the following EXCEPT:

a)

Develop critical and innovative thinking skills

b)

Enhance resiliency and life skills

c)

Focus only on academic excellence without community engagement

d)

Promote social responsibility and environmental stewardship

6.

How does Misamis University promote unity and collaboration in the academic community?

a)

By engaging in spiritual, cultural, co-curricular, and extra-curricular activities

b)

By limiting students’ exposure to industry immersion

c)

By prioritizing only classroom learning

d)

By restricting extracurricular activities

7.

Which of the following objectives emphasizes real-world exposure for students?

a)

Conducting pure laboratory research only

b)

Exposing students to industry immersion, on-the-job training, and other related learning experiences

c)

Focusing on theoretical lectures only

d)

Limiting partnerships with industries

8.

Misamis University conducts research and extension initiatives mainly to:

a)

Compete with international universities

b)

Earn more revenue for the university

c)

Focus on global ranking

d)

Respond to the needs of stakeholders

9.

As a student, how can you apply Misamis University’s Core Value of Responsibility in daily life?

a)

By blaming groupmates for unfinished projects

b)

By relying only on teachers to remind you of tasks

c)

By submitting assignments late but with excuses

d)

By taking ownership of your tasks, meeting deadlines, and being accountable for your actions

10.

A group of students wants to create a community project promoting environmental stewardship. Which Misamis University principle are they applying?

a)

Core Value of Excellence only

b)

Goals

c)

Philosophy

d)

Vision

11.

Who invented the World Wide Web in 1989?

a)

Bill Gates

b)

Larry Page

c)

Steve Jobs

d)

Tim Berners-Lee

12.

What does HTML stand for?

a)

High-level Transfer Machine Language

b)

Hyper Transfer Markup Logic

c)

Hyperlinks and Text Management Language

d)

HyperText Markup Language

13.

Why are domain names important for web users?

a)

They allow users to access websites without typing IP addresses

b)

They prevent spam emails

c)

They reduce file size of web pages

d)

They replace the need for browsers

14.

If a company wants to restrict its website only to government agencies, which domain extension should it use?

a)

.com

b)

.gov

c)

.io

d)

.net

15.

You are asked to make a website for an educational institution. Which domain extension is most appropriate?

a)

.edu

b)

.gov

c)

.io

d)

.net

16.

You are creating a website portfolio. To enhance creativity and avoid plagiarism, which rule should you follow?

a)

Avoid templates and design your own

b)

Avoid using CSS

c)

Copy from existing sites

d)

Use free templates to save time

17.

You want to give your classmates feedback on their web design work without offending them. Which classroom rule applies?

a)

Communication

b)

Proactiveness

c)

Respect

d)

Time management

18.

If a student faces a family emergency that affects coursework, what should they do?

a)

Communicate with the teacher to apply for extenuating circumstances

b)

Copy a classmate’s work

c)

Drop the course immediately

d)

Skip class until the situation resolves

19.

Which tag is required in all HTML5 documents?

a)

<!DOCTYPE html>

b)

<html5>

c)

<link>

d)

<meta>

20.

Which element contains the visible content of a webpage?

a)

<title>

b)

<meta>

c)

<head>

d)

<body>

21.

How many heading levels does HTML5 provide?

a)

3

b)

6

c)

8

d)

10

22.

Which tag is used to create a hyperlink in HTML5?

a)

<a>

b)

<href>

c)

<link>

d)

<url>

23.

What attribute specifies the destination of a hyperlink?

a)

alt

b)

href

c)

link

d)

src

24.

Which two image formats are most common for web development?

a)

BMP and TIFF

b)

GIF and DOC

c)

PDF and PSD

d)

PNG and JPEG

25.

What attribute provides alternative text for images in HTML5?

a)

alt

b)

title

c)

text

d)

title

26.

Which element creates a list with bullet points?

a)

<dl>

b)

<li>

c)

<ol>

d)

<ul>

27.

Why is the DOCTYPE declaration important in HTML5 documents?

a)

It adds meta information for search engines

b)

It ensures the page renders in standards mode

c)

It makes the code shorter

d)

It speeds up the internet connection

28.

What is the purpose of comments in HTML5?

a)

To be displayed on the webpage

b)

To explain the code for readability

c)

To provide SEO keywords

d)

To speed up rendering

29.

Why is indentation of nested elements recommended?

a)

Browsers require indentation

b)

It changes the design of the page

c)

It promotes readability and shows document structure

d)

It reduces file size

30.

Why should width and height attributes be included in the <img> tag?

a)

To let browsers allocate space before loading

b)

To make images accessible

c)

To reduce image file size

d)

To validate HTML5 documents

31.

Why is the alt attribute crucial for images?

a)

It enlarges the image

b)

It helps increase SEO rankings

c)

It provides a text replacement for accessibility

d)

It speeds up loading

32.

What is the main difference between radio buttons and checkboxes?

a)

Checkboxes are visual, radios are not

b)

Checkboxes require JavaScript, radios don’t

c)

Only one radio button in a group can be selected

d)

Radio buttons are square, checkboxes are round

33.

Why should legacy elements like <hr> be avoided?

a)

CSS provides better formatting alternatives

b)

They are not supported in browsers

c)

They are too complex

d)

They cannot be validated

34.

How does the meta description element help a website?

a)

It encrypts sensitive data

b)

It helps search engines catalog and display site info

c)

It improves rendering speed

d)

It prevents HTML errors

35.

You want a webpage title to display in the browser tab. Which tag should you use?

a)

<h1>

b)

<head>

c)

<meta>

d)

<title>

36.

A developer wants to make “Google” link to google.com. Which is correct?

b)

<goto="google.com">Google</goto>

c)

<link href="google.com">Google</link>

d)

<url="google.com">Google</url>

37.

You need to create a table with 3 rows and 2 columns. Which element defines each row?

a)

<table>

b)

<td>

c)

<th>

d)

<tr>

38.

A student wants to create a dropdown for “Rating.” Which tag should they use?

a)

<input type="radio">

b)

<option>

c)

<select>

d)

<textarea>

39.

You want to add a line break in HTML text. Which tag should you use?

a)

<br>

b)

<hr>

c)

<lb>

d)

<p>

40.

If an image is not loading, but the text “Book Cover” appears instead, which attribute is responsible?

a)

alt

b)

path

c)

src

d)

title

41.

You want to create a numbered list of items. Which tag do you use?

a)

<li>

b)

<list>

c)

<ol>

d)

<ul>

42.

A user clicks a link and gets a "404 error." What does it mean?

a)

The browser has crashed

b)

The page has a syntax error

c)

The page is under maintenance

d)

The server cannot find the requested page

43.

You want to make text bold in HTML5. Which tag is appropriate?

a)

<bld>

b)

<bold>

c)

<em>

d)

<strong>

44.

If a paragraph should display “Welcome to HTML5!”, which tags should surround it?

a)

<body> and </body>

b)

<div> and </div>

c)

<h1> and </h1>

d)

<p> and </p>

45.

A webpage displays © 2025. Which code correctly produces the copyright symbol?

a)

&copy;

b)

&csym;

c)

&rights;

d)

&sign;

46.

You need to include a client’s email link. Which is correct?

a)

<a href="contact.html">email</a>

c)

<a id="email">client@example.com</a>

d)

<email="client@example.com">Email</email>

47.

A teacher wants students to check multiple options for “Things You Liked.” Which input type should be used?

a)

button

b)

checkbox

c)

radio

d)

select

48.

If only one selection is allowed (e.g., “How did you get to our site?”), which input type is used?

a)

checkbox

b)

dropdown

c)

radio

d)

select

49.

A developer wants to create a password field where characters are hidden. Which input type should be used?

a)

<input type="hidden">

b)

<input type="password">

c)

<input type="secure">

d)

<input type="text">

50.

You want to make an image act as a clickable link to another webpage. How should it be coded?

a)

<a link="image.jpg">page.html</a>

b)

<a src="page.html"><img src="image.jpg"></a>

c)

<img href="page.html">

d)

<img src="page.html">

51.

A company wants to list its products in a structured format with rows and columns. Which element is best suited?

a)

<div>

b)

<p>

c)

<table>

d)

<ul>

52.

You want to display “H2O” correctly in HTML. Which tags should you use?

a)

<H2O>

b)

H<sub>2</sub>O

c)

H<sup>2</sup>O

d)

H2<O>

53.

A website needs to display a numbered outline with subpoints (nested lists). Which should be used?

a)

<h1> with <p>

b)

<ol> with nested <ul>

c)

<table> with <li>

d)

<ul> with nested <table>

54.

You want to create a bulleted list of favorite websites with each item being clickable. Which is the best structure?

a)

<a><ul><li>Site</li></ul></a>

b)

<li><a>Site</a></li>

c)

<ol><p>Site</p></ol>

d)

<ul><li><a href="...">Site</a></li></ul>

55.

What is a correct HTML markup for the document type declaration?

a)

<!DOCTYPE html>

b)

DOCTYPE html;

c)

--DOCTYPE html;

56.

True or False. Empty elements must have a close tag.

a)

True

b)

False

57.

Which of the following is a correct syntax for using an HTML attribute?

a)

<img src='img_girl.jpg'>

b)

<img src('img_girl.jpg')>

c)

<img src:'img_girl.jpg'>