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. non availability of user manual

  2. inability to trace the programmer, who developed the system

  3. non availability of source code

  4. all of the above

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

The source code is the original set of instructions written by programmers. Without it, it is impossible to modify or update the software, making it the most critical missing component for system maintenance.

Multiple choice
  1. a flow chart

  2. a program

  3. an algorithm

  4. None of these

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

A computer executes instructions contained within a program. While programs are built using algorithms, the computer itself executes the compiled or interpreted program code.

Multiple choice
  1. input unit

  2. CPU

  3. output unit

  4. memory

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

The Central Processing Unit (CPU) is often referred to as the brain or heart of the computer because it performs the primary calculations and logic operations.

Multiple choice
  1. Resource management

  2. File management

  3. Networking

  4. Process management

  5. _

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

A computer network is a telecommunications network, which allows computers to exchange information. It is a group of two or more computer systems linked together.

Multiple choice
  1. paging

  2. process

  3. virtual memory

  4. demand page

  5. _

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

A process is an instance of a computer program that is being executed. It contains the program code and its current activity.

Multiple choice
  1. Compiler

  2. Assembler

  3. Loader

  4. Operating System

  5. _

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

It is a software that manages all the system resources to provide services that allows various applications to be executed.