Font size
WorksheetsRIDDLE_IT_OUT
Total questions: 20
Worksheet time: 10mins
"I speak in ones and zeroes, yet I understand complex human languages. What am I?"
Algorithm
Binary Code
Machine Learning Model
Compiler
"I keep your data safe when you visit a website, encrypting it from prying eyes. What am I?"
Firewall
VPN
SSL/TLS
Anti-virus
"I'm an invisible wall, shielding a network from unauthorized access. What am I?"
Firewall
Proxy
Router
Honeypot
"I’m the heart of a computer, executing instructions and controlling all other components. What am I?"
Hardware
Motherboard
Processor
RAM
"I let your programs run side by side without crashing into each other. What am I?"
Mutex
Thread
Kernel
Semaphore
"I allow you to store massive amounts of data, but I’m not made of metal or plastic. What am I?"
Cloud Storage
SSD
DataBase
USB
"I divide a program into smaller parts and can execute them simultaneously. What am I?"
Thread
Process
Class
Function
"I’m the building block of any modern website, handling structure and style. What am I?"
JavaScript
HTML
CSS
Python
"I ensure that no two users edit the same part of a document at the same time. What am I?"
Cache
Version control system
Mutex
Semaphore
"I convert human-readable code into machine code, so your program can run. What am I?"
"I help you manage and query large datasets using structured queries. What am I?"
SQL Database
NoSQL
Cache
API
"I’m a lightweight, single-purpose program that performs a specific task. What am I?"
"I handle requests and responses between clients and servers on the web. What am I?"
TCP/IP
"I provide a virtual environment for running multiple applications or services independently on the same physical machine. What am I?"
Virtual Machine
Hypervisor
Emulator
"I am used to write and execute scripts for automating tasks or manipulating data. What am I?"
BASH
IDE
Debugger
Compiler
"I’m a network device that forwards data packets between computer networks, creating an overlay internetwork. What am I?"
Modem
"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?"
IDS
Anti-virus
VPN
"I’m a high-level programming language known for its use in web development, especially for server-side scripting. What am I?"
JavaScript
HTML
PHP
Ruby
"I’m a type of attack where a malicious actor intercepts communication between two parties to steal or alter data. What am I?"
"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?"
