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
  1. only mother board driver

  2. installer

  3. both (1) and (2)

  4. device driver

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Device drivers are software programs that allow the operating system to communicate with and control hardware devices. After physically installing a device like a printer or graphics card, you must install its driver for the computer to recognize and use it properly. Motherboard drivers are just one specific type.

Multiple choice
  1. a process

  2. the file name

  3. the i-node

  4. all of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

PID (Process IDentifier) uniquely identifies each running process in the system. It's used by the kernel for scheduling, resource management, and inter-process communication. Filenames use pathnames, inodes use inode numbers. 'All of the above' is incorrect.

Multiple choice
  1. Compiler

  2. Hardware

  3. JCL

  4. OS

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The Operating System (OS) acts as the fundamental interface between users and computer hardware, managing resources and providing services. Compilers translate code, hardware is the physical machinery, and JCL is a job control language for batch systems - none of these directly serve as the user-computer interface like the OS does.

Multiple choice
  1. Interrupt from Hard Disk

  2. Interrupt from Mouse

  3. Interrupt from Keyboard

  4. Interrupt from CPU temp sensor

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

CPU temperature monitoring is critical for system stability and hardware protection. If the CPU overheats, immediate action (throttling or shutdown) is required to prevent permanent damage. User input devices (mouse, keyboard) have standard priority, and disk operations are important but less urgent than thermal protection. Hardware safety interrupts typically get highest priority.

Multiple choice
  1. Para virtualisation

  2. Emulation

  3. Intercrosses communication

  4. Caching

  5. Stratification

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In this technique, the virtual machine simulates the complete hardware, allowing an unmodified operating system for a completely different CPU to be run in the virtual machine.

Multiple choice
  1. Desktop system

  2. Workstation system

  3. Computer cluster system

  4. Mini computer system

  5. Disk operating system

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This system is a group of computers that work together closely so that in many respects, they can be viewed as though they are a single computer.

Multiple choice
  1. A

  2. A and B

  3. A and C

  4. A, B and C

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Multi-programmed:- More than one program can run on single CPU, when one is blocked. (1) Is true and a characteristic of multi-programmed (2) Is true & also characterise a multi-programmed OS (3) Is true but no necessary for this type this happens in all OS, even in batch processor.

Multiple choice
  1. compile and go loader

  2. boot loader

  3. boot strap loader

  4. relating loader

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

When a computer is first turned on or restarted, a special absolute loader called a bootstrap loader is executed. This loader loads the operating system into memory. The term 'bootstrap' comes from 'pulling oneself up by bootstraps' - the loader gets the system running from nothing.