wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

First Periodic Test in TLE 7- ICT

Total questions: 49

Worksheet time: 37mins

Name
Class
Date
1.

Which tool does a computer programmer use to write codes and create software?

a)

Java

b)

Microsoft Word

c)

Paint

d)

Powerpoint

2.

Miguel likes fixing computers and installing programs. What business is best for him?

a)

Art Gallery

b)

Call Center

c)

Computer Repair Shop

d)

Online Selling

3.

Liza designs posters and loves drawing using the computer. What job fits her most?

a)

Call Center Agent

b)

Graphic Artist

c)

Hardware Engineer

d)

Network Technician

4.

What is the best way for schools to help students learn more about ICT careers?

a)

Buy more books for history.

b)

Give free lunch.

c)

Invite sports coaches.

d)

Offers ICT training and workshop.

5.

What ICT job is best for someone who loves drawing and designing posters on a computer?

a)

Network Engineer

b)

Software Technician

c)

Telecom Agent

d)

Visual Artist

6.

Sarah wants to create a website where people can buy clothes online. Who can help her?

a)

Computer Programmer

b)

Sales Clerk

c)

Telecom Agent

d)

Visual Artist

7.

What ICT trend helps students improve their writing and answer schoolwork questions using a chatbot?

a)

AI in Education

b)

Blockchain

c)

Gamification

d)

GPS tracking

8.

What ICT tool can teachers use to let students “experience” lessons like virtual field trips or space tours?

a)

AR/VR

b)

Bigdata

c)

Digital Records

d)

Online Learning

9.

Which ICT trend allows students to study using short video lessons and flashcards on mobile application?

a)

AR Simulator

b)

Cloud Computing

c)

Gamification

d)

Nano Learning

10.

Which ICT trend helps track steps, speed, and location using fitness apps?

a)

Cloud Computing

b)

Gamification

c)

GPS in Healthcare

d)

Nano Learning

11.

What ICT trend allows businesses to use AI chatbots to answer customers without needing a person?

a)

Ai and Automation

b)

Cloud Backup

c)

Gamification

d)

Virtual Reality

12.

Sindaleño needs to go to school but doesn’t have her own vehicle. He opens an app on her phone to book a motorcycle ride through Angkas. What ICT trend is he using?

a)

Cloud Computing

b)

Gamification

c)

MaaS ( Mobility as a Service)

d)

Nano Learning

13.

What trait does Mark show when he thinks of new ways to improve his app and tries tools that no one has used yet?

a)

confident

b)

innovative

c)

problem solver

d)

visionary leader

14.

What quality helps Mr. Fernandino keep going even after his business fails, showing he learns and tries again?

a)

critical thinker

b)

risk taker and resilient

c)

tech-savy

d)

visionary leader

15.

Which trait is most important when facing and solving difficult problems in a tech business?

a)

adaptable

b)

focused

c)

problem solver

d)

resilient

16.

Who is the Filipino engineer that invented chips to make computers faster and created the Windows Graphics accelerator?

a)

Bill Gates

b)

Dennis Anthony Uy

c)

Diosdado Banatao

d)

Steve Jobs

17.

What trait is shown by Miguel, who leads a tech company with strong direction and inspires his team daily?

a)

adaptable

b)

creative and critical thinker

c)

problem solver

d)

visionary leader

18.

Who is known for starting Microsoft, creating Windows, and helping others through charity work?

a)

Bill Gates

b)

Dennis Anthony Uy

c)

Diosdado Banatao

d)

Steve Jobs

19.

Anna feels pain in her back after working on the computer for hours. What should she do to prevent this next time?

a)

Just ignore the pain.

b)

Sit on the floor.

c)

Use an ergonomic chair and adjust her posture.

d)

Work without breaks.

20.

A computer station has tangled cables under the table. What should be done to avoid accidents?

a)

Hide the cables under a rug.

b)

Leave the cables as is.

c)

Organize and secure the cables properly.

d)

Step over the cables carefully.

21.

During an emergency, why is it important to know where the fire exit is?

a)

to go out and get fresh air

b)

to help save files before escaping

c)

to lock the door

d)

to leave the room quickly and safely

22.

How can ICT companies reduce psychosocial risks for their workers?

a)

Add more passwords.

b)

Give more deadlines.

c)

Offer mental health support and allow work breaks.

d)

Remove all computers.

23.

Why is it important to sit properly while using a computer?

a)

to avoid using too much electricity

b)

to look good in front of others

c)

to prevent back and neck pain

d)

to work faster

24.

Which of the following is an environmental risk in an ICT workplace?

a)

eye strain from screens

