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. Integrated Control

  2. Initial Circuit

  3. Integrated Circuit

  4. Integrated Current

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

IC stands for Integrated Circuit, the fundamental building block of modern electronics. Options A, B, and D are incorrect expansions.

Multiple choice
  1. It is a kind of physical impurity, which when present in the CPU causes it to malfunction.

  2. It is a manufacturing defect in the motherboard.

  3. A computer virus is a program, which copies itself to infect a computer without the permission or the knowledge of the user.

  4. It is an accumulation of dust on the hard disk causing it to malfunction.

  5. This is a software which helps in increasing the speed of the computer.

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

Statement (3) is correct about computer virus. 

Multiple choice
  1. Supercomputer, microcomputer, mainframe, minicomputer

  2. Mainframe, minicomputer, supercomputer, microcomputer

  3. Supercomputer, mainframe, minicomputer, microcomputer

  4. Mainframe, supercomputer, minicomputer, microcomputer

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

Supercomputers are the largest and most powerful computers designed for complex calculations. Mainframes are large-scale servers for enterprise applications. Minicomputers are mid-range systems smaller than mainframes. Microcomputers (personal computers) are the smallest. This hierarchy reflects both physical size and computational capacity, from largest to smallest.

Multiple choice
  1. addition

  2. subtraction

  3. both addition and subtraction

  4. addition, subtraction, multiplication and division

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

Computers perform all four basic mathematical operations. While addition is the fundamental operation at the hardware level (subtraction via 2's complement, multiplication via repeated addition, division via repeated subtraction), all operations are implemented at the instruction set level.

Multiple choice
  1. text and graphics

  2. sounds

  3. animation and movies

  4. all of these

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

Multimedia programs integrate multiple forms of media and content: text for information, graphics for visual elements, sound for audio, animation and movies for video content. The combination of these different media types creates rich, interactive experiences that engage multiple senses. Modern multimedia applications span education, entertainment, advertising, and communication.

Multiple choice
  1. hard copy

  2. storage and retrieval operation

  3. comparison operation

  4. arithmetic operation

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

Storage and retrieval operation is correct because saving a program for later use involves storing it on disk and retrieving it when needed. Hard copy refers to paper output, while comparison and arithmetic operations are CPU functions, not storage operations.

Multiple choice
  1. There is a great deal of inexpensive software available for them.

  2. They are a collection of hundreds of microprocessors, all working together.

  3. Their processing speeds are slower than those of mainframes.

  4. They are less expensive than mainframes but more expensive than minicomputers.

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

Supercomputers use parallel processing with hundreds of microprocessors working together to achieve extreme processing power. They are more expensive than mainframes, faster than mainframes, and have limited expensive software due to their specialized nature.

Multiple choice
  1. It must be deleted.

  2. It must be printed.

  3. It must be cut.

  4. It must be selected.

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

Selection is correct because you must first highlight or select the text/segment before copying it. Deleting removes content, printing outputs to paper, and cutting removes content from original location.

Multiple choice
  1. a bug in program

  2. a program

  3. an infected EPROM

  4. an infected floppy disc

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

A computer virus is fundamentally a type of malicious software program. It must contain executable code that can self-replicate by infecting other programs or files. It is not merely a bug (error), infected hardware, or infected media.

Multiple choice
  1. Arithmetic operations

  2. Comparison operations

  3. Storage and retrieval operations

  4. Printing operations

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

The three fundamental categories of operations a computer performs are: arithmetic operations (calculations), comparison operations (logical decisions), and storage/retrieval operations (managing data). Printing is a specific output operation, not a basic category.

Multiple choice
  1. CPU

  2. printer

  3. monitor

  4. keyboard

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

The Central Processing Unit (CPU) is always contained within the system unit (the main computer case) along with the motherboard. Peripherals like printers, monitors, and keyboards are external devices that connect to the system unit.

Multiple choice
  1. Software

  2. A program

  3. Hardware

  4. Data

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

Hardware refers to the physical, tangible components of a computer system that you can touch - such as the CPU, memory, motherboard, keyboard, and monitor. This is distinct from software, which consists of programs and instructions.

Multiple choice
  1. Secondary storage

  2. Arithmetic/logic unit

  3. Control unit

  4. Primary storage unit

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

The Arithmetic/Logic Unit (ALU) is the component of the CPU that performs all mathematical calculations (arithmetic operations like addition, subtraction) and logical comparisons (logic operations like AND, OR, comparisons).