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
-
Basic Input Output System
-
Base Input Output System
-
Broad Information Output System
-
Basic Information Operating System
A
Correct answer
Explanation
BIOS stands for Basic Input Output System, which is the firmware used to perform hardware initialization during the booting process.
-
Floppy disk
-
Hard disk
-
CD
-
Zip Drive
B
Correct answer
Explanation
The hard disk is the primary internal storage device located inside the CPU cabinet. Other options like CDs or floppy disks are removable media.
-
Input
-
Output
-
Result
-
None of the above
B
Correct answer
Explanation
In the computing cycle, input is the data provided, processing is the action taken, and output is the final result presented to the user.
A
Correct answer
Explanation
The Central Processing Unit (CPU) is responsible for interpreting and executing instructions, making it the brain of the computer. CU, MU, and ALU are internal components of the CPU.
-
Bacteria
-
Virus
-
Insect
-
Worm
B
Correct answer
Explanation
A computer virus is a type of malicious software designed to replicate and damage files or the system. Bacteria and insects are biological terms.
-
chip
-
motherboard
-
keyboard
-
memory card
A
Correct answer
Explanation
An integrated circuit, commonly referred to as a chip, is a small semiconductor device that forms the basis of computer hardware.
-
powering the computer
-
oning the computer
-
booting the computer
-
none of the above
C
Correct answer
Explanation
Booting is the process of starting a computer and loading the operating system into memory.
-
polymorphic virus
-
anti virus
-
spam
-
None of these
A
Correct answer
Explanation
A polymorphic virus is a type of malware that constantly changes its identifiable features (code) to evade detection by antivirus software.
-
Trojan horse
-
Backdoor
-
Rootkits
-
Antivirus
-
Virus hoax
C
Correct answer
Explanation
Once a malicious program is installed on a system, it is essential that it stays concealed, to avoid detection. Software packages known as rootkits allow this concealment, by modifying the host's operating system, so that the malware is hidden from the user. Rootkits can prevent a malicious process from being visible in the system's list of processes, or keep its files from being read.
-
Hardware
-
Middleware
-
Software
-
Malware
-
Operating system
B
Correct answer
Explanation
Middleware is computer software that provides services to software applications beyond those available from the operating system. It can be described as software glue.
-
Core 2 Extreme
-
Atom N270
-
Core i7
-
Intel Dual Core CPU
C
Correct answer
Explanation
Among the listed processors, the Intel Core i7 represents a more advanced and powerful architecture compared to the older Core 2 Extreme, Atom N270, or standard Dual Core CPUs.
-
Tianhe-2
-
Titan
-
K. Computer
-
Stampede
-
Juqueen
-
decimal
-
binary
-
octal
-
hexadecimal
B
Correct answer
Explanation
Digital computers operate using electrical signals that are either on or off, which corresponds to the binary system.
-
firmware
-
middleware
-
software
-
hardware
D
Correct answer
Explanation
Hardware refers to the physical, tangible components of a computer system, such as the monitor, keyboard, and internal circuitry.
-
computer organization
-
computer design
-
computer architecture
-
computer implementation
A
Correct answer
Explanation
The claimed answer 'computer organization' is incorrect. Computer organization refers to how hardware components are connected and operate at the physical level. The study of these operations and connections is typically called 'computer organization' or 'computer architecture'. However, 'computer organization' vs 'computer architecture' has subtle distinctions that make this question potentially ambiguous.