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 general knowledge
  1. PCs

  2. Hard Disks

  3. Monitors

  4. processors

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

AMD (Advanced Micro Devices) is a semiconductor company best known for manufacturing processors (CPUs and GPUs). While they don't make complete PCs, hard disks, or monitors, their processors are used in PCs manufactured by other companies. Their main products are the Ryzen, EPYC, and Athlon processor lines.

Multiple choice general knowledge science & technology
  1. BIOS

  2. CMOS

  3. NiMH

  4. Li-ion

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

BIOS (Basic Input/Output System) is firmware stored on a motherboard, not a battery type. CMOS (Complementary Metal-Oxide-Semiconductor) refers to memory technology that's often battery-backed, while NiMH (Nickel-Metal Hydride) and Li-ion (Lithium-ion) are actual rechargeable battery chemistries used in laptops and portable devices.

Multiple choice general knowledge
  1. Boot Process

  2. Boot Protocoling

  3. Boot Protocoled

  4. Boot Protocol

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

BOOTP (Bootstrap Protocol) is a networking protocol used to automatically assign an IP address to a client device. It was the predecessor to DHCP (Dynamic Host Configuration Protocol). The correct expansion is 'Boot Protocol,' making option D correct. Options A, B, and C are grammatically incorrect or don't represent standard terminology.

Multiple choice general knowledge science & technology
  1. Intel 4004

  2. Intel 8080

  3. Intel 8085

  4. Intel 4008

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

The Intel 4004 was the first commercial microprocessor, released in 1971. It was a 4-bit processor that revolutionized computing by putting a complete CPU on a single chip. Intel 8080 came later (1974), as did 8085 (1977), and there was no Intel 4008 - the numbering sequence went from 4004 to 8008.

Multiple choice general knowledge science & technology
  1. Flip-flops

  2. transistors

  3. registers

  4. None of these

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

The 8085 microprocessor contains registers that store data, addresses, and intermediate results during program execution. Registers like accumulator, B, C, D, E, H, L, and program counter hold operands and addresses needed by the CPU. Flip-flops and transistors are indeed part of the IC, but registers are the functional storage units used during execution.

Multiple choice general knowledge science & technology
  1. I/O processor

  2. ALU

  3. RAM

  4. ROM

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

The CPU consists of three primary components: the Control Unit (CU) that manages instruction flow, the Arithmetic Logic Unit (ALU) that performs mathematical and logical operations, and registers that store temporary data. RAM and ROM are separate memory units that work alongside the CPU but are not part of its internal architecture.

Multiple choice general knowledge science & technology
  1. Drilling

  2. Pipelining

  3. Refining

  4. Blasting

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

Pipelining is a fundamental CPU architecture technique where multiple instruction phases are overlapped to improve performance. While one instruction is being executed, another can be decoded and a third fetched - similar to an assembly line. Drilling, refining, and blasting are industrial processes unrelated to computing.

Multiple choice general knowledge history
  1. Storage measurement

  2. Speed Measurement

  3. Measurement of ComputIing

  4. LCD Display Configuration

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

FLOPS (Floating Point Operations Per Second) measures computational performance, specifically a computer's ability to calculate floating-point mathematical operations. It's the standard metric for supercomputer speed and CPU performance in scientific computing. Storage is measured in bytes/terabytes, not FLOPS. Speed measurement is more accurate than the option's wording, but FLOPS specifically measures computing throughput, not general speed. LCD display configuration is unrelated to computational performance.