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

Multiple choice technology operating systems
  1. 2 core unit

  2. 4 core unit

  3. 2 core unit & 2 image of core unit

  4. 1 core unit & 3 image core unit

Reveal answer Fill a bubble to check yourself
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').

Multiple choice technology operating systems
  1. CRAY

  2. C-DAC

  3. IBM

  4. HP

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Hardware

  2. Software

  3. Data

  4. None

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Operating System

  2. Hardware

  3. Data

  4. Software

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Single level implementation

  2. Two level implementation

  3. Multi level implementation

  4. None

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Virtual space

  2. Virtual computers

  3. Virtual device

  4. None

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Cache

  2. Video

  3. Operating System

  4. Com or port

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology mainframe
  1. Resource Manager

  2. Application Programmer

  3. Architectural Manager

  4. Systems Programmer

Reveal answer Fill a bubble to check yourself
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.