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

  2. Trojan horse virus

  3. File virus

  4. Macro virus

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

A system or boot sector virus resides in the boot sector of a disk (master boot record for hard disks, boot sector for floppies) and executes when the computer boots, before the operating system loads. Trojan horses disguise themselves as legitimate software, file viruses infect executable files, and macro viruses infect documents/files with macros.

Multiple choice
  1. A game

  2. An operating system

  3. A word processing software

  4. A typing tutor software

  5. None of these

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

MS-Word is Microsoft's word processing application used for creating documents. A game is for entertainment, an operating system manages computer resources, and a typing tutor teaches typing skills.

Multiple choice
  1. small scale computer

  2. medium scale computer

  3. large scale computer

  4. super computer

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

The IBM System/38, introduced in 1979, was a mid-range computer system designed for small to medium-sized businesses. It was positioned as a 'small scale computer' or 'minicomputer' - smaller than mainframes but more powerful than microcomputers. It evolved into the AS/400 and later IBM i series. The classification 'small scale computer' is historically accurate for this system.

Multiple choice
  1. ALU

  2. CPU

  3. ROM

  4. Control unit

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

Microprogramming involves designing the control unit using microinstructions stored in control memory (typically ROM). It simplifies complex CPU control logic by breaking instructions into micro-operations that execute in sequence.

Multiple choice
  1. CU, Memory and RAM

  2. CU, Memory and ALU

  3. CU, ALU and RAM

  4. None of the above

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

CPU (Central Processing Unit) architecture consists of three main components: Control Unit (CU) manages instructions, Arithmetic Logic Unit (ALU) performs calculations, and Memory stores data. RAM is a type of memory but not part of the CPU itself. Option B correctly identifies CU, Memory (internal registers/cache), and ALU as CPU components.

Multiple choice
  1. a symbolic representation of any system

  2. an interaction with user

  3. the name of window

  4. both (2) and (3)

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

Icons in graphical user interfaces serve as visual symbols representing system elements. They provide 'a symbolic representation of any system' - icons represent files, programs, folders, or other objects through small images. Options B, C, and D describe functions or relationships, not the fundamental purpose of icons themselves.

Multiple choice
  1. Network operating system

  2. Time sharing operating system

  3. Multiprocessor operating system

  4. Distributed operating system

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

Distributed operating systems provide transparency - users don't need to know where their programs execute or where resources are located. The OS manages this abstraction across multiple machines seamlessly.

Multiple choice
  1. system call, supervisor call

  2. supervisor call, interrupt

  3. system call, system call

  4. None of these

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

A system call is the mechanism by which a program requests a service from the OS kernel. It also provides the interface boundary between user processes and the operating system. Both blanks refer to this same concept.

Multiple choice
  1. EFTS

  2. MPG

  3. NIPS

  4. CPS

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

CPS stands for Cycles Per Second, an older unit for measuring processing speed in computers (now largely replaced by Hertz or Hz). EFTS refers to electronic funds transfer, MPG is miles per gallon (fuel efficiency), and NIPS was a neural information processing conference (now NeurIPS).