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

  2. Super computer

  3. Micro computer

  4. Mainframe

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

Microcomputers, which include personal computers, laptops, and tablets, are designed for individual use and emphasize a compact, portable form factor. Mainframes and supercomputers are massive systems designed for high-performance processing and occupy significant physical space. Mini computers are smaller than mainframes but larger and less compact than microcomputers.

Multiple choice
  1. handheld computer

  2. cellular phone

  3. network computer

  4. all of the above

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

A network computer, often called a thin client, is a terminal with minimal processing power that relies on a central server for its main operations. It is designed to be a cost-effective and manageable alternative to a full PC in a networked environment. Handhelds and cellular phones are mobile devices rather than network-specific PC variants.

Multiple choice
  1. Workstation

  2. Mainframe

  3. Network

  4. Handheld

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

Mainframe computers are high-performance systems designed to handle massive amounts of data and transactions for large organizations. Because they serve the needs of an entire corporation or enterprise, they are frequently referred to as enterprise servers. Workstations and handhelds serve individual users rather than entire enterprises.

Multiple choice
  1. interrupt requests

  2. scan codes

  3. messages

  4. both (2) and (3)

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

When a key is pressed, the keyboard controller generates a unique scan code representing that specific key. This code is stored in the keyboard buffer until the operating system or application processes it. This allows the system to keep track of keystrokes even if the CPU is busy with other tasks.

Multiple choice
  1. cable

  2. video RAM

  3. microprocessor

  4. ROM

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

Modern video controllers include a dedicated microprocessor, often called a Graphics Processing Unit (GPU), to handle complex visual calculations. By offloading these tasks from the main CPU, the system can render graphics more efficiently and improve overall performance. This specialized chip is designed specifically for mathematical operations related to image rendering.

Multiple choice
  1. FAT

  2. master boot record

  3. sector

  4. none of these

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

The Master Boot Record (MBR) is located in the first sector of a hard drive and contains the code necessary to start the boot process. It identifies where the operating system is located so it can be loaded into the computer's RAM. Without this small program, the computer would not know how to load the OS from the disk.

Multiple choice
  1. Backing up

  2. Initializing

  3. Booting

  4. None of these

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

Backing up involves creating copies of important files and programs to protect against data loss from hardware failure or accidental deletion. These duplicates are stored on separate media to ensure they can be restored if the original data is lost. This is a critical part of data maintenance and security.

Multiple choice
  1. VDU

  2. CPU

  3. CAD

  4. None of these

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

The CPU (Central Processing Unit) is the brain of the computer, responsible for executing instructions and processing data. It contains registers to store data temporarily during processing and coordinates the flow of information between other units. VDU is an output device, and CAD is a type of design software.

Multiple choice
  1. Altair 8800

  2. ENIAC

  3. LEO

  4. UNIVAC

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

The Altair 8800, released in 1974, is widely credited as the first commercially successful microcomputer. It was based on the Intel 8080 CPU and sparked the personal computer revolution. ENIAC and UNIVAC were much larger mainframe-style computers from earlier generations.

Multiple choice
  1. first generation of computers

  2. second generation of computers

  3. third generation of computers

  4. fourth generation of computers

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

The fourth generation of computers is characterized by the use of Very Large Scale Integration (VLSI), which allowed thousands of transistors to be placed on a single silicon chip. This era saw the development of the microprocessor, which contains all the components of a CPU on one chip. While third-generation computers used integrated circuits, the fourth generation is defined by the complete computer on a chip concept.

Multiple choice
  1. first generation of Computers

  2. second generation of Computers

  3. third generation of Computers

  4. fourth generation of Computers

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

The first generation of computers, spanning roughly from 1940 to 1955, relied on vacuum tubes for circuitry and magnetic drums for memory. These machines, like ENIAC and UNIVAC, were enormous, expensive to operate, and generated a great deal of heat. They were programmed using machine language, the lowest-level programming language.

Multiple choice
  1. first generation of computers

  2. fifth generation of computers

  3. third generation of computers

  4. fourth generation of computers

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

The fifth generation of computers is defined by the integration of artificial intelligence (AI) and machine learning. These systems aim to process natural language and perform complex tasks like image recognition and decision-making. While previous generations focused on hardware miniaturization, the fifth generation focuses on intelligent software and parallel processing.