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. A virus is a computer program which can copy itself and infect a computer.

  2. A virus can spread from one computer to another.

  3. A virus can be spread by removable mediums such as CD, DVD, USB.

  4. Two viruses cannot co-exist in a computer.

  5. Viruses can spread through internet.

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

This is the correct answer. There can be a multiple number of viruses in a computer.

Multiple choice
  1. GPU

  2. bus

  3. CISC

  4. DDR

  5. CMOS

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

CISC (Complex Instruction Set Computing) is a type of microprocessor design. The CISC architecture contains a large set of computer instructions that range from very simple to very complex and specialised.

Multiple choice
  1. Speed

  2. Diligence

  3. Decision making

  4. Versatility

  5. Accuracy

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

Computer can only perform tasks that it has been programmed to do. Computer cannot do any work without instructions from the user. It executes instructions as specified by the user and does not take its own decisions.

Multiple choice
  1. File System Management

  2. Device Drivers

  3. CPU

  4. Kernel

  5. System Utilities

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

A kernel is a central component of an operating system. It acts as an interface between the user applications and the hardware. The sole aim of the kernel is to manage the communication between the software (user level applications) and the hardware (CPU, disk memory etc.)