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
-
2 core unit
-
4 core unit
-
2 core unit & 2 image of core unit
-
1 core unit & 3 image core unit
A
Correct answer
Explanation
Core 2 Duo was Intel's processor line where 'Duo' signified two processor cores on a single chip. This was Intel's mainstream dual-core architecture. The options with 4 cores or mixed core/images are incorrect - Core 2 Duo specifically meant 2 cores, not 4. Option A correctly identifies it as a 2-core unit. Note: The question has informal grammar ('u' instead of 'you').
B
Correct answer
Explanation
India's first supercomputer was PARAM 8000, developed by C-DAC (Centre for Development of Advanced Computing) in 1991. C-DAC was established specifically to develop indigenous supercomputing capability after technology denial from other countries. CRAY is an American supercomputer company. IBM and HP are American computer companies, not Indian supercomputer developers. Option B is correct.
-
Operating system
-
Application software
-
System software
-
All
A
Correct answer
Explanation
An operating system runs directly on computer hardware and provides a platform for other software applications. System software (option C) is a broader category that includes the OS, but the OS specifically serves as the platform.
-
Operating environment
-
Operating system
-
System environment
-
None
B
Correct answer
Explanation
The operating system sits between the hardware and user programs, providing an abstraction layer. It manages hardware resources and presents a simplified interface to applications through APIs and system calls.
-
Program
-
Software
-
Data
-
None
B
Correct answer
Explanation
Software transforms one interface into another - for example, an OS transforms raw hardware interfaces into user-friendly APIs. An application transforms user commands into system calls. Programs and data don't inherently transform interfaces.
-
Environment
-
System
-
Operating
-
None
C
Correct answer
Explanation
The operating system is built directly on the hardware - it's the lowest-level software that manages hardware resources directly. Environments and systems are abstract concepts, not software layers.
-
System software
-
Operating system
-
System operations
-
None
B
Correct answer
Explanation
The operating system is the first program loaded and executed when a computer boots up. It initializes hardware, sets up the environment, and then allows other programs to run. System software is a category, not a specific program.
-
Hardware
-
Software
-
Data
-
None
A
Correct answer
Explanation
The hardware interface includes physical components like the program counter (a CPU register), general-purpose registers, interrupt lines, and terminal devices. These are tangible electronic parts that the operating system interacts with directly, not abstract software code or data structures. Software and data are logical constructs that run on or are stored in these hardware components.
-
Operating System
-
Hardware
-
Data
-
Software
A
Correct answer
Explanation
The operating system uniquely straddles both hardware and software domains - it's software that directly controls and manages hardware resources. Unlike pure hardware (circuits, chips) or pure software (applications, files), the OS provides an abstraction layer that hides hardware complexity from applications while giving them controlled access to physical devices through system calls and drivers.
-
Single level implementation
-
Two level implementation
-
Multi level implementation
-
None
B
Correct answer
Explanation
Two-level implementation separates the mechanism (how something is done) from policy (what is done). The lower level implements flexible primitive operations that don't embody specific policies, while the upper level makes policy decisions using those mechanisms. This design allows policies to change without rewriting low-level code - you can modify scheduling policy, for example, without touching the context-switch mechanism.
-
Virtual space
-
Virtual computers
-
Virtual device
-
None
B
Correct answer
Explanation
The operating system creates virtual computers (also called virtual machines) - each process gets the illusion of having its own dedicated machine with isolated memory, CPU time, and I/O devices. This abstraction allows multiple programs to run concurrently without interfering with each other, even though they share the same physical hardware. Virtual space is a memory management concept, while virtual device refers to device abstraction.
-
Cache
-
Video
-
Operating System
-
Com or port
A
Correct answer
Explanation
Microsoft Diagnostics (MSD.exe) is a legacy DOS utility that gathers system information about hardware, BIOS, memory, and drivers. It reports on video cards, operating system version, COM/LPT ports, and memory but does not include cache memory information in its reports. Cache details require specialized diagnostic tools that can directly probe CPU and motherboard cache configurations.
-
Resource Manager
-
Application Programmer
-
Architectural Manager
-
Systems Programmer
D
Correct answer
Explanation
Systems programmers are responsible for the installation, configuration, maintenance, and optimization of operating systems on mainframe computers. They ensure the OS runs correctly and efficiently. The resource manager is software, while application programmers write application code and architectural managers are not a standard role.
A
Correct answer
Explanation
Computer hardware requires specific temperature ranges to function correctly. Overheating can cause component failure, data corruption, and system crashes. Data centers use climate control systems to maintain proper temperature and humidity.
-
OS/390
-
OS/370
-
OS/360
-
OS/380