wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Integrated Systems Quiz

Total questions: 50

Worksheet time: 28mins

Name
Class
Date
1.

An automotive company is designing a real-time engine control system. The system must process sensor data within milliseconds to adjust fuel injection. Which characteristic of integrated systems is being prioritized?

a)

Resource scalability

b)

Real-time operation

c)

Reliability under vibration

d)

Interconnectivity with IoT

2.

In a hospital, an insulin pump continuously monitors glucose levels and delivers insulin accordingly. Which component is MOST responsible for converting sensor readings into actionable control?

a)

Microprocessor

b)

Actuator

c)

Operating System

d)

Application Software

3.

A drone system integrates GPS modules, cameras, and machine learning software. Which system architecture principle ensures these diverse components interact seamlessly?

a)

Input/output buffering

b)

Hardware-software co-design

c)

Data redundancy in storage

d)

Single-user real-time OS

4.

Which of the following correctly matches the memory type to its role in an integrated system?

a)

RAM – permanent startup instructions

b)

ROM – temporary working memory

c)

Flash memory – non-volatile program storage

d)

Cache memory – archival data backup

5.

A user running simultaneous video rendering and large dataset analysis experiences slowdowns. Which hardware factor is most likely the bottleneck?

a)

Low GPU shader count

b)

RAM bandwidth limitations

c)

OS file management inefficiency

d)

Use of NVMe SSD instead of SATA SSD

6.

The chipset on a motherboard acts as:

a)

The CPU’s integrated arithmetic logic unit

b)

The OS loader during the boot process

c)

A data traffic controller between CPU, RAM, and peripherals

d)

The primary BIOS/UEFI firmware storage

7.

Which expansion slot is best suited for upgrading storage with high-speed SSDs in modern systems?

a)

PCIe x16 slot

b)

M.2 slot

c)

SATA-III port

d)

DIMM slot

8.

A university lab uses Windows, macOS, and Linux workstations. Which statement BEST reflects the functional differences among these operating systems?

a)

Linux is closed-source while Windows and macOS are open-source

b)

Windows excels in creative tools; macOS in gaming; Linux in enterprise servers

c)

macOS tightly integrates with hardware, Windows provides broad compatibility, Linux offers high flexibility

d)

All three OSs share identical system call structures

9.

Firmware differs from drivers because:

a)

Firmware resides in permanent memory and initializes hardware before OS loads

b)

Drivers are burned into chips, while firmware is installed by users

c)

Firmware only manages printers, while drivers manage all devices

d)

Drivers contain OS kernels, firmware contains application APIs

10.

Which step in the boot process comes immediately after the POST (Power-On Self-Test)?

a)

OS initialization

b)

Kernel loading into RAM

c)

BIOS/UEFI firmware activation

d)

User login prompt

11.

A software developer uses APIs when building an application. Which function do APIs serve in this context?

a)

Directly modify kernel scheduling

b)

Provide standardized access to system calls

c)

Replace drivers during boot-up

d)

Increase RAM allocation for apps

12.

Cloud computing relies on virtualization mainly because:

a)

It allows physical storage devices to be permanently replaced with binary files

b)

It enables multiple users and services to share underlying hardware efficiently

c)

It removes the need for encryption in distributed systems

d)

It guarantees zero-latency connections across WANs

13.

In communication systems, which setup allows both sender and receiver to transmit simultaneously?

a)

Simplex

b)

Half-duplex

c)

Full-duplex

d)

Multiplex

14.

A network in a university campus connecting multiple buildings with fiber optics is BEST classified as:

a)

LAN

b)

WAN

c)

MAN

d)

PAN

15.

Which protocol ensures reliable, ordered delivery of data packets across the internet?

a)

HTTP

b)

FTP

c)

TCP/IP

d)

DNS

16.

A company adopts a star topology for its office LAN. What is the PRIMARY disadvantage?

a)

Data collisions increase with more devices

b)

Failure of the central hub disrupts all communication

c)

Data always travels slower than in ring topologies

d)

Network expansion is impossible

17.

Which of the following is NOT a wireless transmission medium?

a)

Radio waves

b)

Infrared

c)

Optical fiber

d)

Microwaves

18.

