wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Summative Test

Total questions: 70

Worksheet time: 1hrs 26mins

Name
Class
Date
1.

A city government uses Geographic Information Systems (GIS) for infrastructure planning and budget allocation reports for the city council. Which IS component is best represented by the systematic steps taken to determine which roads to prioritize based on pre-defined traffic flow metrics?

a)

A. Hardware

b)

B. Data

c)

C. Processes

d)

D. People

2.

If a multinational corporation connects its offices in Manila, Singapore, and Sydney using leased telecommunication lines to facilitate large-scale data exchange, this forms a prime example of a:

a)

Local Area Network (LAN)

b)

Internet of Things (IoT)

c)

Embedded System

d)

Wide Area Network (WAN)

3.

A computer engineering student is focused on designing a microcontroller for an IoT-enabled weather monitoring system. Which computing domain is most centrally aligned with this task?

a)

Computer Science (CS)

b)

Information Systems (IS)

c)

Information Technology (IT)

d)

Computer Engineering (CE)

4.

A Quipu used knotted strings to track census data and calendars in the Inca Empire. This system is historically significant because it demonstrated an early method for:

a)

Using differential gears for navigation.

b)

Performing all four basic arithmetic operations mechanically.

c)

Storing and representing non-numeric data.

d)

Automating textile production via programmability.

5.

The Analytical Engine designed by Charles Babbage contained components labeled the ‘mill’ and the ‘store’. These components correspond most closely to which modern computer components, respectively?

a)

Input/Output

b)

Network/Software

c)

Processor/Memory

d)

Data/Processes

6.

Which characteristic differentiates an Embedded System from a standard Personal Computer (PC)?

a)

Embedded systems are designed for multi-user support.

b)

Embedded systems are primarily general-purpose.

c)

Embedded systems are purpose-built and resource-constrained.

d)

Embedded systems operate under the control of instructions stored in their own memory.

7.

A collection of raw temperature readings (e.g., 23oC, 75oF) is categorized as:

a)

Information

b)

Process

c)

Network

d)

Data

8.

Which role within the Information Systems (IS) domain is specifically focused on bridging the gap between business needs and technical solutions?

a)

Backend Developer

b)

Network Administrator

c)

Business Systems Analyst

d)

AI Researcher

9.

The Antikythera Mechanism is often called the world’s first analog computer because it used over 30 bronze gears to model and predict:

a)

Binary arithmetic operations.

b)

The principles of modern computer architecture.

c)

The movements of the Sun, Moon, and planets.

d)

Complex polynomial calculations.

10.

The fundamental dynamic process of computing is best defined by its goal to:

a)

Exclusively focus on developing theoretical algorithms.

b)

Only handle large numerical calculations.

c)

Leverage technology to process, manage, and analyze data to solve problems or accomplish specific tasks.

d)

Manage the relationship between input devices and output devices.

11.

The ACM Code of Ethics specifically outlines that computing professionals should avoid harm and respect privacy.

a)

True

b)

False

12.

Mobile devices are primarily defined by their lack of reliance on battery power, allowing for extended usage compared to PCs.

a)

True

b)

False

13.

Alan Turing’s work primarily focused on the commercial success of mechanical calculators, such as the Arithmometer.

a)

True

b)

False

14.

A server is designed for single-user focus and general-purpose tasks, similar to a laptop.

a)

True

b)

False

15.

According to the sources, the "People" component is arguably the most critical part of any information system, as human creativity and problem-solving drive its overall effectiveness.

a)

True

b)

False

16.

Information is defined as raw, unprocessed facts, figures, and symbols that lack inherent meaning.

a)

True

b)

False

17.

Edge devices increase latency by sending all raw data to a centralized cloud server for processing before providing a control response.

a)

True

b)

False

18.

Jacquard’s Loom was revolutionary because it used gears and wheels for automatic calculations, much like the Pascaline.

a)

True

b)

False

19.

The ACM provides access to millions of publications, networking opportunities, and sets ethical standards for the profession.

a)

True

b)

False

20.

The process of streaming a movie from Netflix relies solely on Local Area Network (LAN) connectivity without requiring a Wide Area Network (WAN) infrastructure.

a)

True

b)

False

21.

A CPU is running a calculation involving binary addition: 1+1+11 + 1 + 1 . What is the resultant digit and the value carried to the next higher bit?

a)

Result 0, Carry 0

b)

Result 0, Carry 1

c)

Result 1, Carry 1

d)

Result 1, Carry 0

22.

Convert the decimal number 251025_{10} to its Binary equivalent.

a)

101012

b)

110002

c)

110112

d)

110012

23.

To convert the Octal number 7528752_8 to Binary, each digit must be replaced by its equivalent 3-bit binary sequence. Which sequence correctly represents 7528752_8 ?

a)

1101010102

b)

1111100102

c)

1111010102

d)

0101011112

24.

If Input A = 1 and Input B = 0 are applied to a NOR Gate, what is the resulting output?

a)

1

b)

0

c)

A

d)

B

25.

