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 general knowledge
  1. Display the catalogs

  2. Notify to reboot the PC

  3. Display the new messages added to the store

  4. None

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

PC notifier is a tool that displays new messages that have been added to the store. It alerts users to new communications or updates, distinct from displaying catalogs or reboot notifications.

Multiple choice general knowledge science & technology
  1. Grouped Processing Unit

  2. Graphics Processing Unit

  3. Graphical Performance Utility

  4. Graphical Portable Unit

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

GPU stands for Graphics Processing Unit, a specialized electronic circuit designed to rapidly manipulate and alter memory to accelerate the creation of images. It's essential for rendering graphics, gaming, video editing, and parallel computing tasks. Options A, C, and D incorrectly use 'Grouped', 'Utility', and 'Portable' instead of 'Graphics'.

Multiple choice general knowledge science & technology
  1. Remodeled Interface System Computer

  2. Remote Intranet Secured Connection

  3. Runtime Instruction Set Compiler

  4. Reduced Instruction Set Computer

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

RISC stands for Reduced Instruction Set Computer, a CPU design philosophy that uses simple, uniform instructions executing in one cycle. This contrasts with CISC (Complex Instruction Set Computer). The simplicity enables faster processing and better pipelining. Options A, B, and C are fabricated expansions not used in computer architecture.

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.