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
-
Display the catalogs
-
Notify to reboot the PC
-
Display the new messages added to the store
-
None
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.
-
command
-
software
-
program
-
request
C
Correct answer
Explanation
An autoresponder is a computer program that automatically generates pre-written email responses to incoming messages. It's commonly used for out-of-office notices, subscription confirmations, and customer service acknowledgments on mail servers.
-
Grouped Processing Unit
-
Graphics Processing Unit
-
Graphical Performance Utility
-
Graphical Portable Unit
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'.
-
Remodeled Interface System Computer
-
Remote Intranet Secured Connection
-
Runtime Instruction Set Compiler
-
Reduced Instruction Set Computer
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.
C
Correct answer
Explanation
IBM stands for International Business Machines. It's one of the world's largest technology companies. Dell, AMD, and SUN are separate tech companies - SUN was later acquired by Oracle.
-
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.