Computer Knowledge

Computer Fundamentals and System Concepts

2,421 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. No Remote Memory Access

  2. No Remote Memory Action

  3. No Remote Multiple Access

  4. None of these

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

NORMA stands for No Remote Memory Access. It is a distributed memory architecture where each processor has its own local memory and cannot access the memory of other processors.

Multiple choice
  1. Varied Circuit

  2. Virtual Computer

  3. Virtual Congestion

  4. Virtual Circuit

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

A Virtual Circuit (VC) is a means of transporting data over a packet-switched computer network in such a way that it appears as though there is a dedicated physical layer link between the source and destination end systems.

Multiple choice
  1. Control Unit, Arithmetic Logic Unit and Memory Unit

  2. Input Unit, Memory Unit and Output Unit

  3. Control Unit, Input Unit and Memory Unit

  4. Control Unit, Disk Drive and Memory Unit

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

The CPU is composed of the Control Unit (CU), which manages instructions, the Arithmetic Logic Unit (ALU), which performs calculations, and the Memory Unit (often registers/cache).

Multiple choice
  1. scanner

  2. motherboard

  3. floppy disk drive

  4. microprocessor

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

The clock chip, often part of the Real-Time Clock (RTC) circuit, is integrated into the motherboard to keep track of the system time even when the computer is powered off.

Multiple choice
  1. virus

  2. firewall

  3. firmware

  4. bytes

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

Firmware is software that is permanently programmed into a hardware device's read-only memory (ROM), providing the necessary instructions for the device to function.

Multiple choice
  1. disease

  2. viruse

  3. both 1 and 2

  4. none of these

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

A computer virus is a malicious piece of code or program that attaches itself to legitimate programs and replicates by infecting other programs or files. The term virus is used metaphorically from biological viruses. Disease is not a technical term for malicious code, both 1 and 2 is incorrect since disease is not a valid option, and D is wrong because B is the correct answer (despite the typo viruse instead of virus).

Multiple choice
  1. mouses

  2. worms

  3. both 1 and 2

  4. none of these

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

A computer worm is a standalone malware computer program that replicates itself in order to spread to other computers, often using a computer network.