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

Multiple choice
  1. Basic Input Output System

  2. Base Input Output System

  3. Broad Information Output System

  4. Basic Information Operating System

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

BIOS stands for Basic Input Output System, which is the firmware used to perform hardware initialization during the booting process.

Multiple choice
  1. Input

  2. Output

  3. Result

  4. None of the above

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

Multiple choice
  1. CPU

  2. CU

  3. MU

  4. ALU

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

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.