The physical components of a computer that can be touched
C
Data stored on a computer's hard drive
D
The operating system that manages computer resources
Explanation
Hardware refers to the physical components of a computer that you can physically touch and interact with, such as the mouse, keyboard, and monitor.
Hardware: Input and Output
Which of the following is an input device?
A
Printer
B
Monitor
C
Keyboard
D
Speaker
Explanation
Input devices allow users to give information to a device. Examples include keyboard, mouse, and scanner.
Hardware: Input and Output
Which of the following is an output device?
A
Mouse
B
Monitor
C
Scanner
D
Keyboard
Explanation
Output devices allow users to receive information from a device. Examples include monitor, printer, and speakers.
Hardware: Main Internal Components
What does CPU stand for?
A
Central Processing Unit
B
Computer Power Utility
C
Central Programming Unit
D
Core Processing Unit
Explanation
CPU stands for Central Processing Unit. It's often referred to as the "brain" of the computer because it performs calculations and processes data.
Hardware: Main Internal Components
What is the difference between RAM and ROM?
A
RAM is faster, ROM is slower
B
RAM is temporary and loses data when power is off; ROM is permanent and retains data
C
RAM stores files, ROM stores programs
D
RAM is for graphics, ROM is for processing
Explanation
RAM (Random Access Memory) is temporary memory that loses its data when the computer is turned off. ROM (Read-Only Memory) is permanent memory that retains data even without power.
Hardware: Main Internal Components
How does an SSD differ from an HDD?
A
SSD uses flash memory with no moving parts; HDD has spinning disks
B
SSD is older technology, HDD is newer
C
SSD stores less data than HDD
D
SSD is only used in servers, HDD in personal computers
Explanation
SSD (Solid State Drive) uses flash memory and has no moving parts, making it faster and more reliable than HDD (Hard Disk Drive), which uses spinning disks to read/write data.
Hardware: Main Internal Components
What is the function of a motherboard?
A
It supplies power to all parts of the computer
B
It has slots for all the main components of a computer
C
It processes graphics and images
D
It stores all the computer's data permanently
Explanation
The motherboard is the main printed circuit board that contains the computer's essential components and has connectors for other circuit boards to be slotted into.
Networking
What is networking?
A
Connecting computers and devices to share information and resources
B
Programming computers to perform specific tasks
C
Installing software on multiple computers
D
Repairing damaged computer components
Explanation
Networking means connecting computers and devices so they can share information, resources, and communicate with each other.
Networking
What does a router do?
A
Stores data permanently
B
Connects different networks and lets devices access the internet
C
Prints documents from multiple computers
D
Displays network status information
Explanation
A router is a device that routes data between different networks, often connecting a local network (LAN) to the internet.
Networks and Topology
What is the difference between LAN and WAN?
A
LAN is for businesses, WAN is for homes
B
LAN connects devices in a limited area; WAN covers broader geographical areas
C
LAN uses cables, WAN uses wireless only
D
LAN is faster, WAN is more secure
Explanation
LAN (Local Area Network) connects devices in a limited geographical area like a home or office. WAN (Wide Area Network) connects devices over a broader area like cities or countries.
Networks and Topology
In which network topology are all devices connected to a central hub?
A
Bus topology
B
Mesh topology
C
Ring topology
D
Star topology
Explanation
In star topology, all devices are connected to a central hub or switch, making it easy to manage and troubleshoot.
Operating Systems and Utility Software
What is software?
A
The physical components of a computer
B
Programs and applications that instruct hardware how to perform tasks
C
The cables connecting computer components
D
The computer case and cooling fans
Explanation
Software is a collection of programs and applications that provide instructions to hardware on how to perform tasks. Unlike hardware, software cannot be touched.
Operating Systems and Utility Software
Which of the following is an example of an operating system?
A
Microsoft Word
B
Google Chrome
C
Windows
D
Photoshop
Explanation
Windows is an operating system developed by Microsoft. Other examples include macOS and Linux.
Application, Browsers and Development Software
What is the purpose of word processing software?
A
To organize and analyze data in tables
B
To create, edit, and format text documents
C
To access and browse the internet
D
To protect computers from malware
Explanation
Word processing software like Microsoft Word allows users to create, edit, and format text documents.
Application, Browsers and Development Software
What does IDE stand for in programming?
A
Integrated Development Environment
B
Internet Data Exchange
C
Interactive Design Editor
D
Input Device Emulator
Explanation
IDE stands for Integrated Development Environment - software that provides comprehensive tools for programming, like Visual Studio or Eclipse.
Basic Programming Concepts
What is an algorithm?
A
A type of computer virus
B
A step-by-step procedure for completing a task
C
A programming language
D
A hardware component
Explanation
An algorithm is a set of clear, step-by-step instructions for solving a specific problem or completing a task.
Basic Programming Concepts
What does debugging mean?
A
Removing insects from computer hardware
B
Finding and correcting errors in a computer program
C
Installing new software
D
Updating the operating system
Explanation
Debugging involves finding and fixing errors or flaws in a computer program to make it work correctly.
Internet Safety
What is cyberbullying?
A
Using technology to harass, threaten, or embarrass someone
B
A virus that attacks computer systems
C
Creating strong passwords
D
Online shopping fraud
Explanation
Cyberbullying involves using technology, such as social media or messaging apps, to harass, threaten, or embarrass someone.
Files and File Types
What is the difference between a .docx file and a .txt file?
A
.docx is for images, .txt is for audio
B
.docx can contain text, images, and styles; .txt contains only unformatted text
C
.docx is smaller, .txt is larger
D
.docx is for spreadsheets, .txt is for presentations
Explanation
.docx files (Word documents) can contain formatted text, images, and styles. .txt files are plain text files containing only unformatted text.
Files and File Types
What type of file would you use to save a photograph?
A
.mp3
B
.docx
C
.jpg or .png
D
.zip
Explanation
Photographs are typically saved as .jpg (JPEG) or .png (Portable Network Graphics) files, which are image formats.
Files and File Types
How can you tell what type of file it is when you see a file on your computer?
A
By the file size
B
By the file extension at the end of the filename
C
By the date it was created
D
By the folder it's stored in
Explanation
You can identify a file type by looking at the file extension at the end of the filename, such as .jpg for images or .docx for Word documents.
Creating and Editing Images
What is graphic design?
A
Writing code for computer programs
B
The art of combining text, images, and colors to communicate visually
C
Installing graphics cards in computers
D
Connecting monitors to computers
Explanation
Graphic design is the practice of using visual elements like text, images, and colors to communicate ideas or messages.
Web Development Basics
What is HTML used for?
A
Styling the visual presentation of websites
B
Structuring the content of web pages
C
Adding interactivity to web pages
D
Storing website data in databases
Explanation
HTML (HyperText Markup Language) is used to structure the content of web pages, including headings, paragraphs, links, and other elements.
Web Development Basics
What does CSS do?
A
Creates the structure of web pages
B
Styles the visual presentation of websites
C
Adds database functionality
D
Manages server-side operations
Explanation
CSS (Cascading Style Sheets) is used to style and layout web pages, controlling aspects like colors, fonts, and positioning of elements.
Introduction to Robotics
What is a robot?
A
A computer program that learns from data
B
A mechanical device programmed to carry out tasks automatically
C
A type of operating system
D
A network security tool
Explanation
A robot is a mechanical device that can perform programmed tasks automatically, often using sensors and motors to interact with its environment.
0%
Quiz Complete!
You have completed the Computers and Technology Basics Quiz.