wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

First Quarter Exam in T.L.E. 7- ICT

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

Ehllen is a 3D animator looking to work on creating virtual characters and environments for movies and video games. Which ICT sector should Ehllen focus on to find career opportunities that align with her expertise?

a)

CSS

b)

Programming

c)

Telecommunication

d)

Visual Arts

2.

Pearl is an animator who is considering her possibilities for a future in the video game industry. Her goal is to integrate real-time rendering technology with her animation expertise. Which role would she be most suitable for?

a)

Business Analyst

b)

Cloud Engineer

c)

Game Animator

d)

Network Administrator

3.

Alfred is an expert in visual effects and 3D modeling. He is thinking about starting his own company. In the ICT area, which of the following represents the most promising business prospect for him?

a)

Develop Cybersecurity and Anti-Hacking Software

b)

Launch an E-commerce Website for Animated Products

c)

Open a Website and Content Page Hosting Service

d)

Start a 3D Animation Studio for Films & Advertising

4.

Athena is a passionate animator who aims to develop intelligent virtual avatars by fusing animation and artificial intelligence (AI). Which ICT industry should she look into to see if any jobs fit this interest?

a)

Augmented Reality and Virtual Reality

b)

Artificial Intelligence and Machine Learning

c)

Networking and Infrastructure

d)

Cloud Computing

5.

Charles is looking for opportunities for a freelancing career. He wants to produce material for marketing campaigns and has motion graphic skills. For his skills, which ICT industry would be the most profitable?

a)

Digital Marketing

b)

Software Development

c)

Telecommunication

d)

Blockchain Technology

6.

Decentralized finance and safe digital transactions are the two main business ideas that Aaron is interested in developing. What is the ICT trend he ought to research?

a)

Blockchain Technology

b)

Internet of Things

c)

Machine Learning

d)

Pure Robotics

7.

Which business model is commonly used by superapps?

a)

Freemium model with in-app advertisements for additional revenue.

b)

Subscription-only model for each service separately.

c)

Offering a wide range of integrated services with multiple revenue streams

d)

Retail-only model focused on brick-and-mortar stores.

8.

One of the key challenges in the ICT industry is cybersecurity threats. Which of the following is a major cybersecurity issue that can negatively impact ICT development?

a)

Insufficient network bandwidth

b)

Increased use of firewalls

c)

Data breaches and hacking

d)

High electricity costs

9.

Who is the Filipino vlogger and entrepreneur who co-founded Tier One Entertainment, an e-sports and gaming talent agency, and is also a well-known gamer, cosplayer, and content creator?

a)

Mikey Bustos

b)

Alodia Gosiengfiao

c)

Nix Nolledo

d)

Raffy Tulfo

10.

Which of the following statements accurately describes Heart Evangelista's involvement in the ICT industry in the Philippines? Heart Evangelista is

a)

Known for founding a tech startup specializing in blockchain technology.

b)

An influential person in launching a major e-commerce platform for technology products.

c)

Recognized for her work in developing mobile applications related to technology.

d)

A successful fashion icon and content creator who has ventured into digital entrepreneurship.

11.

Corraine has started a new business selling eco-friendly products. She develops a unique packaging design to stand out from competitors and creates a marketing campaign that uses interactive online tools. What quality is Corraine demonstrating?

a)

creativity

b)

empathy

c)

knowledge

d)

passion

12.

Alodia notices that her product is popular among young adults, so she develops a personalized marketing campaign tailored to their preferences and creates exclusive offers. What quality does Alodia show?

a)

open-minded

b)

risk-taking

c)

social skills

d)

value customer

13.

In organizing an ICT environment using the 5S methodology, which step involves removing unnecessary items and clutter from the workspace?

a)

Set

b)

Shine

c)

Sort

d)

Standardize

14.

Which of the following situations manifests the proper storing of tools?

a)

Cejie stores all his CSS tools without cleaning them.

b)

