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. Integrity checkers

  2. Monitoring programs

  3. Virus removers

  4. None of these

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

Monitoring programs are designed to run in the background and observe system activity for suspicious patterns. Integrity checkers typically verify file signatures rather than continuously monitoring I/O operations for behavior.

Multiple choice
  1. Single Instruction, Single Data

  2. Single Input Stream Single Data Stream

  3. Single Instruction Single Data Stream

  4. None of these

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

SISD stands for Single Instruction, Single Data. It represents the classic von Neumann architecture where one instruction is executed on one data element at a time.

Multiple choice
  1. Multiple Instruction Single Data

  2. Multiple Input Streams Single Data Stream

  3. Multiple Instruction Stream Single Data Stream

  4. None of these

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

MISD stands for Multiple Instruction, Single Data. This architecture involves multiple processors executing different instructions on the same data stream.

Multiple choice
  1. Single Instruction Multiple Data

  2. Single Input Stream Multiple Data Streams

  3. Single Instruction Stream Multiple Data Streams

  4. None of these

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

SIMD stands for Single Instruction, Multiple Data. This architecture allows a single instruction to be applied to multiple data elements simultaneously, common in vector processing.

Multiple choice
  1. Multiple Instruction Multiple Data

  2. Multiple Input Streams Multiple Data Streams

  3. Multiple Instruction Stream Multiple Data Streams

  4. None of these

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

MIMD stands for Multiple Instruction, Multiple Data. This is the most common architecture for parallel computing, where multiple processors execute different instructions on different data.

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.