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
-
Integrated Computerized Unit
-
Intensive Care Unit
-
Injured Children Unit
-
Integrated Circuit
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.
-
GEORGE
-
AVIDAC
-
ENIAC
-
EDSAC
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.
-
Seagate
-
Intel
-
Celeron
-
IBM
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.
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.
-
An office
-
Prepackaged software
-
Multipackage programs
-
A suite
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.
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.
-
Trojan Horse
-
Worms
-
Resident Virus
-
Non Resident Virus
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.
-
trap files
-
test files
-
donkey files
-
bait files
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.
-
W32/Similie
-
Chernobyl
-
CiaDoor
-
XORing
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.
-
Polymorphic
-
Metamorphic
-
HIV
-
XORing
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.
-
Transistors
-
Magnetic cores
-
Silicon chips
-
Vacuum tubes
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.
-
First generation
-
Fifth generation
-
Second generation
-
None of these
C
Correct answer
Explanation
Second generation computers (approximately 1959-1965) used transistors instead of vacuum tubes, making them smaller, more reliable, and more efficient than first generation systems.
B
Correct answer
Explanation
Alan Turing designed the Automatic Computing Engine (ACE). It was one of the first designs for a stored-program computer. PDP11 and Honeywell are much later computer systems/manufacturers.
-
Integrated Drive Electricals
-
Integrated Drive Electronics
-
Integrated Dead Electronics
-
Integrated Driveable Electronics
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.