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
-
Application Software
-
Motherboard
-
Operating System
-
RAM
C
Correct answer
Explanation
The Operating System (OS) is the core software that manages all computer resources and coordinates activities between hardware and software. It handles memory, CPU, processes, and peripheral devices. Applications run ON TOP of the OS, not as the manager.
-
Langwell
-
LaGrande
-
Lincroft
-
Lakeport
D
Correct answer
Explanation
Lakeport was the codename for Intel's 945 Express chipset family, released in 2005. The other options were codenames for different Intel projects: Langwell (Atom CE for consumer electronics), LaGrande (security technology), and Lincroft (Atom processor for mobile devices).
-
Hard Drive
-
I/O Controller
-
Power Supply
-
Memory
D
Correct answer
Explanation
Parity errors are specifically related to memory (RAM) modules and indicate data corruption issues during storage or retrieval. The parity bit is used for error detection in memory systems. When a parity error occurs, it typically points to faulty RAM, not hard drives, controllers, or power supplies.
-
RAM
-
System Board
-
CPU
-
Speaker
D
Correct answer
Explanation
The beep sound during boot is produced by the system speaker (not to be confused with regular audio speakers). The beep code indicates POST (Power On Self Test) results. If the system boots but there's no beep, the most likely cause is a disconnected or faulty system speaker. The system can still boot successfully even without the speaker working. Options A, B, and C would typically prevent booting entirely or cause different symptoms.
-
Bad system board
-
Bad Power Supply
-
Faulty Adapter Card
-
AC Power Faulty
-
All of the above
E
Correct answer
Explanation
Continuous rebooting (also called a reboot loop) can be caused by multiple hardware failures. A bad system board can cause instability and reboots. A faulty power supply may deliver inconsistent voltage, triggering reboots. A defective adapter card can cause system crashes leading to restarts. Faulty AC power (unstable wall power) can also cause reboots. Since any of these could be the culprit, 'All of the above' is correct. Troubleshooting would require isolating which component is actually failing.
-
Motherboard manual
-
BIOS setup screens
-
System properties
-
On the back of the computer
B
Correct answer
Explanation
The BIOS version ID is displayed on the main screen of the BIOS setup utility, which can be accessed by pressing a specific key (like Del, F2, or F10) during boot. The motherboard manual may reference a version but doesn't show the currently installed version.
-
Power Supply
-
RAM
-
Hard Drive
-
CPU
-
Motherboard
-
Basic Input Output System
-
Byte Integration Operations System
-
Basic Interconnect Operating System
-
Big Interconnect Operating
A
Correct answer
Explanation
BIOS stands for Basic Input Output System, the firmware that initializes hardware during the boot process and provides runtime services for hardware-software communication. The other options are fabricated expansions.
E
Correct answer
Explanation
Intel invented the x86 architecture with the release of the 8086 processor in 1978. AMD later became a major licensee and competitor, IBM adopted x86 for their PCs, while VIA and Cyrix were later clone manufacturers.
-
Times the FSB Speed
-
Times the CPU Speed
-
Times PCI Speed
-
Times Graphics Speed
C
Correct answer
Explanation
The 'x' in AGP 8x represents a multiplier relative to the original AGP 1x speed, which is based on PCI clock timing. AGP 8x operates at 8 times the base AGP speed, not CPU, FSB, or graphics speed.
-
CPU fried
-
Hard Drive crashed
-
CD-ROM fried
-
Power Supply blown
-
Motherboard fried
D
Correct answer
Explanation
The power supply unit (PSU) converts AC wall power to DC power for all components. When it fails completely, no component receives power, making the system appear dead. This is far more common than sudden CPU, motherboard, or hard drive failure during normal operation.
-
CPU
-
Memory
-
FSB(Front Side Bus)
-
Video Card
-
Hard Drive
C
Correct answer
Explanation
The Front Side Bus (FSB) was the primary data path between CPU and memory (Northbridge) in older PC architectures. Its speed dictated how fast data could move between critical components, making it a performance bottleneck. Modern systems use QPI, HyperTransport, and integrated memory controllers instead.
B
Correct answer
Explanation
CPU frequency is only one factor in performance. Modern CPUs achieve higher throughput through multiple cores, larger caches, better branch prediction, wider instruction pipelines, and architectural improvements. A 2 GHz CPU from today significantly outperforms a 3 GHz CPU from 15 years ago due to these efficiency gains.
-
System Variable
-
System Function
-
Both A & B
-
None of the Above
B
Correct answer
Explanation
SYSDATE in PL/SQL is a pseudo-column that returns the current date and time from the database server. It is implemented as a function call that gets evaluated each time it is referenced, not a stored variable value. This is why SYSDATE always returns the current time when called.