IC3 - Digital Literacy Certification Digital Literacy Hardware and Software Concepts 1 — Questions and Answers
Question 1: What is the primary function of RAM (Random Access Memory) in a computer?
- To permanently store files and documents even when the computer is off
- To temporarily hold data and instructions that the CPU is actively using (Correct answer)
- To process graphics and video output for the display
- To connect the computer to external storage devices
Correct answer: To temporarily hold data and instructions that the CPU is actively using
RAM is volatile memory that temporarily stores data and program instructions the CPU needs right now. Unlike a hard drive, RAM loses its contents when power is removed, which is why unsaved work disappears during a power outage.
Question 2: What does a device driver do?
- Increases the physical speed of a hardware component
- Acts as a translator between the operating system and a hardware device (Correct answer)
- Protects hardware from electrical surges and damage
- Backs up hardware configuration settings to the cloud
Correct answer: Acts as a translator between the operating system and a hardware device
A device driver is software that allows the operating system to communicate with specific hardware. Without the correct driver, the OS cannot send or receive data from a device like a printer or graphics card.
Question 3: What is the role of the CPU (Central Processing Unit) in a computer?
- To display images and video on the monitor
- To store the operating system permanently
- To execute instructions and perform calculations for all running programs (Correct answer)
- To regulate power delivery to all internal components
Correct answer: To execute instructions and perform calculations for all running programs
The CPU is the brain of the computer — it fetches, decodes, and executes instructions from software. Every calculation, logic operation, and data movement passes through the CPU.
Question 4: Which of the following best describes open-source software?
- Software that is free to use but whose source code is kept secret by the developer
- Software whose source code is publicly available and can be modified and distributed by anyone (Correct answer)
- Software that runs only on open internet connections without a license
- Software bundled with new computers that cannot be uninstalled
Correct answer: Software whose source code is publicly available and can be modified and distributed by anyone
Open-source software makes its underlying source code publicly accessible, allowing developers to inspect, modify, and redistribute it. Examples include Linux and LibreOffice, in contrast to proprietary software like Microsoft Windows.
Question 5: What is the purpose of a computer's BIOS or UEFI?
- To provide antivirus protection before the operating system loads
- To initialize hardware components and load the operating system when the computer starts (Correct answer)
- To manage internet connectivity settings for the network adapter
- To compress files stored on the hard drive to save space
Correct answer: To initialize hardware components and load the operating system when the computer starts
BIOS (Basic Input/Output System) and its modern replacement UEFI run the moment you power on a computer. They perform a POST (Power-On Self-Test) to check hardware, then locate and hand off control to the operating system bootloader.
Question 6: What is the difference between application software and system software?
- Application software runs faster than system software on all computers
- System software is purchased separately, while application software comes free with every computer
- System software manages hardware and provides core services, while application software performs specific user tasks (Correct answer)
- Application software can only run on mobile devices, while system software runs on desktops
Correct answer: System software manages hardware and provides core services, while application software performs specific user tasks
System software (such as an operating system) forms the foundation that manages hardware resources and enables other programs to run. Application software (such as a word processor or web browser) sits on top of system software to fulfill end-user needs.
What is the primary function of RAM (Random Access Memory) in a computer?