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
B
Correct answer
Explanation
The combination of operating system and processor architecture is called the platform. For example, 'Windows on x86' or 'Linux on ARM' are platforms. The CPU (A) is just the processor component. BIOS (B) is the firmware interface. CMOS (C) is the memory chip storing BIOS settings. Platform encompasses both hardware (processor type) and software (OS) together.
-
ADM worm
-
Phoenix I
-
Phoenix II
-
Backage
C
Correct answer
Explanation
Phoenix II is a Trojan horse program compiled and written in Visual C++, whereas other options like ADM worm are written in different languages such as C or shell script.
-
Nimda
-
Fatal Connections
-
RHS
-
Slapper
C
Correct answer
Explanation
RHS is a Trojan specifically designed to target and run on the OS/2 operating system, unlike Nimda or Slapper which target Windows and Linux/Unix systems respectively.
-
ADM worm
-
Phoenix I
-
Phoenix II
-
Backage
C
Correct answer
Explanation
Phoenix II is a Trojan horse program compiled and written in Visual C++, whereas other options like ADM worm are written in different languages such as C or shell script.
-
Nimda
-
Fatal Connections
-
RHS
-
Slapper
C
Correct answer
Explanation
RHS is a Trojan specifically designed to target and run on the OS/2 operating system, unlike Nimda or Slapper which target Windows and Linux/Unix systems respectively.
-
Power consumption and FSB speed.
-
Mobility and Clock speed
-
L2 Cache and clock speed
-
Power Consumption and Heat production
D
Correct answer
Explanation
Laptop CPUs are specifically designed for power efficiency and thermal management, as they operate in confined spaces with limited cooling. Desktop CPUs prioritize raw performance and can consume more power while generating more heat, with better cooling solutions available.
C
Correct answer
Explanation
The SYS command transfers system files (IO.SYS and MSDOS.SYS in DOS) to a disk's boot sector, making it bootable. XCOPY and COPY copy files but don't create boot sectors, while ATTRIB only modifies file attributes. The SYS command specifically creates a bootable disk.
-
INSTALL
-
ACMEBOOT
-
BOOT
-
SETUP
D
Correct answer
Explanation
SETUP.EXE is the standard executable file used to initiate the installation of Windows operating systems from installation media containing cabinet (.cab) files or CD-ROMs.
-
FDISK /MBR
-
FIXMBR
-
SFC /SCANNOW
-
CHKDSK -F
A
Correct answer
Explanation
The legacy MS-DOS utility FDISK with the /MBR switch rewrites the Master Boot Record of the primary hard disk without altering the partition table, which is a classic method to clear out MBR-infecting viruses.
C
Correct answer
Explanation
The 'at' command schedules programs to run once at a specified time. It requires the Schedule service to be running. Modern Windows versions use 'schtasks' instead, which provides more features for task scheduling. Options A, B, and D are not valid scheduling commands.
-
powercfg
-
powerutil
-
system /power
-
config /power
A
Correct answer
Explanation
powercfg is a Windows command-line tool that manages power settings including hibernation, sleep modes, and power schemes. It provides extensive control through various switches/parameters. Options B, C, and D are not valid Windows commands for power management.
-
system --help
-
systeminfo
-
sysinfo
-
windows /system
B
Correct answer
Explanation
systeminfo is a Windows command that displays detailed configuration information including OS version, processor, memory, network, and hotfixes. Options A, C, and D are not valid commands for this purpose - sysinfo doesn't exist in Windows.
-
Internal Correctness Evaluation
-
Internal Consistency Evaluation
-
Installation Consistency Evaluation
-
Installation Consistency
B
Correct answer
Explanation
ICE stands for Internal Consistency Evaluators, which are custom validation tests used to verify Windows Installer packages for correctness, completeness, and best practices before deployment. ICE checks help identify potential installation issues early in the development process.
-
An abstract device that can simulate the logic of any conceivable computer algorithm
-
Any mechanism that can simulate human intelligence sufficiently to fool a human
-
A device used by early programmers to input punch cards into the computer
-
Any of a number of machines derived from the first mechanical computing devices
A
Correct answer
Explanation
A Turing machine is a mathematical abstraction of a device that manipulates symbols on a strip of tape according to a table of rules, capable of simulating any computer algorithm's logic.
-
The Apple IIc
-
The Apple II
-
The Apple IIgs
-
The original Macintosh
A
Correct answer
Explanation
The Apple IIc featured a keyboard switch allowing users to toggle between QWERTY and Dvorak layouts. This was a unique hardware feature not found in other Apple models of that era.