A computer system has a RAM chip labeled 16K16K times 88 . If 8 bits equals 1 byte, what is the total memory size of this ROM chip in Kilobytes (KB)? (Using the formula: 16K locations×(8 bits/8)=16K bytes16K \text{ locations} \times (8 \text{ bits}/8) = 16K \text{ bytes} )

a)

8 KB

b)

32 KB

c)

16 KB

d)

64 KB

26.

In the CPU, which high-speed storage area is designated specifically to hold the memory location of data that needs to be accessed during processing?

a)

Program Counter (PC)

b)

Accumulator (AC)

c)

Current Instruction Register (CIR)

d)

Memory Address Register (MAR)

27.

A memory system operates with a Cache Hit Rate of 90% (0.9), a Cache Access Time of 2 ns, and a Miss Penalty (main memory access) of 100 ns. What is the calculated Average Memory Access Time (AMAT)?

a)

10.2 ns

b)

9.8 ns

c)

11.8 ns

d)

12 ns

28.

Binary subtraction includes the rule 01=10 - 1 = 1 . What must accompany this result?

a)

Carrying a 1 to the next higher bit.

b)

Borrowing 1 from the next higher bit.

c)

Writing a 0 in the result.

d)

Skipping the operation.

29.

To successfully convert a large binary number like 11110000211110000_2 to its Hexadecimal equivalent, you must group the bits into sets of four. What are the positional weights (R) used to determine the value of each 4-bit group?

a)

421

b)

8421

c)

16, 8, 4, 2

d)

10n10^n

30.

Which input device is designed specifically to capture audio data for recording or communication?

a)

Webcam

b)

Joystick

c)

Graphics Tablet

d)

Microphone

31.

The Boolean expression ABA \cdot B represents the function of an OR gate.

a)

True

b)

False

32.

If the Average Memory Access Time (AMAT) is measured at 12 ns, the Cache Access Time is 2 ns, and the Miss Penalty is 80 ns, the calculated cache hit rate is approximately 87%.

a)

True

b)

False

33.

Binary multiplication is simpler than decimal multiplication because the multiplier digits can only be 0 or 1, requiring only shifting and subsequent addition of partial products.

a)

True

b)

False

34.

Hexadecimal uses digits 0-9 and letters A-F, where the letter F represents the decimal value 16.

a)

True

b)

False

35.

RAM (Random Access Memory) is defined as being non-volatile, meaning data is retained even when power is removed. True or False?

a)

True

b)

False

36.

The Arithmetic Logic Unit (ALU) performs logical operations such as comparing numbers, letters, or special characters.

a)

True

b)

False

37.

To convert the decimal number 17010170_{10} to octal, the division process involves dividing by 16 repeatedly. True or False? (Decimal to Octal requires repeated division by 8).

a)

True

b)

False

38.

A physical device that implements a Boolean logical function on one or more binary inputs to produce a single binary output is fundamentally defined as a Logic Gate.

a)

True

b)

False

39.

The Control Unit (CU) is responsible for executing all arithmetic and logical operations within the CPU.

a)

True

b)

False

40.

When converting the hexadecimal number 3F163F_{16} to its octal equivalent, the first required step is to convert the hex digits into 4-bit binary numbers using the 8421 method.

a)

True

b)

False

41.

A user needs to ensure that the cell reference $A10 in an Excel formula does not change its column (A) but allows its row (10) to update if the formula is copied vertically or horizontally. Which reference should be used?

a)

A. A10

b)

B. $A10 (Absolute column, relative row)

c)

C. A$10

d)

D. $A$10

42.

A large business must deploy software that manages resources like CPU, memory, and storage, handling low-level operations, and booting the system. This foundational software type is known as:

a)

Application Software

b)

Firmware

c)

Utility Software

d)

System Software

43.

Which core function of an Operating System is specifically achieved through mechanisms like paging and swapping to prevent application conflicts?

a)

Process Management

b)

Device Management

c)

File System Management

d)

Memory Management

44.

A student is drafting a report in MS Word and applies Heading 1 style to all chapter titles. Why is applying these styles a critical step beyond just visual appeal?

a)

It allows the quick insertion of footnotes and endnotes.

b)

It enables the use of the Mail Merge feature.

c)

It automatically allows the software to generate a Table of Contents (TOC).

d)

It ensures the document is saved in .docx format.

45.

A Windows user runs Storage Sense to automatically clear old files and uses the Defragment and Optimize Drives tool. These functions fall under which software category?

a)

System Software (Operating System)

b)

Application Software (Productivity)

c)

Utility Software

d)

Firmware

46.

In MS Excel, the formula =IF(A1>50, "Pass", "Fail") is categorized as which type of formula concept?

a)

Arithmetic

b)

Aggregation

c)

Concatenation

d)

Conditional logic

47.

A specific security function of the OS includes Authentication and Access Control. This capability relies on:

a)

File system encryption (e.g., BitLocker)

b)

The use of sandboxing to isolate applications.

c)

User accounts with passwords, biometrics, and role-based permissions.

d)