b)

long working hours

c)

messy electrical wiring

d)

too much typing

25.

Which number system uses only the digits 0 and 1?

a)

Binary

b)

Decimal

c)

Hexadecimal

d)

Octal

26.

What is the base of the decimal number system?

a)

base-2

b)

base-8

c)

base-10

d)

base-16

27.

Which number system is commonly used by humans in everyday life?

a)

Binary

b)

Decimal

c)

Hexadecimal

d)

Octal

28.

How many symbols are used in the hexadecimal number system?

a)

2

b)

8

c)

10

d)

16

29.

A student creates a table comparing the decimal, binary, and hexadecimal systems. Which of the following shows correct matching of base values?

a)

decimal (base-8), binary (base-16), hex (base-2)

b)

decimal (base-2), binary (base-10), hex (base-8)

c)

decimal (base-16), binary (base-8), hex (base-10)

d)

decimal (base-10), binary (base-2), hex (base-16)

30.

A programmer prefers hexadecimal over binary when reading memory addresses. Why is that?

a)

It looks cooler.

b)

It’s faster to type.

c)

It helps convert to decimal easier.

d)

It helps convert to binary number easier.

31.

What is the binary equivalent of decimal number 6?

a)

0110

b)

1001

c)

1010

d)

1110

32.

What is the decimal equivalent of binary 1001?

a)

7

b)

8

c)

9

d)

10

33.

What is the hexadecimal equivalent of binary 1111?

a)

A

b)

D

c)

E

d)

F

34.

Which of the following is the correct step-by-step result when converting decimal 13 into binary?

a)

13÷2 = 5 r1 → 5÷2 = 2 r1 → 2÷2 = 1 r0 → binary: 1011

b)

13÷2 = 7 r1 → 7÷2 = 3 r1 → 3÷2 = 1 r1 → binary: 1111

c)

13÷2 = 6 r1 → 6÷2 = 2 r1 → 2÷2 = 1 r0 → 1÷2 = 0 r1 → binary: 1101

d)

13÷2 = 6 r1 → 6÷2 = 3 r0 → 3÷2 = 1 r1 → 1÷2 = 0 r1 → binary: 1101

35.

A binary number 110110 is grouped as 011 011. What is the correct octal conversion?

a)

33

b)

53

c)

55

d)

66

36.

Which software allows you to create, edit, save, and print documents?

a)

Database

b)

Presentation

c)

Spreadsheet

d)

Word Processing

37.

The feature that separates content between pages in a document is called:

a)

Citation

b)

Footnote

c)

Page break

d)

Table of Contents

38.

What is the main function of a Table of Contents (TOC) in a document?

a)

displays page breaks

b)

helps readers navigate the document

c)

shows spelling errors

d)

stores files

39.

What is the purpose of using references in a report or research?

a)

to add more fonts

b)

to change document color

c)

to entertain the reader

d)

to give credit to sources

40.

You want to send 100 personalized letters with different names and addresses. Which feature should you use?

a)

Mail Merge

b)

Page Layout

c)

Table of Contents

d)

Templates

41.

What is the main purpose of presentation software?

a)

to browse the internet

b)

to create visual slides for presenting

c)

to edit videos

d)

to manage databases

42.

Which tab in presentation software contains the motion paths feature?

a)

Animations

b)

Design

c)

Insert

d)

Transitions

43.

In the animations tab, which option lets you create custom object movements?

a)

Hyperlink

b)

Layout

c)

Motion paths

d)

Recolor

44.

You want to create a quiz where clicking the correct answer brings the user to the next slide. Which feature should you use?

a)

Background Format

b)

Insert Picture

c)

Hyperlink

d)

Motion Path

45.

A teacher wants to let students click on icons that will open websites during the presentation. What should she insert?

a)

Action Buttons

b)

Font Styles

c)

Hyperlinks to Websites

d)

Image Filters

46.

Which of the following is an example of open-source spreadsheet software?

a)

Adobe Acrobat

b)

Google Docs

c)

Libreoffice Calc

d)

Microsoft excel

47.

What is the main function of spreadsheet software?

a)

editing photos

b)

organizing and analyzing data

c)

presenting slides

d)

storing audio files

48.

You want a spreadsheet to highlight any sales value below the monthly average. What feature should you use?

a)

Data Bars

b)

Custom Conditional Formula

c)

Font Color

d)

Insert Table

49.

If your teacher asks you to track budget data and automatically highlight top 5 expenses, which built-in conditional formatting rule would help?

a)

Data Bars

b)

Top/Bottom rules

c)

Icon Sets

d)

Vlookup