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. IBM 701

  2. Whirlwind

  3. Burroughs F-101

  4. MANIAC

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

The Whirlwind computer (developed at MIT, operational in 1951) was the first electronic stored-program computer to use magnetic core memory. Core memory replaced vacuum tubes and Williams tubes, offering faster, more reliable storage. The IBM 701 used Williams tube memory initially.

Multiple choice
  1. Programming errors

  2. Hardware fatigue

  3. Defects in floppy disks

  4. Data entry errors

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

Historically, many supposed 'computer errors' were actually human data entry mistakes - incorrect keystrokes, transposed numbers, wrong values entered. The phrase 'garbage in, garbage out' (GIGO) became famous because flawed input produces flawed output regardless of computer correctness. Programming bugs (software errors) and hardware failures do occur, but data entry errors were historically most common.

Multiple choice
  1. First generation

  2. Second generation

  3. Fourth generation

  4. All of the above

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

Computer generations are categorized by their primary electronic technology: First generation (1940s-1950s) used vacuum tubes; Second generation (late 1950s-1960s) used transistors; Third generation (1960s-1970s) used integrated circuits (ICs); Fourth generation (1970s-present) uses very large-scale integration (VLSI) and microprocessors. Therefore, transistors characterize the second generation.

Multiple choice
  1. It provides an interface between the hardware of the PC and its software.

  2. It boots the computer.

  3. It validates the PC’s configuration.

  4. It is a memory (RAM) keeping a group of routines needed to control system devices.

  5. BIOS stands for Basic Input/Output System.

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

It is an incorrect statement about BIOS since it is a type of ROM memory.

Multiple choice
  1. <g class="gr_" gr_5="gr-alert=" gr_spell="contextualspelling=" ins-del="multireplace=" id="5" data-gr-id="5">Motherborad</g>

  2. Operating system

  3. Monitor

  4. CPU

  5. RAM

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

It is not a hardware component since it is an interface between the hardware and the user.

Multiple choice
  1. modem

  2. computer port

  3. interface

  4. buffer memory

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

Computer ports serve as the physical interface between the CPU and peripheral devices, enabling data transfer through standardized connections. While modems, interfaces, and buffer memory play roles in communication, the port is the primary physical connection point. However, this answer is simplified - the actual data transfer involves complex bus systems and controller protocols.

Multiple choice
  1. It is a combination of textual as well as graphical symbols which guides the user.

  2. It helps user in performing various tasks.

  3. It is a step-by-step process to solve a particular problem.

  4. It is a graphical approach which is used in various software designs.

  5. It is used in software installation.

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

The dialog box which contains written as well as graphical symbols and guides the user at each step and provide alternatives for every step is called a wizard.

Multiple choice
  1. CPU

  2. Register

  3. Memory

  4. ALU

  5. None of these

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

Central processing unit is the brain of any computer system. It processes all the data and programs. It sends signals to control other parts of the computer, the same way our brain controls our body.