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. tools

  2. microprocessor

  3. hard disk

  4. none of these

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

Debug monitors are software tools that assist developers in finding and correcting errors by monitoring a program's execution in real-time. They provide features like breakpoints and memory inspection, which are based on the dynamic (running) state of the program. They are categorized as software utilities or tools rather than hardware components.

Multiple choice
  1. the CPU

  2. the ALU

  3. both (1) and (2)

  4. none of these

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

In the fetch-decode-execute cycle of a processor, the Arithmetic Logic Unit (ALU) is the specific component that performs the execution of the instruction. While the CPU as a whole manages the process, the ALU handles the actual mathematical and logical operations. Therefore, the instruction's core logic is passed to the ALU for the final execution step.

Multiple choice
  1. Computer and Automation

  2. Computer and Hardware

  3. Computer and Peripherals

  4. Tricks and Puzzles of Net

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

Computers and Automation, first published in 1952, is widely recognized as the first magazine dedicated to the computer industry.

Multiple choice
  1. head end

  2. computers

  3. switching elements

  4. bus

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

In network architecture, a MAN typically uses a broadcast or shared medium approach rather than a point-to-point switched subnet. Wide Area Networks (WANs) rely on switching elements like routers to direct traffic between nodes. Because MANs like DQDB use a bus structure, they do not require internal switching elements to function.

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.