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
-
Central processing unit
-
A memory
-
Input & output device
-
All of above
D
Correct answer
Explanation
A complete computer system requires all three components: a CPU for processing, memory for data storage, and input/output devices for communication with users and other systems. None of these alone constitutes a complete computer.
-
Boot record
-
IO.SYS
-
MSDOS.SYS
-
None of the above
D
Correct answer
Explanation
All the listed programs (Boot record, IO.SYS, MSDOS.SYS) are essential DOS system files required for proper booting and operation. Therefore 'None of the above' is correct.
-
word processing
-
virtual memory
-
multitasking
-
None of the above
C
Correct answer
Explanation
Multitasking allows the operating system to manage multiple programs concurrently by rapidly switching the CPU between them, creating the appearance of simultaneous execution.
-
Memory management
-
I/O management
-
File management
-
All of above
D
Correct answer
Explanation
Operating systems perform multiple core functions including memory management, I/O management, and file management - making 'All of the above' the correct answer.
A
Correct answer
Explanation
DOS is a single-tasking operating system designed for single-processor systems. It does not have symmetric multiprocessing (SMP) capabilities to support multiple processors.
-
main storage
-
primary storage
-
floppy disk
-
disk driver
B
Correct answer
Explanation
The operating system must reside in primary storage (main memory/RAM) whenever the computer is powered on because it needs to actively manage hardware, handle interrupts, and coordinate system operations. While parts of the OS may be swapped to disk (disk driver), the core functionality must remain in primary storage for real-time execution. Floppy disks are too slow for active OS operation.
-
Working system
-
Peripheral
-
Operating system
-
Controlling system
C
Correct answer
Explanation
The operating system is the organized software collection that manages all computer operations, including hardware resources, process scheduling, memory management, and user interfaces. A 'working system' is not a standard term, a 'peripheral' refers to hardware devices, and 'controlling system' is too vague. The OS is the established industry term.
-
Cold booting
-
Booting
-
Warm booting
-
Boot recording
B
Correct answer
Explanation
Booting is the general term for initializing a computer with its operating system, derived from 'pulling oneself up by bootstraps.' Cold booting specifically means starting from a completely powered-off state, while warm booting means restarting without a full power cycle. 'Boot recording' is not a standard term in OS operations.
-
hardware
-
peripheral
-
memory
-
screen
A
Correct answer
Explanation
The operating system serves as the software interface between the user and the computer's hardware, abstracting away hardware complexities and providing a user-friendly way to interact with the system. While the OS interfaces with peripherals, memory, and manages screen output, its fundamental role is bridging the user and hardware layers.
-
command resources
-
manage resources
-
provide utilities
-
be user friendly
B
Correct answer
Explanation
The primary job of an operating system is resource management - allocating CPU time, memory, storage, and I/O devices among competing processes efficiently. While providing utilities and being user-friendly are important OS goals, the core function is resource management. 'Command resources' is not a standard term in OS terminology.
-
Supervisor
-
Performance monitor
-
job-control program
-
i/o control program
B
Correct answer
Explanation
Performance monitors are typically separate utilities or add-on tools that track system metrics, not integral components of the operating system kernel. In contrast, the Supervisor (kernel), job-control programs, and I/O control programs are core OS components that manage execution flow, process scheduling, and device operations respectively.
-
input / output units that operate independently of the CPU
-
operating system
-
both (1) and (2)
-
neither (1) nor (2)
C
Correct answer
Explanation
Multiprogramming requires both hardware capability (independent I/O units that don't block the CPU) AND software (the operating system to manage multiple processes). The OS switches the CPU between processes when one does I/O, while independent I/O units allow the CPU to continue executing other processes instead of waiting.
-
Shareware program
-
Public domain program
-
Firmware program
-
Mindware
B
Correct answer
Explanation
Public domain software is not copyrighted and can be freely used, compiled, modified, and distributed. Shareware allows free trial but requires payment later, firmware is embedded software, and "mindware" is not a standard software category.
-
a collection of hardware components
-
a collection of i/o devices
-
a collection of software routine
-
all the above
C
Correct answer
Explanation
An operating system is a collection of software routines that manage hardware resources and provide services for applications. It is NOT hardware components (that's the machine itself) or I/O devices (physical peripherals), though it controls both.
-
a set of programs which controls a computer's working
-
the way a computer operates and works
-
conversion of high level language into machine code
-
the way a floppy disk drive operates
A
Correct answer
Explanation
The term 'operating system' means a set of programs which controls a computer's working.