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

  2. TKA

  3. EKA

  4. SKC

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

EKA, developed by Computational Research Laboratories (CRL) in Pune, India, was ranked as the fourth fastest supercomputer in the world in the Top 500 listing. This was a significant achievement for India's computational capabilities. The other options (HPC, TKA, SKC) are not the names of supercomputers that achieved this specific ranking from CRL.

Multiple choice
  1. RAM

  2. Mouse

  3. Pastry

  4. Byte

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

Pastry is a food term (baked dough), unrelated to computers. RAM (Random Access Memory), Mouse (input device), and Byte (unit of digital information) are all fundamental computer terms.

Multiple choice
  1. Opcode

  2. Micro chip

  3. Decode

  4. Microprocessor

  5. Execute

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

Microprocessor is the right answer. It has square shape. It has 30 pins. The main function of the microprocessor is to control Input/Output and Memory Unit.

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.