WORD GAME (IT)


1. Find the Missing Word (IT Terms)
Task: Fill in the missing IT term.
  1. Cloud _______ (computing)
  2. Machine _______ (learning)
  3. Source _______ (code)
  4. Data _______ (center)
  5. Cyber _______ (security)
2. Match the Pair (Concept – Definition)
Match the IT term with its meaning:
A) API
B) Algorithm
C) Firewall
D) Database
E) Compiler
  1. A rule-based process for solving problems
  2. A system that blocks unauthorized access
  3. A tool that translates code
  4. A structured storage of data
  5. A set of rules that allows systems to communicate
Answer order sample: A-5, B-1, C-2, D-4, E-3
3. Guess the Term (Short Riddles)
  1. I store values, I change during runtime. What am I?
  2. (Variable)
  3. I protect networks from attacks.
  4. (Firewall)
  5. I live in the cloud and scale automatically.
  6. (Cloud service)
  7. Humans write me, machines execute me.
  8. (Code / Program)
  9. I connect the frontend with the backend.
  10. (API)
4. IT Acronym Challenge
Expand the acronyms:
  1. SQL – ______
  2. CPU – ______
  3. RAM – ______
  4. UI – ______
  5. HTTP – ______
5. Word Scramble (Unscramble IT words)
Unscramble the letters:
  1. BYTERSECUCI → Cybersecurity
  2. TAWFOSER → Software
  3. TAAD ENGINREE → Data Engineer
  4. NORGATICLHA → Algorithm
  5. KOBRETWEN → Network
6. IT Odd One Out
Choose the word that does NOT belong:
  1. Python / Java / C++ / Banana
  2. Router / Switch / Firewall / Apple
  3. HTML / CSS / SQL / Hamburger
  4. RAM / SSD / GPU / Pizza
  5. API / Endpoint / Database / Watermelon
7. Fill the Gap Coding Style
  1. A function always ______ a value.
  2. (return)
  3. A loop repeats code ______.
  4. (multiple times)
  5. Arrays store many values under one ______.
  6. (name)
  7. GitHub is used for code ______.
  8. (version control)
  9. Bug fixing is part of ______.
  10. (debugging)
8. Tech Synonyms
Rewrite the IT slang into a formal IT term:
  1. “Lag” → ______
  2. “Crash” → ______
  3. “Glitch” → ______
  4. “Boot up” → ______
  5. “Ping” → ______
Examples: latency, system failure, minor error, start the system, check connection.
9. True or False (IT Edition)
  1. Python is a compiled language. — False
  2. HTML is not a programming language. — True
  3. A firewall protects networks. — True
  4. SSD is slower than HDD. — False
  5. CSS is used to style websites. — True
10. Short Coding Puzzle
Find the output:
Puzzle 1:
x = 3 y = 2 print(x * y + 1)
Answer: 7
Puzzle 2:
list = [1, 2, 3] print(len(list))
Answer: 3
Puzzle 3:
for i in range(3): print("Hi")
Answer: Hi
Hi
Hi

Made on
Tilda