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

Multiple choice
  1. Windows and Users

  2. Windows and Computers

  3. Users and Computers

  4. Users and Operating Systems

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

System software acts as a mediator between the computer hardware and the end-user or application programs. It manages the hardware resources and provides a platform for other software to run, making the computer accessible to the user. Without system software, users would have to interact directly with complex hardware components.

Multiple choice
  1. Digital computer

  2. Number computer

  3. Analog computer

  4. Hybrid computer

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

A digital computer processes information in discrete form, typically using the binary system of 0s and 1s. It is designed to handle both numerical data and text (letters and symbols) through various input devices. This distinguishes it from analog computers, which process continuous physical quantities.

Multiple choice
  1. Both A and R are true and R is the correct explanation of A.

  2. Both A and R are true but R is not the correct explanation of A.

  3. A is true but R is false.

  4. A is false but R is true.

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

Both statements are true: a computer is an electronic device for processing data, and hardware refers to the physical components of the system. However, the definition of hardware does not explain why a computer is an electronic device or how it solves complex problems. Therefore, the reason is not a direct explanation of the assertion.