Melben organizes his CSS tools with a label.

c)

Miguel put his CSS tools anywhere in his laboratory.

d)

Dodong leaves all his CSS tools unattended.

15.

Which of the following best describes the binary number system? A number system that uses,

a)

0 to 9

b)

0 to 7

c)

0 to 1

d)

0 to 15

16.

How many unique digits are used in the octal number system?

a)

2

b)

8

c)

10

d)

16

17.

Which of the following best describes the hexadecimal number system?

a)

A number system that uses 0-9

b)

A number system that uses 0-7

c)

A number system that uses 0-1

d)

A number system that uses 0-9, A-F

18.

In converting decimal numbers to binary, what number is being used to divide the decimal number?

a)

2

b)

8

c)

10

d)

16

19.

Change the decimal number 17 to its binary equivalent.

a)

00001001

b)

00010100

c)

00010001

d)

00010010

20.

What is the decimal number equivalent of the binary number 00011101?

a)

26

b)

27

c)

28

d)

29

21.

In converting decimal numbers to binary there are rules to follow to derive the correct answer. Arrange the steps in converting decimal numbers to binary below.

      1. Write the quotient and the remainder

2. Divide the decimal number by 2.

   3. Bring down the quotient and divide it by 2 again.

      4. Repeat steps 2 and 3 until you get a quotient of 0.

      5. Read the values of the remainder from the bottom to the top.

      6. Add zeros to the left to make it 8 digits.

a)

2-1-3-4-5-6

b)

2-1-4-3-5-6

c)

2-1-3-5-4-6

d)

2-1-4-5-3-6

22.

What number is divided by the decimal number when converting to octal?

a)

2

b)

8

c)

10

d)

16

23.

What is the octal representation of the decimal number 125?

a)

135

b)

145

c)

165

d)

175

24.

What is the decimal representation of the octal number 33?

a)

27

b)

28

c)

29

d)

30

25.

What is the first step in converting a hexadecimal number to decimal?

a)

Convert each hexadecimal digit to its binary equivalent.

b)

Determine the decimal value of each digit.

c)

Multiply each hexadecimal digit by its positional value.

d)

Add up the binary values of each digit.

26.

When converting the hexadecimal number 2F to decimal, which positional value is used for the hexadecimal digit 2?

a)

160

b)

161

c)

162

d)

163

27.

In the conversion of hexadecimal A3 to decimal, what is the decimal value of the hexadecimal digit A?

a)

10

b)

11

c)

12

d)

13

28.

What is the decimal representation of the hexadecimal number 3B?

a)

59

b)

60

c)

61

d)

62

29.

To convert the hexadecimal number 7E to decimal, which of the following calculations is correct?

a)

(7×160)+(E×161)

b)

(7×161)+(E×160)

c)

(E×160)+(7×161)

d)

(E×161)+(7×160)

30.

Jassie wants to apply a specific font style and size to her entire document. Which ribbon tab contains the tools she needs for this task?

a)

Design

b)

Home

c)

Layout

d)

Review

31.

Marie needs to insert a table of contents at the beginning of her document that will automatically update as she adds or removes sections. Which ribbon tab should she use?

a)

Home

b)

Insert

c)

References

d)

Review

32.

When inserting a Table of Contents in a document, what is required to ensure that the Table of Contents updates correctly with the document's headings?

a)

using the heading styles

b)

manually typing the headings

c)

inserting a table from the insert tab

d)

using the find and replace tool

33.

Jeffrey is creating a document with multiple sections and wants to insert a page break so that a new chapter starts on a new page. Where can he find the Page Break option in Microsoft Word?

a)

Home

b)

Insert

c)

References

d)

View

34.

Yuri is working on a long document and needs to start a new appendix section at the end of his current page. Which feature should he use to ensure the appendix starts on a new page?

a)

column break

b)

line break

c)

page break

d)

text break

35.

