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. Boot-sector viruses

  2. Macro viruses

  3. Time bombs

  4. Worms

  5. None of these

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

Time bombs are malicious programs designed to execute their payload on a specific date or after a certain time period has elapsed. Boot-sector viruses infect the boot sector of storage media, macro viruses infect macro-enabled documents, and worms are self-replicating malware that don't require a host file or time trigger.

Multiple choice
  1. Hardware

  2. Software

  3. Programs

  4. Output

  5. None of these

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

Hardware refers to the physical components of a computer that you can touch and feel - keyboard, monitor, CPU, mouse, etc. Software, programs, and output are intangible - they are instructions or results that run on hardware.

Multiple choice
  1. Peripherals

  2. Memory

  3. Storage

  4. The Input-Output unit

  5. The CPU

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

The CPU (Central Processing Unit) is the primary component responsible for processing data. It fetches instructions and data from memory, performs arithmetic and logical operations on them, and stores the results back. This input-processing-output cycle is the fundamental operation of computing. Peripherals provide input/output, memory stores data, but the CPU does the transformation.