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. Vacuum tube

  2. Integrated Circuit

  3. Transistor

  4. SSI (Small Scale Integration)

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

Third generation computers (1965-1970) were characterized by the use of integrated circuits (ICs), which replaced the discrete transistors used in second generation computers. Vacuum tubes were first generation, and SSI (Small Scale Integration) is a type of IC, not a device category itself.

Multiple choice
  1. keyboard

  2. mouse

  3. system unit

  4. printer

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

The system unit houses the CPU, RAM, motherboard, and storage devices - all components that actually process and store data. Without it, peripheral devices like keyboard and mouse have nothing to control.

Multiple choice
  1. Boot Sector Virus

  2. Data File Virus

  3. EXE and COM File Virus

  4. Directory Virus

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

Boot sector viruses specifically infect the boot sector of hard disks and other storage devices. They execute during the system boot process before the operating system loads, giving them early system access and making them difficult to remove.

Multiple choice
  1. Authentication of users

  2. Separation of privilege

  3. Ease of use

  4. File and I/O device access control

  5. Least privilege

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

In this principle applied in the design element of the operating system, each user and each program should operate by using the fewest privileges possible.

Multiple choice
  1. job scheduling

  2. memory management

  3. both (1) and (2)

  4. none of these

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

Operating systems perform multiple core functions. Job (process) scheduling decides which programs run and when. Memory management allocates, tracks, and frees RAM. An OS must handle both tasks simultaneously to function properly.

Multiple choice
  1. Celeron

  2. P1

  3. P11

  4. P111

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

Socket 370 was a processor socket design used by Intel for Celeron and some Pentium III processors. It featured 370 pins and was designed specifically for the Celeron processor line, not for the Pentium I, II, or III series which used different sockets.

Multiple choice
  1. Perfective maintenance

  2. Corrective maintenance

  3. Adaptive maintenance

  4. Incorrect maintenance

  5. Sequential maintenance

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

This type of software maintenance refers to changing the software to some new environment such as a different hardware platform or for use with a different operating system.