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

  2. workstation

  3. dumb terminal

  4. node

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

A dumb terminal is a computer terminal that consists mostly of just a display monitor and a keyboard (and perhaps a mouse as well). It has no internal CPU (central processing unit) and thus, has little or no processing power.

Multiple choice
  1. a super computer

  2. a humanoid robot

  3. a satellite

  4. none of these

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

EKA is an Indian supercomputer developed by C-DAC (Centre for Development of Advanced Computing) in collaboration with Tata Sons. It was ranked as the world's fourth fastest supercomputer in 2007.

Multiple choice
  1. workshops

  2. system software

  3. application software

  4. real time software

  5. business software

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

 Yes, device drivers are an example of system software.

Multiple choice
  1. Cache

  2. FPU

  3. Socket

  4. There was no bug/flaw

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

The Intel Pentium bug (1994) was a floating-point division error in the processor's Floating Point Unit (FPU). The bug caused incorrect results for certain division operations. Cache is memory storage. Socket is the processor interface. The bug definitely existed and was a major issue for Intel.

Multiple choice
  1. Floppy diskette

  2. E-mail

  3. Scanner

  4. Internet Downloads

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

A scanner is an input device that converts physical documents to digital format. It cannot execute code or transmit viruses. Viruses can spread through floppy diskettes (boot sector viruses), email attachments, and internet downloads. Scanners are input-only devices with no data writing capability.

Multiple choice
  1. Attachment for CPU

  2. Creating magnetic media

  3. Erasing magnetic media

  4. Medical software

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

Degaussing is the process of reducing or eliminating magnetic fields. It is used to erase magnetic media like floppy disks, hard drives, and to demagnetize CRT monitors. It is not a CPU attachment, medical software, or method for creating magnetic media.

Multiple choice
  1. Had errors

  2. No level 2 cache

  3. Caused errors

  4. Caused Excess heat

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

The first Intel Celeron processors (Covington and Mendocino cores) lacked L2 cache memory, which significantly reduced performance compared to the full Pentium II processors they were derived from. Without L2 cache, the CPU had to wait longer for data from main RAM, causing bottlenecks. The later Celeron models added on-die L2 cache, which improved performance.

Multiple choice
  1. security

  2. confidentiality

  3. both

  4. none

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

An operating system provides both security mechanisms (access controls, authentication, permissions) to protect against threats AND confidentiality (ensuring unauthorized users cannot access data). These are fundamental OS responsibilities in multi-user and networked environments.

Multiple choice
  1. hardware

  2. middleware

  3. firmware

  4. none

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

Operating systems are typically supplied with hardware - either pre-installed on computers (like Windows on PCs, macOS on Macs) or bundled for installation. Middleware and firmware serve different purposes and are not the primary distribution method for OS.

Multiple choice
  1. assembler

  2. compiler

  3. debugger

  4. operating system

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

The operating system's loader component loads programs from disk into memory for execution. Assemblers convert assembly code, compilers compile source code, and debuggers help find bugs - none of these handle the actual loading process. The OS manages program loading as part of its core functions.

Multiple choice
  1. 80286

  2. 8088

  3. 8086

  4. 8080

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

CP/M (Control Program/Monitor) was developed by Gary Kildall in 1974 for the Intel 8080 microprocessor. It was one of the first widely-used operating systems for microcomputers. The 8086 and 8088 came later, while 80286 was from the subsequent generation.