wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

RIDDLE_IT_OUT

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

"I speak in ones and zeroes, yet I understand complex human languages. What am I?"

a)

Algorithm

b)

Binary Code

c)

Machine Learning Model

d)

Compiler

2.

"I keep your data safe when you visit a website, encrypting it from prying eyes. What am I?"

a)

Firewall

b)

VPN

c)

SSL/TLS

d)

Anti-virus

3.

"I'm an invisible wall, shielding a network from unauthorized access. What am I?"

a)

Firewall

b)

Proxy

c)

Router

d)

Honeypot

4.

"I’m the heart of a computer, executing instructions and controlling all other components. What am I?"

a)

Hardware

b)

Motherboard

c)

Processor

d)

RAM

5.

"I let your programs run side by side without crashing into each other. What am I?"

a)

Mutex

b)

Thread

c)

Kernel

d)

Semaphore

6.

"I allow you to store massive amounts of data, but I’m not made of metal or plastic. What am I?"

a)

Cloud Storage

b)

SSD

c)

DataBase

d)

USB

7.

"I divide a program into smaller parts and can execute them simultaneously. What am I?"

a)

Thread

b)

Process

c)

Class

d)

Function

8.

"I’m the building block of any modern website, handling structure and style. What am I?"

a)

JavaScript

b)

HTML

c)

CSS

d)

Python

9.

"I ensure that no two users edit the same part of a document at the same time. What am I?"

a)

Cache

b)

Version control system

c)

Mutex

d)

Semaphore

10.

"I convert human-readable code into machine code, so your program can run. What am I?"

a)
Compiler
b)
Assembler
c)
Debugger
d)
Interpreter
11.

"I help you manage and query large datasets using structured queries. What am I?"

a)

SQL Database

b)

NoSQL

c)

Cache

d)

API

12.

"I’m a lightweight, single-purpose program that performs a specific task. What am I?"

a)
Utility
b)
Framework
c)
Application
d)
Library
13.

"I handle requests and responses between clients and servers on the web. What am I?"

a)
HTTP
b)

TCP/IP

c)
SMTP
d)
FTP
14.

"I provide a virtual environment for running multiple applications or services independently on the same physical machine. What am I?"

a)

Virtual Machine

b)
Container
c)

Hypervisor

d)

Emulator

15.

"I am used to write and execute scripts for automating tasks or manipulating data. What am I?"

a)

BASH

b)

IDE

c)

Debugger

d)

Compiler

16.

"I’m a network device that forwards data packets between computer networks, creating an overlay internetwork. What am I?"

a)

Modem

b)
Hub
c)
Switch
d)
Router
17.

"I’m a type of network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules. What am I?"

a)

IDS

b)

Anti-virus

c)

VPN

d)
Firewall
18.

"I’m a high-level programming language known for its use in web development, especially for server-side scripting. What am I?"

a)

JavaScript

b)

HTML

c)

PHP

d)

Ruby

19.

"I’m a type of attack where a malicious actor intercepts communication between two parties to steal or alter data. What am I?"

a)
Man-in-the-Middle attack
b)
Phishing attack
c)
Denial of Service attack
d)
SQL Injection attack
20.

"I’m a type of software testing that involves examining the functionality of an application without peering into its internal structures or workings. What am I?"

a)
Black-box testing
b)
Integration testing
c)
Unit testing
d)
White-box testing