Easy computer science questions covering fundamental concepts every coder should know!
1. What does "IP address" stand for?
💡 IP address stands for Internet Protocol address — a unique numerical label assigned to each device on a network.
2. What is an operating system?
💡 An OS (like Windows, macOS, Linux) manages hardware resources and provides services for programs.
3. What is a database?
💡 A database is an organized collection of structured data stored and accessed electronically.
4. Which of the following is an example of an input device?
💡 A keyboard is an input device — it sends data to the computer. A monitor and printer are output devices.
5. What is the binary number system based on?
💡 Binary is a base-2 number system using only two digits: 0 and 1. All computer data is stored in binary.
6. What does GUI stand for?
💡 GUI stands for Graphical User Interface — a visual way to interact with a computer using icons and windows.
7. What does "open source" mean?
💡 Open source software has its source code publicly available for anyone to view, modify, and distribute.
8. What is a "server"?
💡 A server is a computer or system that provides resources, data, or services to other computers over a network.
9. What is the internet?
💡 The internet is a global system of interconnected computer networks that communicate using standard protocols.
10. What does RAM stand for?
💡 RAM stands for Random Access Memory — the short-term memory used by a computer to store data being used.