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. Brain

  2. Heart

  3. Central Nervous System

  4. None of these.

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

The control unit coordinates all computer operations like a brain coordinates body functions. It fetches instructions, decodes them, and directs other components. The heart pumps blood (power supply), and central nervous system is closer to the bus system that carries data.

Multiple choice
  1. Spreadsheet package

  2. Word processor

  3. Compiler

  4. DTP

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

A compiler is system software that translates high-level code into machine code. Spreadsheets, word processors, and DTP (Desktop Publishing) are all application software for end-users, while compilers directly support the computer's operation.

Multiple choice
  1. True

  2. False

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

ROM (Read-Only Memory) stores permanent instructions like BIOS that the computer needs to start up and operate. These are 'firmware' - essential programs written by manufacturers. User programs run in RAM, but ROM provides the foundational instructions to boot and manage hardware.

Multiple choice
  1. Mainframe computer

  2. Mini computer

  3. Micro computer

  4. None of the above

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

Personal computers, contains articles related to those Micro computers being used by individual people primarily for (home)office/productivity applications.

Multiple choice
  1. Control unit

  2. Registers

  3. ALU

  4. None of these

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

The Control Unit (CU) is the component within the CPU that interprets program instructions and directs the operation of the processor. It decodes instructions, determines the required operations, and coordinates data flow between the ALU, registers, and memory. Registers (Option B) store data temporarily, while the ALU (Option C) performs arithmetic and logical operations.

Multiple choice
  1. Large scale integrated circuits

  2. Vacuum tubes

  3. Integrated circuits

  4. Transistors

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

Third generation computers (1960s) used Integrated Circuits (ICs) - multiple transistors fabricated on a single silicon chip. This replaced the discrete transistors used in second generation computers. Vacuum tubes (Option B) were first generation, Large scale integration (Option A, LSI) was fourth generation, and Transistors (Option D) were second generation.

Multiple choice
  1. Cellular program

  2. Software

  3. Shareware

  4. Firmware

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

Firmware is software that is permanently stored in hardware read-only memory (ROM) or flash memory, providing low-level control for device-specific operations. It bridges hardware and software. 'Cellular program' is not standard terminology, regular software is not hardware-stored, and shareware is a licensing model.

Multiple choice
  1. console-operator

  2. programmer

  3. people ware

  4. system analyst

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

Peopleware refers to the human personnel involved in computing - those who design, program, operate, and maintain computer equipment. This includes programmers, operators, analysts, and support staff. The other options are specific roles, while peopleware is the collective term for all computer personnel.