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. an assembler

  2. a linker

  3. a loader

  4. a compiler

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

A loader is a system program that loads executable programs from secondary storage into main memory and prepares them for execution. It allocates memory, relocates addresses, and initializes the program. Assemblers convert assembly code to machine code, linkers combine object files, and compilers translate high-level code to machine code.

Multiple choice
  1. program

  2. data

  3. control

  4. none of these

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

The header of a packet contains control information that is used by network devices to manage the delivery and processing of the data. This includes metadata such as source and destination addresses, protocol versions, and error-checking codes. The actual user data or program content is contained in the payload section of the packet, not the header.

Multiple choice
  1. Ram

  2. Rom

  3. Memory

  4. Speed

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

Memory is the general term for the hardware where data is stored in a computer. While RAM and ROM are specific types of memory, the term 'Memory' correctly identifies the storage location in a broad sense.

Multiple choice
  1. MIP

  2. Seconds

  3. Instructions per second

  4. m/s

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

MIPS (Millions of Instructions Per Second) is a measure of a computer's processing speed. Although 'MIP' is likely a typo for MIPS, it is the standard unit used for this measurement in computing.

Multiple choice
  1. Pascal

  2. ROM

  3. RAM

  4. PAN

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

ROM (Read-Only Memory) is non-volatile and contains instructions that are permanently written during manufacture. Neither the user nor the computer's standard software can modify this information, meaning they have no control over it.

Multiple choice
  1. CISC Processors

  2. RISC Processors

  3. EPIC Processors

  4. None of these

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

ALPHA, RIOS, and SPARC are all examples of Reduced Instruction Set Computer (RISC) architectures. These processors use a simplified set of instructions to achieve higher performance and efficiency.

Multiple choice
  1. a flat cable from the disk controller card to disk drive

  2. a small initialisation program to start up the computer

  3. additional memory device

  4. a flat cable connecting the CPU to the printer

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

A bootstrap is a small program that resides in the computer's ROM and is executed when the system is powered on. Its primary function is to locate and load the operating system into the RAM to start the computer's operation. This process is commonly known as booting the system.

Multiple choice
  1. Disk operating system

  2. Ram operating system

  3. Alphanumeric

  4. Random-access Memory

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

A Disk Operating System (DOS) is a type of system software that manages the computer's hardware and provides services for execution of applications. Its primary focus is managing files and data flow to and from disk storage devices. Other options like RAM or Alphanumeric do not describe a type of operating system.