Here is a structured, 10-section foundational test designed for absolute beginners entering the
world of computer science. It covers the core fundamentals step-by-step.
---
# 📝 Foundations of Computing: 10-Part Beginner Test
---
## Page 1: Hardware Essentials (The Physical Stuff)
**1. Which component is known as the "brain" of the computer?**
* A) Monitor
* B) Central Processing Unit (CPU)
* C) Hard Drive
* D) Keyboard
**2. What is the thin, main circuit board inside the computer that connects all other hardware
components together?**
* A) Motherboard
* B) Sound Card
* C) Power Supply Unit (PSU)
* D) Hard Drive
**3. If you want to connect a mouse, external keyboard, or a flash drive to a computer, what type
of port do you look for?**
* A) Power Socket
* B) Ethernet Port
* C) HDMI Port
* D) USB Port
---
## Page 2: Input vs. Output Devices
**1. Which of the following is strictly an Input device (used to send data *into* the computer)?**
* A) Printer
* B) Monitor
* C) Keyboard
* D) Speakers
**2. Which of the following is strictly an Output device (used to show or present data *from* the
computer)?**
* A) Mouse
* B) Microphone
* C) Scanner
* D) Monitor
**3. A touchscreen on a smartphone acts as:**
* A) Only an input device
* B) Only an output device
* C) Both an input and an output device
* D) Neither
---
## Page 3: Understanding Memory & Storage
**1. What does RAM stand for?**
* A) Read Access Memory
* B) Random Access Memory
* C) Realtime Active Memory
* D) Rapid Allocation Module
**2. Which type of memory is "volatile," meaning it completely clears out and loses its data
when you turn off the power?**
* A) Hard Disk Drive (HDD)
* B) Solid State Drive (SSD)
* C) Random Access Memory (RAM)
* D) ROM Chip
**3. Where are your files, photos, and operating system saved permanently so they remain safe
when the computer is shut down?**
* A) RAM
* B) Long-term Storage (HDD or SSD)
* C) The CPU Cache
* D) The Graphics Card
---
## Page 4: Software & Operating Systems
**1. What is the main software program that manages all computer hardware, files, and runs
other applications?**
* A) Web Browser
* B) Operating System (OS)
* C) Antivirus
* D) Word Processor
**2. Which of the following is an example of an Operating System?**
* A) Google Chrome
* B) Microsoft Windows
* C) Adobe Photoshop
* D) Python
**3. What does "GUI" stand for, which allows us to interact with computers using visual icons
and mouse clicks instead of typing text commands?**
* A) Global User Index
* B) General Utility Integration
* C) Graphical User Interface
* D) Giga-Unit Interconnect
---
## Page 5: Files, Folders, and Extensions
**1. If you see a file named `[Link]`, what type of file is it?**
* A) A text document
* B) An image file
* C) A music file
* D) A program/executable file
**2. What file extension is typically used for a standard text document or written report?**
* A) `.mp3`
* B) `.exe`
* C) `.docx`
* D) `.png`
**3. What is the purpose of creating "folders" or "directories" on a computer system?**
* A) To make the computer run faster
* B) To safely delete files
* C) To organize and group files logically
* D) To protect the computer from viruses
---
## Page 6: Digital Measurement Units
**1. What is the smallest, most basic unit of data a computer understands, representing either a
0 or a 1?**
* A) Byte
* B) Bit
* C) Kilobyte
* D) Megapixel
**2. How many bits make up a single Byte?**
* A) 4
* B) 8
* C) 16
* D) 1024
**3. Arrange these data units in order from SMALLEST capacity to LARGEST capacity:**
* A) Kilobyte (KB) ➔ Megabyte (MB) ➔ Gigabyte (GB) ➔ Terabyte (TB)
* B) Terabyte (TB) ➔ Gigabyte (GB) ➔ Megabyte (MB) ➔ Kilobyte (KB)
* C) Megabyte (MB) ➔ Kilobyte (KB) ➔ Terabyte (TB) ➔ Gigabyte (GB)
* D) Bit ➔ Byte ➔ Gigabyte (GB) ➔ Megabyte (MB)
---
## Page 7: Internet & Networking Basics
**1. What does the acronym "WWW" stand for when looking at a website link?**
* A) Web World Wide
* B) World Wide Web
* C) Wireless Wave Window
* D) Western Web Works
**2. Which physical tool or device is responsible for directing internet traffic and sending data
packets between your home network and the global internet?**
* A) Monitor
* B) RAM
* C) Router
* D) Motherboard
**3. What application do you open on your computer specifically to access and explore web
pages on the internet?**
* A) An Operating System
* B) A Web Browser
* C) A Spreadsheet
* D) A Text Editor
---
## Page 8: Basic Cybersecurity & Safety
**1. What type of malicious software is designed to secretly slip into your computer, steal data,
or corrupt your system files?**
* A) Hardware
* B) Operating System
* C) Malware or Virus
* D) Device Driver
**2. What is a "Firewall" used for on a computer network?**
* A) To cool down the computer when it overheats
* B) To monitor and block unauthorized network access
* C) To delete duplicate files automatically
* D) To speed up internet download speeds
**3. Which of the following practices keeps your personal information safest online?**
* A) Using the exact same password for every website
* B) Clicking on unexpected pop-up ads claiming you won a prize
* C) Using strong, unique passwords and enabling Two-Factor Authentication (2FA)
* D) Sharing your login passwords with friends just in case you forget them
---
## Page 9: Computational Thinking & Software Logic
**1. In computer science, what is an "Algorithm"?**
* A) A type of physical computer cable
* B) A step-by-step set of instructions or rules followed to solve a problem
* C) The plastic housing protecting a computer screen
* D) A file that cannot be opened
**2. What do we call the process of finding and fixing mistakes or bugs in a computer
program?**
* A) Compiling
* B) Defragmenting
* C) Debugging
* D) Booting
**3. If a computer program needs to make a decision based on whether a condition is true or
false, it uses an:**
* A) If-Else Statement
* B) Output Port
* C) Extension File
* D) USB Connector
---
## Page 10: General Computer Troubleshooting
**1. Your computer suddenly freezes completely, and your mouse cursor will not move. What is
generally the best first troubleshooting step?**
* A) Buy a brand new computer
* B) Safely press or hold the physical power button to restart the machine
* C) Open up the computer case and pull out wires
* D) Disconnect the internet router
**2. If an app or system is lagging or acting up, what basic software action often fixes
temporary memory glitches?**
* A) Changing the desktop wallpaper
* B) Emptying the recycling bin
* C) Rebooting (restarting) the computer
* D) Reinstalling the operating system
**3. Why is it important to consistently update your applications and operating system?**
* A) It makes the computer screen wider
* B) To patch security flaws and install performance improvements
* C) It changes your keyboard layout
* D) Updates delete old files to free up space
---
# 🔑 Answer Key
> **Page 1:** 1-B, 2-A, 3-D
> **Page 2:** 1-C, 2-D, 3-C
> **Page 3:** 1-B, 2-C, 3-B
> **Page 4:** 1-B, 2-B, 3-C
> **Page 5:** 1-B, 2-C, 3-C
> **Page 6:** 1-B, 2-B, 3-A
> **Page 7:** 1-B, 2-C, 3-B
> **Page 8:** 1-C, 2-B, 3-C
> **Page 9:** 1-B, 2-C, 3-A
> **Page 10:** 1-B, 2-C, 3-B