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

  2. processing

  3. utility

  4. application

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

System software (like operating systems and drivers) provides the bridge between hardware and application software. It manages hardware resources and provides services that allow applications to run without needing to directly control hardware components.

Multiple choice
  1. Trojan horse

  2. Boot sector

  3. Script

  4. Logic bomb

  5. None of these

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

Boot sector viruses infect the boot sector of floppy disks and hard drives. When a floppy disk is left in the drive during startup, the computer attempts to boot from it, executing the viral code in the boot sector and loading the virus into memory.

Multiple choice
  1. The platform

  2. Application software

  3. Operating system

  4. The motherboard

  5. None of these

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

The operating system is the fundamental software that controls how the computer functions and provides the interface through which users interact with the computer. It manages hardware resources and provides services for application software.

Multiple choice
  1. transistor

  2. resistor

  3. integrated circuit

  4. semiconductor

  5. none of these

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

A chip is the common nickname for an integrated circuit (IC), which is a set of electronic circuits on a small flat piece of semiconductor material. Integrated circuits are the fundamental building blocks of modern electronic devices.

Multiple choice
  1. disk crash

  2. motherboard crash

  3. corruption of program

  4. deletion of files

  5. None of these

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

Computer viruses are software programs that operate at the software/application level. They can corrupt programs, delete files, and cause disk crashes through file system damage, but they cannot physically damage hardware components like the motherboard. The motherboard is physical hardware - viruses cannot cause it to crash in a hardware sense. This is a key distinction between software and hardware damage.

Multiple choice
  1. never sent to the client machine

  2. sent in very large sections to save processing time

  3. sent only upon the client's request

  4. sent in complete copies for the client to filter and sort

  5. sent from the client to the server for processing

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

In client/server computing, data is sent only upon the client's request. The client initiates requests for specific data, and the server responds with just the requested information. This request-response model minimizes unnecessary data transfer and processing.

Multiple choice
  1. It communicates with peripherals devices.

  2. It is used to provide timing signal.

  3. It is used to perform computer tasks as specified by the instructions in memory.

  4. All of the above

  5. Only (1) and (3)

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

Yes, all of the above are the tasks of microprocessor.