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
-
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.
-
computer organization
-
computer design
-
computer architecture
-
computer implementation
C
Correct answer
Explanation
Computer architecture refers to those attributes of a system that have a direct impact on the logical execution of a program, such as the instruction set and addressing modes. Computer organization refers to the physical implementation of these architectural concepts.
-
central processing unit
-
computer processing unit
-
common processing unit
-
none of these
A
Correct answer
Explanation
The Central Processing Unit (CPU) is the primary component of a computer that performs most of the processing inside the computer.
-
central unit
-
computer unit
-
common unit
-
control unit
D
Correct answer
Explanation
The Control Unit (CU) is a component of the CPU that directs the operation of the processor by telling the computer memory, ALU, and input/output devices how to respond to the instructions sent to the processor.
-
firmware
-
middleware
-
software
-
hardware
C
Correct answer
Explanation
Software refers to the collection of programs, instructions, and data that tell a computer how to perform specific tasks, as opposed to the physical hardware.
-
low
-
high
-
moderate
-
none of these
B
Correct answer
Explanation
Registers are small, extremely fast storage locations within the CPU used to hold temporary data and instructions for immediate processing.