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. It can be in the form of mobile code.

  2. It is written to reproduce itself.

  3. It affects the executable programs on the disk.

  4. It does not infect the boot sector of the hard disk.

  5. It tries to spread itself to other machines.

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

Some viruses infect the boot sector of the hard disk, so when the machine is booted, the virus gets to run.

Multiple choice
  1. OS

  2. destructive program

  3. useful hardware

  4. useful software

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

A virus is a malicious software program designed to replicate itself and spread to other computers, often causing harm to data, software, or system performance. It is specifically a destructive program, not an operating system or useful hardware/software.

Multiple choice
  1. Plug & Play

  2. Creating Web pages

  3. Multitasking

  4. All of these

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

Windows 98 supported all three features: Plug and Play for automatic hardware detection, built-in tools for creating web pages (FrontPad/Personal Web Server), and preemptive multitasking for running multiple applications. Therefore 'All of these' is correct.

Multiple choice
  1. Operating System

  2. Application

  3. Software

  4. None of these

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

The Operating System is responsible for all fundamental resource management including memory, CPU, processes, and devices. Applications run on top of the OS and request resources through it. Memory management is a core OS function, not handled by individual applications.

Multiple choice
  1. formatting

  2. booting

  3. downloading

  4. uploading

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

Booting is the process of loading the operating system into memory when a computer is powered on, derived from 'pulling oneself up by bootstraps'. Formatting erases disk contents, downloading/uploading involve data transfer over networks - none describe the OS loading process.

Multiple choice
  1. compiler

  2. system software

  3. boot

  4. interpreter

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

System software (including the operating system and boot programs) is used to start the computer. A compiler translates code, an interpreter executes code, and boot is the process itself, not the program type.

Multiple choice
  1. software

  2. interpreter

  3. compiler

  4. controller

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

Software is the set of instructions that tells a computer how to perform a particular task. It includes programs, applications, and operating systems that enable the hardware to function. An interpreter and compiler are specific types of software that process code, while a controller is a hardware component that manages operations.

Multiple choice
  1. Hackers

  2. Software pirates

  3. Emulators

  4. Debuggers

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

Software piracy refers to the unauthorized copying, distribution, or modification of software. People who engage in these illegal activities are specifically called 'software pirates,' making option B correct. Hackers may break into systems, but that doesn't necessarily involve software piracy.

Multiple choice
  1. Trojan

  2. Virus

  3. Worm

  4. DoS attack

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

A computer virus is a type of malware that, when executed, replicates by modifying other computer programs and inserting its own code. This distinguishes it from other malware types like Trojans (which disguise themselves but don't replicate) and worms (which are standalone and spread through networks).

Multiple choice
  1. Parallel computers

  2. Distributed computer system

  3. PDAs

  4. Handheld computer

  5. Network computers

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

This type of computers can be accomplished on shared memory systems with multiple CPUs or on distributed memory clusters made up of smaller shared memory systems or single CPU systems.

Multiple choice
  1. documentation

  2. programming

  3. technical

  4. user

  5. None of these

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

A user manual (or user guide) is specifically designed to tell end users how to operate and use a software program effectively. Documentation (A) is broader and includes technical specifications, programming manuals are for developers, and technical manuals may cover installation or maintenance rather than usage.