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

  2. platform

  3. BIOS

  4. CMOS

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

The platform is the combination of hardware architecture (processor) and operating system software that defines the computing environment. This term describes the foundation on which applications run. CPU is just the processor, BIOS is firmware that initializes hardware, and CMOS is memory storing BIOS settings - none capture the combined hardware+software concept.

Multiple choice
  1. safe mode is a special diagnostic mode

  2. safe mode loads all nonessential icons

  3. safe mode allows users to troubleshoot errors

  4. safe mode loads only the most essential devices

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

Safe mode loads only essential drivers and services to help troubleshoot system problems. It deliberately does NOT load nonessential icons, programs, or many device drivers - this minimal load is what makes it useful for diagnosis. Option B states it loads all nonessential icons, which is the opposite of safe mode's purpose.

Multiple choice
  1. load the operating system into RAM

  2. the power-on self-test

  3. activate the basic input/output system (BIOS)

  4. load application programs

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

The boot process includes POST (Power-On Self-Test), BIOS activation, and loading the OS into RAM. Loading application programs happens AFTER the OS is running - it's not part of the boot process itself. Applications are loaded by the user or startup scripts only once the OS is fully operational.

Multiple choice
  1. computer part

  2. software that drives graphic hardware

  3. user interface

  4. none of these

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

DirectX is a collection of APIs (Application Programming Interfaces) developed by Microsoft that handles multimedia tasks, especially game programming and 3D graphics rendering. It provides direct access to hardware acceleration for graphics and sound.

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 is specifically designed to help end users understand how to operate a software program. It contains instructions, tutorials, and guides for using the program's features, distinguishing it from programming manuals or technical documentation.

Multiple choice
  1. command - based user interface

  2. GUI

  3. system utility

  4. API

  5. none of these

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

A GUI (Graphical User Interface) uses visual elements like icons, menus, and windows displayed on the screen to allow users to interact with the computer system. This is much more intuitive than command-based interfaces that require typing text commands.

Multiple choice
  1. Boot-sector viruses

  2. Macro viruses

  3. Time bombs

  4. Worms

  5. None of these

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

Time bombs are a type of malicious code that remains dormant until a specific date or time arrives, then executes its payload. Unlike other malware types that activate through user actions or system events, time bombs are specifically triggered by temporal conditions.

Multiple choice
  1. LapPad

  2. ThinkPad

  3. Aptiva

  4. Notepaq

  5. None of these

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

ThinkPad is IBM's iconic line of business-oriented laptop computers, first introduced in 1992 and known for their distinctive black design, durability, and the red TrackPoint pointing device. The brand was later sold to Lenovo in 2005 but continues under the ThinkPad name.

Multiple choice
  1. Restoring the information backup

  2. An exact copy of a system's information

  3. The ability to get a system up and running in the event of a system crash or failure

  4. All of these

  5. None of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice
  1. Opteron

  2. ISC-9000

  3. iMac

  4. Athlon

  5. None of these

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

AMD Opteron was the first x86-64 processor architecture, released in 2003, bringing 64-bit computing to the mainstream server and workstation market. It competed directly with Intel's processors and introduced the AMD64 extensions that became the industry standard for 64-bit x86 computing.

Multiple choice
  1. storage

  2. network data transfer

  3. keystroke rate

  4. picture resolution

  5. none of these

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

SCSI (Small Computer System Interface) is a standard interface for connecting storage devices like hard drives and SSDs to computers. It's primarily used in enterprise storage systems and servers for reliable, high-speed data transfer between the computer and peripheral devices.

Multiple choice
  1. Existing program files and icons disappear.

  2. The CD-ROM stops functioning.

  3. The Web browser opens to an unusual home page.

  4. Odd messages or images are displayed on the screen.

  5. None of these

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

Computer viruses typically affect software and files, not hardware components like the CD-ROM drive. While malware can cause software-related issues like browser hijacking (unusual home page), disappearing files, or odd on-screen messages, a CD-ROM suddenly stopping functioning is usually a hardware failure, not a viral symptom.

Multiple choice
  1. Servers

  2. Embedded computers

  3. Robotic computers

  4. Mainframes

  5. None of these

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

Embedded computers are specialized computer chips designed to perform dedicated functions inside other devices like cars, thermostats, appliances, and industrial equipment. Unlike general-purpose computers, they have specific, pre-programmed tasks and are optimized for their particular application.