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. It is an organizational/debug tool

  2. A form of targeted messaging

  3. A compiling code catcher

  4. A YouTube feature

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

A comment is a programmer-readable explanation or annotation in the source code. It serves as an organizational and debugging tool to help developers manage and understand their code.

Multiple choice
  1. Help desk technician

  2. Greenfield

  3. index

  4. hypertext link

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

A help desk technician is a professional responsible for diagnosing, troubleshooting, and resolving technical hardware and software issues for users. The other terms refer to unrelated concepts: Greenfield is a type of project, index is a database or search term, and a hypertext link is a web element.

Multiple choice
  1. Managing printer spooling

  2. Managing input and output devices

  3. Managing disk fragmentation

  4. Managing the use of viruses

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

An operating system is responsible for managing hardware resources, input and output devices, and system utilities like disk defragmentation. It does not manage the use of viruses, which are malicious programs that security software aims to detect and remove.

Multiple choice
  1. Reduced Instruction Set Computer

  2. Random Instruction Set Computer

  3. Reduced Internal Size Computer

  4. Reduced Instruction Size Computer

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

RISC stands for Reduced Instruction Set Computer, which is a CPU design strategy focused on simple instructions that can be executed quickly. This contrasts with CISC (Complex Instruction Set Computer), which uses broader and more complex instructions.

Multiple choice
  1. Negative numbers

  2. No negative numbers

  3. Neither

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

In computer science, a signed integer is a data type that can represent both positive and negative whole numbers, using one bit (usually the most significant bit) to indicate the sign. Unsigned integers, by contrast, can only represent non-negative values.

Multiple choice
  1. Closed Programming Unit

  2. Central Processing Register

  3. Central Processing Unit

  4. Closed Processing Unit

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

CPU stands for Central Processing Unit, which is the primary component of a computer that performs most of the processing inside the computer. It is often referred to as the 'brain' of the computer.

Multiple choice
  1. Central Processing Unit

  2. Control Process Unit

  3. Control Per Unit

  4. Centre Per Unit

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

CPU stands for Central Processing Unit, which is the primary component of a computer that performs most of the processing inside the computer. It is often referred to as the brain of the computer.

Multiple choice
  1. A cable

  2. A track

  3. A Bus

  4. A circuit

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

An internal bus is a collection of wires or pathways that connects all the internal sections of the CPU (such as the ALU, Control Unit, and registers) together to allow data and signals to flow between them.

Multiple choice
  1. The Clock

  2. The Timer

  3. The register

  4. The CPU

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

The system clock generates continuous electrical pulses at a constant rate, synchronizing all the CPU's operations and allowing it to execute instructions step-by-step in a controlled sequence.

Multiple choice
  1. Keeps the computer cool

  2. Works out the best way to do something

  3. Carries Information

  4. Carries out the calculations from the registers

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

The Arithmetic Logic Unit (ALU) is the part of the CPU that performs all arithmetic operations (like addition and subtraction) and logical operations (like comparisons) on data retrieved from registers.

Multiple choice
  1. Organising data

  2. Sending information

  3. Executing program instructions

  4. Calculations

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

The Control Unit (CU) directs the operation of the processor by fetching, decoding, and managing the execution of program instructions, coordinating how data moves around the CPU and other components.

Multiple choice
  1. 2

  2. 4

  3. 3

  4. 6

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

A CPU is traditionally divided into three main components: the Control Unit (CU), the Arithmetic Logic Unit (ALU), and the registers (or memory unit). These parts work together to fetch, decode, and execute instructions.