Automatic security updates to fix zero-day exploits.

48.

Which MS Word feature uses an Excel recipient list to create personalized letters or documents in bulk?

a)

Track Changes

b)

Bibliography manager

c)

Styles and Themes

d)

Mail Merge

49.

The key mechanism used by Antivirus software that involves analyzing the behavior of software to detect previously unknown threats is called:

a)

Signature-based detection

b)

Real-time protection

c)

Firewall integration

d)

Heuristics

50.

A small program acting as a translator, enabling the Operating System to "speak" to a specific peripheral device like a graphics card or a mouse, is known as a:

a)

Utility

b)

Firmware

c)

Driver

d)

Process scheduler

51.

A debt collector sells a list of clients, including their addresses and outstanding amounts, to a marketing firm without the debtors' consent. Under R.A. 10173, this is a clear case of:

a)

Negligent Imposition

b)

Illegal Access

c)

Unauthorized Processing

d)

Cyber-squatting

52.

A company's AI hiring tool consistently flags resumes that include phrases related to women's organizations, due to its training data containing a historical bias against female candidates. This scenario is an example of:

a)

Displacement

b)

Cyberbullying

c)

Algorithmic Bias

d)

Digital Divide

53.

A user submits a request to a school registrar to remove or delete outdated and irrelevant personal records, such as old medical history not needed for current enrollment. This aligns with which right of the Data Subject under R.A. 10173?

a)

Right to Access

b)

Right to Object

c)

Right to Data Portability

d)

Right to Erasure/Blocking

54.

The action of taking another person’s work or ideas and passing them off as one’s own without proper credit is strictly defined as which type of violation?

a)

Piracy

b)

Illegal Interception

c)

Plagiarism

d)

Computer-related Forgery

55.

The ACM Code of Ethics specifically mandates that computing professionals must prioritize which fundamental goal?

a)

Maximize the use of proprietary software.

b)

Develop faster processing algorithms.

c)

Contribute to society and human well-being and avoid harm.

d)

Promote centralized, non-distributed systems.

56.

According to Virginia Shea’s Core Rules of Netiquette, if you encounter an aggressive, emotional message (flame), the appropriate response is to adhere to Rule 7 by:

a)

Reporting the person immediately.

b)

Matching their intensity to assert dominance.

c)

Staying calm and focusing on the point instead of attacking the person.

d)

Forwarding the message to respected colleagues for validation.

57.

A doctor uses an AI-assisted diagnostic tool to analyze X-rays more accurately. This technological impact is best classified as:

a)

Automation

b)

Displacement

c)

Augmentation

d)

New creation

58.

Which term describes the entity (e.g., your bank or your school) that determines the "why" and "how" personal data is collected and processed under the Data Privacy Act?

a)

Data Subject

b)

Personal Information Processor (PIP)

c)

National Privacy Commission (NPC)

d)

Personal Information Controller (PIC)

59.

The hazard associated with the E-Waste Crisis is primarily due to the fact that discarded electronics contain:

a)

Volatile memory chips that self-destruct.

b)

Excess packaging waste (plastics).

c)

Toxic materials like lead, mercury, and cadmium.

60.

Which core principle of Digital Citizenship is defined as "The ability to find, evaluate, create, and communicate information using digital technologies"?

a)

Digital Etiquette

b)

Digital Commerce

c)

Digital Security

d)

Digital Literacy

61.

The Cybercrime Prevention Act (R.A. 10175) is concerned primarily with Privacy (how data is collected and used), while the Data Privacy Act (R.A. 10173) is concerned with Security (how data is attacked).

a)

True

b)

False

62.

The phenomenon of the "pull-to-refresh" mechanism on social media is intentionally designed to trigger FOMO (Fear of Missing Out) and operates based on the concept of variable rewards, similar to a slot machine.

a)

True

b)

False

63.

Piracy is defined primarily as an ethical or academic violation, whereas plagiarism is categorized as an illegal or criminal violation.

a)

True

b)

False

64.

Sensitive Personal Information includes details like names, addresses, and phone numbers, and requires the same level of protection as general personal information.

a)

True

b)

False

65.

According to Virginia Shea’s Rule 5, Netiquette requires users to check their grammar and writing clearly, as their writing shapes how others perceive them.

a)

True

b)

False

66.

Automation is defined as the use of technology to help a human perform a task better or faster, without replacing the human role entirely.

a)

True

b)

False

67.

An organization’s failure to implement reasonable security measures, resulting in an unauthorized leak of personal data due to changing default passwords, is classified as Negligent Imposition under the DPA.

a)

True

b)

False

68.

Green Computing strategies include the use of virtualization (running multiple virtual servers on one machine) to reduce hardware dependence and environmental impact.

a)

True

b)

False

69.

The Cybercrime Prevention Act (R.A. 10175) is enforced by the National Privacy Commission (NPC).

a)

True

b)

False

70.

One of the major challenges of integrating computing into Education is the persistent digital divide, where students lack access to necessary devices or reliable internet connectivity.

a)

True

b)

False