Computer Knowledge
Computer Fundamentals and System Concepts
2,255 Questions
Computer fundamentals and system concepts questions cover core hardware components, operating systems, and historical computer milestones. Topics include the kernel, central processing unit, and basic computing terminology. These foundational questions are strictly essential for scoring well in computer knowledge sections.
Central processing unitComputer operating systemsSupercomputer milestonesSystem registry functionsKernel operationsAndroid applications
Computer Fundamentals and System Concepts Questions
-
Density Operating System
-
Directory Operating Service
-
Disk Operating System
-
Dynamic Operating System
C
Correct answer
Explanation
DOS stands for Disk Operating System. It was an early operating system for personal computers (most notably MS-DOS) that managed disk operations and file systems. Density, Directory, and Dynamic are incorrect expansions of the acronym.
-
ROM
-
Application software
-
Program
-
System software
-
None of these
-
memory
-
devices
-
hardware
-
software
-
CPU
C
Correct answer
Explanation
The operating system serves as the interface between the user and the computer's hardware. It translates user commands into hardware instructions. Memory and devices are parts of the hardware, software runs on the OS, and CPU is a hardware component - none represent the complete hardware layer.
-
power cords for external storage devices
-
experts who increase the performance of devices
-
used to control or manage devices attatched to a computer
-
used to store backup of the data
-
substitutes for operating system
C
Correct answer
Explanation
Device drivers are software programs that allow the operating system to communicate with hardware devices. They act as translators between the OS and hardware, enabling proper control and management of devices attached to a computer. Option A incorrectly describes physical cables, option B describes people, option D describes backup systems, and option E is wrong because drivers supplement, not substitute, the OS.
-
Loaders
-
Operating system
-
Language translators
-
Application software
D
Correct answer
Explanation
Application software aims at solving some user defined problems like accounting, managing, reservations, billing, etc.
-
Application software
-
System software
-
Compiler
-
Data Base Management System (DBMS)
-
None of these
B
Correct answer
Explanation
System software aims at making the computer a user friendly machine. A computer is a machine that knows nothing of itself. It requires instructions for each and everything it performs and the instructions provided to the software control internal computer operations, like reading data from input devices, checking system components, etc. Hence, system software is the software which aims at making the computer a user friendly machine.
-
Operating system
-
Interpreter
-
Assembler
-
Loader
-
Compiler
D
Correct answer
Explanation
Loader is the program that helps to load other programs from input systems. So, loader is the program which helps in loading the executable files from secondary storage to main memory.
-
application
-
output device
-
input device
-
operating system
D
Correct answer
Explanation
An operating system acts as an interpreter between software and hardware.
-
Monitor
-
ROM
-
Video adapter
-
Hard disk drive
D
Correct answer
Explanation
A hard disk drive is a storage device that holds all types of software permanently, including operating systems, device drivers, applications, and user programs. Monitor (option A) is an output device that only displays information. ROM (option B) contains firmware but is not rewritable for storing applications. Video adapter (option C) processes graphics output but doesn't store software. Only the hard disk has the capacity and rewritability to hold all these programs.
-
malware
-
firmware
-
spyware
-
all of these
B
Correct answer
Explanation
Firmware is software that is stored permanently in ROM (Read-Only Memory) chips. Unlike regular software that can be easily modified, firmware provides the basic instructions for device operation and remains constant. Malware and spyware are malicious programs that would not be permanently stored in ROM by design. 'All of these' is incorrect because only firmware is the correct term for ROM-stored programs.
-
Data processor
-
Data entry
-
DBMS
-
Database
A
Correct answer
Explanation
A data processor is any digital device that processes or manipulates data according to instructions. This is the fundamental definition of computing devices. Data entry is the act of inputting data, not processing it. DBMS (Database Management System) is software for organizing databases, not the processing device itself. Database is stored information, not a processing device. Only 'Data processor' correctly describes a device that processes data.
-
SECURITY
-
AUTHOR
-
PROGRAM-ID
-
INSTALLATION
-
DATA-COMPILED
C
Correct answer
Explanation
The paragraph PROGRAM-ID is essential in most of the machines.
-
Control Unit
-
Arithmetic Logic Unit
-
Output Unit
-
Memory Unit
C
Correct answer
Explanation
The CPU (Central Processing Unit) consists of three main components: Control Unit (CU), Arithmetic Logic Unit (ALU), and Memory Unit (registers/cache). The Control Unit directs operations, the ALU performs mathematical and logical operations, and the Memory Unit stores data temporarily during processing. The Output Unit is NOT part of the CPU - it is a separate component of the computer system that handles display or transmission of processed results to peripherals like monitors or printers.
-
It is a type of CPU chip.
-
It is a circuit board that has peripheral devices.
-
It is the first chip to be accessed when a computer is started.
-
It is a circuit board containing CPU and other chips.
D
Correct answer
Explanation
A motherboard is a circuit board containing CPU and other chips.
-
Microprocessor
-
IC
-
Vacuum Tubes
-
Transistors
B
Correct answer
Explanation
The development of the integrated circuit was the hallmark of the third generation of computers. Transistors were miniaturized and placed on silicon chips, called semiconductors, which drastically increased the speed and efficiency of computers.