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 general knowledge
  1. Integrated Computerized Unit

  2. Intensive Care Unit

  3. Injured Children Unit

  4. Integrated Circuit

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

ICU stands for Intensive Care Unit in a hospital setting. It's a specialized department providing critical care and life support for patients with severe or life-threatening illnesses and injuries requiring constant monitoring and specialized treatment.

Multiple choice general knowledge science & technology
  1. GEORGE

  2. AVIDAC

  3. ENIAC

  4. EDSAC

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

ENIAC (Electronic Numerical Integrator and Computer), completed in 1945 at the University of Pennsylvania, is widely recognized as the first general-purpose electronic digital computer. While not the first programmable computer (Zuse Z3 was earlier), ENIAC was the first to gain widespread recognition and is the standard answer in most curricula.

Multiple choice general knowledge science & technology
  1. Seagate

  2. Intel

  3. Celeron

  4. IBM

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

Intel manufactured the world's first commercial microprocessor, the Intel 4004, in 1971. It was a 4-bit processor originally designed for a Japanese calculator company. Celeron is Intel's own budget processor line (not a manufacturer), Seagate makes storage products, and IBM entered the microprocessor market later.

Multiple choice general knowledge
  1. True

  2. False

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

Google's original search infrastructure was built using inexpensive, off-the-shelf commodity hardware rather than expensive enterprise servers. The system was designed with fault tolerance as a core principle, assuming individual components would fail regularly and replicating data across multiple machines to ensure reliability.

Multiple choice general knowledge science & technology
  1. An office

  2. Prepackaged software

  3. Multipackage programs

  4. A suite

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

A software suite is a collection of software programs bundled together by the same company, typically designed to work well together. Common examples include Microsoft Office (Word, Excel, PowerPoint) and Adobe Creative Suite. This is different from individual programs or unrelated packages.

Multiple choice general knowledge science & technology
  1. CADD

  2. MIDI

  3. MPC

  4. DOS

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

MIDI (Musical Instrument Digital Interface) is the standard protocol for communication between computers and digital musical instruments. It allows electronic instruments, computers, and other hardware to communicate and control each other. MIDI sends performance data (which notes, how hard pressed, duration) but not actual audio.

Multiple choice general knowledge science & technology
  1. Trojan Horse

  2. Worms

  3. Resident Virus

  4. Non Resident Virus

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

Non-resident viruses operate in two distinct phases: a finder module searches for files to infect, and a replication module handles the actual infection. Unlike resident viruses that stay in memory, non-resident viruses don't remain active after infection. Trojans and worms are fundamentally different - Trojans disguise themselves as legitimate software, while worms spread independently without needing a host file.

Multiple choice general knowledge science & technology
  1. trap files

  2. test files

  3. donkey files

  4. bait files

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

Bait files (also called goat files) are dummy files created by antivirus researchers to attract and analyze virus infections. These files help study virus behavior without risking important data. The other terms are not standard antivirus terminology - trap files might seem plausible but bait files is the correct industry term.

Multiple choice general knowledge science & technology
  1. W32/Similie

  2. Chernobyl

  3. CiaDoor

  4. XORing

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

CiaDoor is a notorious virus/malware that specifically disables critical system tools including System Restore, Task Manager, and Command Prompt to prevent users from removing it. W32/Similie and Chernobyl are different types of malware, and XORing is an encryption technique.

Multiple choice general knowledge science & technology
  1. Polymorphic

  2. Metamorphic

  3. HIV

  4. XORing

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

Metamorphic viruses completely rewrite their code with each infection while maintaining functionality, making them extremely difficult to detect via signature-based methods. Polymorphic viruses only change their decryption routine while keeping the same virus body. HIV is a biological virus, not computer malware.

Multiple choice general knowledge science & technology
  1. Transistors

  2. Magnetic cores

  3. Silicon chips

  4. Vacuum tubes

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

First generation computers (1940s-1950s) used vacuum tubes for processing and magnetic drums for memory. Transistors were introduced in second generation computers, silicon chips (ICs) in third generation, and magnetic cores were a memory technology used in early computers.

Multiple choice general knowledge math & puzzles
  1. Integrated Drive Electricals

  2. Integrated Drive Electronics

  3. Integrated Dead Electronics

  4. Integrated Driveable Electronics

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

IDE stands for Integrated Drive Electronics, a standard electronic interface used between a computer motherboard's data paths and the computer's disk storage devices.