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. Density Operating System

  2. Directory Operating Service

  3. Disk Operating System

  4. Dynamic Operating System

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

DOS stands for Disk Operating System. It was an early operating system for personal computers (most notably MS-DOS) that managed disk operations and file systems. Density, Directory, and Dynamic are incorrect expansions of the acronym.

Multiple choice
  1. memory

  2. devices

  3. hardware

  4. software

  5. CPU

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

The operating system serves as the interface between the user and the computer's hardware. It translates user commands into hardware instructions. Memory and devices are parts of the hardware, software runs on the OS, and CPU is a hardware component - none represent the complete hardware layer.

Multiple choice
  1. power cords for external storage devices

  2. experts who increase the performance of devices

  3. used to control or manage devices attatched to a computer

  4. used to store backup of the data

  5. substitutes for operating system

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

Device drivers are software programs that allow the operating system to communicate with hardware devices. They act as translators between the OS and hardware, enabling proper control and management of devices attached to a computer. Option A incorrectly describes physical cables, option B describes people, option D describes backup systems, and option E is wrong because drivers supplement, not substitute, the OS.

Multiple choice
  1. Application software

  2. System software

  3. Compiler

  4. Data Base Management System (DBMS)

  5. None of these

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

System software aims at making the computer a user friendly machine. A computer is a machine that knows nothing of itself. It requires instructions for each and everything it performs and the instructions provided to the software control internal computer operations, like reading data from input devices, checking system components, etc. Hence, system software is the software which aims at making the computer a user friendly machine. 

Multiple choice
  1. Monitor

  2. ROM

  3. Video adapter

  4. Hard disk drive

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

A hard disk drive is a storage device that holds all types of software permanently, including operating systems, device drivers, applications, and user programs. Monitor (option A) is an output device that only displays information. ROM (option B) contains firmware but is not rewritable for storing applications. Video adapter (option C) processes graphics output but doesn't store software. Only the hard disk has the capacity and rewritability to hold all these programs.

Multiple choice
  1. malware

  2. firmware

  3. spyware

  4. all of these

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

Firmware is software that is stored permanently in ROM (Read-Only Memory) chips. Unlike regular software that can be easily modified, firmware provides the basic instructions for device operation and remains constant. Malware and spyware are malicious programs that would not be permanently stored in ROM by design. 'All of these' is incorrect because only firmware is the correct term for ROM-stored programs.

Multiple choice
  1. Data processor

  2. Data entry

  3. DBMS

  4. Database

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

A data processor is any digital device that processes or manipulates data according to instructions. This is the fundamental definition of computing devices. Data entry is the act of inputting data, not processing it. DBMS (Database Management System) is software for organizing databases, not the processing device itself. Database is stored information, not a processing device. Only 'Data processor' correctly describes a device that processes data.

Multiple choice
  1. Control Unit

  2. Arithmetic Logic Unit

  3. Output Unit

  4. Memory Unit

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

The CPU (Central Processing Unit) consists of three main components: Control Unit (CU), Arithmetic Logic Unit (ALU), and Memory Unit (registers/cache). The Control Unit directs operations, the ALU performs mathematical and logical operations, and the Memory Unit stores data temporarily during processing. The Output Unit is NOT part of the CPU - it is a separate component of the computer system that handles display or transmission of processed results to peripherals like monitors or printers.

Multiple choice
  1. It is a type of CPU chip.

  2. It is a circuit board that has peripheral devices.

  3. It is the first chip to be accessed when a computer is started.

  4. It is a circuit board containing CPU and other chips.

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

A motherboard is a circuit board containing CPU and other chips.