Chryselle wants to ensure that the Table of Contents appears at the beginning of her document and does not get affected by text changes later. Which method should she use?

a)

Insert a Page Break before the Table of Contents

b)

Manually add extra spaces before the Table of Contents

c)

Use Section Breaks

d)

Change the Page Orientation

36.

Asher is editing a document and finds that a page break inserted at the wrong place is causing layout issues. How can he remove this incorrect page break?

a)

Use the Undo button from the quick access toolbar

b)

Delete the page break directly from the document

c)

Adjust the page margins from the page layout tab

d)

Reapply the page break correctly in the document

37.

Which animation effect controls how the objects or text enters or is shown on a slide?

a)

motion path

b)

emphasis

c)

exit

d)

entrance

38.

Mykhaela needs to ensure that her presentation can be viewed clearly in a large conference room. What should she focus on to achieve this?

a)

Use small font sizes to fit more content on each slide

b)

Choose a large font size and high-contrast colors for text and background

c)

Add intricate details and fine print to make the slides informative

d)

Use a lot of text and minimize the use of visuals to save space

39.

How can hyperlinks improve audience engagement during a live presentation?

a)

By allowing real-time access to additional information and interactive content

b)

By adding random animations to keep the audience entertained

c)

By increasing the number of slides in the presentation

d)

By using inconsistent slide layouts to maintain interest

40.

 Freiah is designing an interactive presentation and wants a button to return her to the main menu slide from any other slide. How can she use action buttons to accomplish this?

a)

Create an Action Button that links to the main menu slide 

b)

Add a hyperlink to each slide that links back to the main menu

c)

Apply a transition effect that returns to the main menu

d)

Insert a new main menu slide at the end of the presentation

41.

Which feature in Excel allows you to apply different formatting styles to cells based on the content within those cells?

a)

Text to Columns

b)

Conditional Formatting

c)

Data Validation

d)

Sparklines

42.

Which feature of conditional formatting allows you to highlight cells that contain values greater than a specific number?

a)

data bars

b)

color scales

c)

highlight cell rules

d)

icon sets

43.

How do spreadsheets support decision-making in business?

a)

They help design brochures and flyers.

b)

They allow businesses to analyze data trends

c)

They assist with logo design and marketing

d)

They help edit video files and data analysis.

44.

Which of the following statements is true about conditional formatting in Excel?

a)

Conditional formatting can only be applied to numeric data.

b)

Conditional formatting helps visually differentiate data based on specified criteria.

c)

Conditional formatting does not support custom formulas.

d)

Conditional formatting automatically converts text data to numerical format.

45.

Caleb notices that the server room has many cables running across the floor causing too many trips and falls accident cases report. Which of the following caution signs should Caleb put in that area?

a)

b)

c)

d)

46.

Cyrus needs to adjust the margins and page orientation for his document to fit it properly for printing. Which ribbon tab should he use for these settings?

a)

Home Tab

b)

Insert Tab

c)

Layout Tab

d)

References Tab

47.

What productivity tool should you use if you want to create a presentation  of your report in Scientific Models?

a)

MS Word

b)

MS PowerPoint

c)

MS Excel

d)

MS Publisher

48.

Anthony has been asked to present his project. He wants to make sure his slides have an action button to make them more dynamic and interactive. What action button should Anthony insert in his slide to go back to the main page of his slide presentation?

a)

b)

c)

d)

49.

You want to visually represent grade data in Excel by showing a bar inside each cell, proportionate to the value. Which conditional formatting feature would you use?

a)

b)

c)

d)

50.


During a team meeting, Aiden notices that the office's fire extinguishers and first aid kits are not easily accessible or well-maintained. What should Aiden do to ensure safety in the workplace?


a)

Assume that someone else will take care of it and continue with the meeting

b)

Inform the facilities management team about the accessibility issues

c)

Ignore the issue as it’s unrelated to his job responsibilities

d)

Postpone all meetings until the safety equipment is updated