An e-commerce platform ensures customer credit card details are encrypted during transmission. Which protocol achieves this?

a)

FTP

b)

HTTP

c)

HTTPS

d)

DHCP

19.

In virtualization, a hosted hypervisor differs from a bare-metal hypervisor because:

a)

Hosted hypervisors run directly on hardware, while bare-metal requires OS

b)

Hosted hypervisors run as an application on top of a traditional OS

c)

Bare-metal hypervisors cannot allocate CPU cores dynamically

d)

Bare-metal hypervisors only support Linux guests

20.

Which is the BEST example of software/application virtualization?

a)

Running multiple web servers on one physical machine

b)

Running Windows-only software on macOS using a virtual environment

c)

Combining multiple SSDs into one pool

d)

Dividing network traffic into VLANs

21.

Why are international standards (IEEE, ISO, ITU) critical in protocol design?

a)

They prevent cloud providers from monopolizing services

b)

They ensure global interoperability and compatibility

c)

They eliminate the need for encryption

d)

They simplify proprietary system designs

22.

An IT admin sets up DHCP in a company’s LAN. What is its primary function?

a)

Encrypt data packets

b)

Assign IP addresses automatically

c)

Resolve domain names

d)

Manage email transmission

23.

A multimedia file in AVI format is significantly larger than in MP4 format. Why?

a)

AVI is a compressed lossy format

b)

AVI is uncompressed and retains higher quality

c)

MP4 cannot store multiple tracks

d)

AVI files do not support video playback

24.

Which character encoding is MOST appropriate for multilingual applications?

a)

ASCII

b)

Unicode UTF-8

c)

Morse Code

d)

Hexadecimal

25.

Improper data format selection can lead to:

a)

Increased system security

b)

Miscommunication between systems and inefficiencies

c)

Faster transmission rates

d)

Higher storage compatibility

26.

A temperature sensor records data as “22.5°C.” Which type of numerical data does this represent?

a)

Discrete

b)

Continuous

c)

Boolean

d)

Integer

27.

The hexadecimal value “2F” in decimal is:

a)

31

b)

45

c)

47

d)

29

28.

Which situation BEST illustrates floating-point precision issues?

a)

Binary to hex conversion

b)

Calculating financial transactions with fractions of cents

c)

Integer overflow in an 8-bit register

d)

Using modulo in looping counters

29.

A student shifts binary 1100 (12 decimal) two places to the right. What is the result?

a)

1100

b)

0011

c)

1110

d)

1000

30.

Which method is MOST commonly used to detect small data transmission errors?

a)

RAID mirroring

b)

Checksums

c)

Virtualization snapshots

d)

Firewalls

31.

Integrated systems are designed to operate as a single unit with (a)   communication between hardware and software.

32.

The (a)   integrates CPU, memory, and I/O interfaces into a compact chip, commonly used in embedded systems.

33.

The (a)   manages data flow between CPU, GPU, RAM, and storage on the motherboard.

34.

(a)   SSDs offer significantly faster data transfer rates than SATA-based drives.

35.

The _____ provides process, memory, file system management, and user interface functions.

4 lines
36.

(a)   initializes hardware during the boot process before the OS loads.

37.

In the boot process, the (a)   (Power-On Self-Test) checks hardware functionality.

38.

(a)   are the fundamental way applications interact with the OS kernel.

39.

Virtualization allows multiple (a)   to share the same physical hardware resources.

40.

A (a)   hypervisor runs directly on hardware without needing a host OS.

41.

The (a)   protocol suite ensures reliable transmission of packets over the internet.

42.

A (a)   topology depends on a central hub or switch for communication.

43.

(a)   is the transmission medium that uses light for data transfer with high bandwidth.

44.

(a)   uses SSL/TLS encryption for secure web communication.

45.

_____ and _____ are organizations responsible for developing global IT standards.

a)

IEEE

b)

ISO

46.

A (a)   (Comma-Separated Values) file is an example of a structured text-based data format.

47.

(a)   is the most widely used character encoding for supporting multiple languages.

48.

(a)   data includes measurements like height, weight, or temperature.

49.

(a)   shift left operation multiplies a binary number by 2 for each shift.

50.

(a)   are numerical values used to verify data integrity during transmission.