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. Central processing unit

  2. A memory

  3. Input & output device

  4. All of above

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

A complete computer system requires all three components: a CPU for processing, memory for data storage, and input/output devices for communication with users and other systems. None of these alone constitutes a complete computer.

Multiple choice
  1. Boot record

  2. IO.SYS

  3. MSDOS.SYS

  4. None of the above

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

All the listed programs (Boot record, IO.SYS, MSDOS.SYS) are essential DOS system files required for proper booting and operation. Therefore 'None of the above' is correct.

Multiple choice
  1. Memory management

  2. I/O management

  3. File management

  4. All of above

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

Operating systems perform multiple core functions including memory management, I/O management, and file management - making 'All of the above' the correct answer.

Multiple choice
  1. one

  2. two

  3. three

  4. six

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

DOS is a single-tasking operating system designed for single-processor systems. It does not have symmetric multiprocessing (SMP) capabilities to support multiple processors.

Multiple choice
  1. main storage

  2. primary storage

  3. floppy disk

  4. disk driver

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

The operating system must reside in primary storage (main memory/RAM) whenever the computer is powered on because it needs to actively manage hardware, handle interrupts, and coordinate system operations. While parts of the OS may be swapped to disk (disk driver), the core functionality must remain in primary storage for real-time execution. Floppy disks are too slow for active OS operation.

Multiple choice
  1. Working system

  2. Peripheral

  3. Operating system

  4. Controlling system

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

The operating system is the organized software collection that manages all computer operations, including hardware resources, process scheduling, memory management, and user interfaces. A 'working system' is not a standard term, a 'peripheral' refers to hardware devices, and 'controlling system' is too vague. The OS is the established industry term.

Multiple choice
  1. Cold booting

  2. Booting

  3. Warm booting

  4. Boot recording

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

Booting is the general term for initializing a computer with its operating system, derived from 'pulling oneself up by bootstraps.' Cold booting specifically means starting from a completely powered-off state, while warm booting means restarting without a full power cycle. 'Boot recording' is not a standard term in OS operations.

Multiple choice
  1. hardware

  2. peripheral

  3. memory

  4. screen

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

The operating system serves as the software interface between the user and the computer's hardware, abstracting away hardware complexities and providing a user-friendly way to interact with the system. While the OS interfaces with peripherals, memory, and manages screen output, its fundamental role is bridging the user and hardware layers.

Multiple choice
  1. command resources

  2. manage resources

  3. provide utilities

  4. be user friendly

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

The primary job of an operating system is resource management - allocating CPU time, memory, storage, and I/O devices among competing processes efficiently. While providing utilities and being user-friendly are important OS goals, the core function is resource management. 'Command resources' is not a standard term in OS terminology.

Multiple choice
  1. Supervisor

  2. Performance monitor

  3. job-control program

  4. i/o control program

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

Performance monitors are typically separate utilities or add-on tools that track system metrics, not integral components of the operating system kernel. In contrast, the Supervisor (kernel), job-control programs, and I/O control programs are core OS components that manage execution flow, process scheduling, and device operations respectively.

Multiple choice
  1. input / output units that operate independently of the CPU

  2. operating system

  3. both (1) and (2)

  4. neither (1) nor (2)

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

Multiprogramming requires both hardware capability (independent I/O units that don't block the CPU) AND software (the operating system to manage multiple processes). The OS switches the CPU between processes when one does I/O, while independent I/O units allow the CPU to continue executing other processes instead of waiting.

Multiple choice
  1. a collection of hardware components

  2. a collection of i/o devices

  3. a collection of software routine

  4. all the above

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

An operating system is a collection of software routines that manage hardware resources and provide services for applications. It is NOT hardware components (that's the machine itself) or I/O devices (physical peripherals), though it controls both.

Multiple choice
  1. a set of programs which controls a computer's working

  2. the way a computer operates and works

  3. conversion of high level language into machine code

  4. the way a floppy disk drive operates

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

The term 'operating system' means a set of programs which controls a computer's working.