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

Multiple choice
  1. chip

  2. motherboard

  3. keyboard

  4. memory card

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. Trojan horse

  2. Backdoor

  3. Rootkits

  4. Antivirus

  5. Virus hoax

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. Hardware

  2. Middleware

  3. Software

  4. Malware

  5. Operating system

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. Core 2 Extreme

  2. Atom N270

  3. Core i7

  4. Intel Dual Core CPU

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. computer organization

  2. computer design

  3. computer architecture

  4. computer implementation

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. computer organization

  2. computer design

  3. computer architecture

  4. computer implementation

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. central processing unit

  2. computer processing unit

  3. common processing unit

  4. none of these

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. central unit

  2. computer unit

  3. common unit

  4. control unit

Reveal answer Fill a bubble to check yourself
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.

Multiple choice
  1. low

  2. high

  3. moderate

  4. none of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Registers are small, extremely fast storage locations within the CPU used to hold temporary data and instructions for immediate processing.