Computer Knowledge

Computer Fundamentals and System Concepts

2,421 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. record activity you do on your computer

  2. Ignore you

  3. Watch you through your webcam

  4. create a 'back door' to your system

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

Spyware is malicious software designed to secretly monitor and record your computer activities, such as keystrokes, browsing history, and personal information, and transmit this data to a third party. While some advanced spyware can access webcams, its primary definition and design goal is to record and harvest user activity. It does not ignore the user or solely focus on creating backdoors.

Multiple choice
  1. packets of data

  2. programs or files

  3. icons

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

Computer viruses are malicious programs that spread by inserting their code into legitimate programs, documents, or files. When a user opens or runs the infected host file, the virus code is executed and can infect other files on the system. They do not typically attach themselves to raw network packets of data or simple desktop icons.

Multiple choice
  1. phising.

  2. spyware.

  3. worm.

  4. Trojan.

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

A computer worm is a standalone malware program that replicates itself in order to spread to other computers, often consuming immense amounts of system memory or network bandwidth in the process. Unlike Trojans, which rely on tricking users into running them, or spyware, which quietly steals data, worms are characterized by their self-replicating and resource-consuming nature.

Multiple choice
  1. input

  2. output

  3. process

  4. storage

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

Displaying information, such as viewing an image on a monitor, is an output operation because the computer is presenting processed data to the user. Input operations involve sending data into the computer, processing involves manipulating that data, and storage involves saving it for future use.

Multiple choice
  1. computer accepting data from a user

  2. computer displaying data

  3. computer performing calculations

  4. computer running a program

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

An input operation occurs when a computer system accepts data or instructions from an external source, such as a user typing on a keyboard. Displaying data is an output operation, while performing calculations and running programs are processing operations.

Multiple choice
  1. processor

  2. hard disk

  3. monitor

  4. keyboard

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

The processor (CPU) is installed directly into a socket on the motherboard, which acts as the central hub connecting all components. While the hard disk, monitor, and keyboard connect to the motherboard via cables or ports, they are separate peripheral or storage devices.

Multiple choice
  1. input - output - process

  2. input - process - output

  3. output - input - process

  4. process - input - output

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

The fundamental sequence of computer operations is the Input-Process-Output (IPO) cycle. First, the computer receives data (input), then it manipulates or calculates that data (process), and finally, it presents the results to the user (output).

Multiple choice
  1. hard disk

  2. monitor

  3. processor

  4. motherboard

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

The motherboard is the main printed circuit board in a computer that houses the CPU, memory, and connectors for other peripherals. It serves as the central backbone, allowing all hardware components to communicate with one another.

Multiple choice
  1. hard disk

  2. monitor

  3. processor

  4. RAM

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

The processor, or Central Processing Unit (CPU), is responsible for executing program instructions and performing arithmetic and logical calculations. The hard disk and RAM are used for long-term and short-term data storage, respectively, while the monitor is an output device.

Multiple choice
  1. keyboard

  2. operating system

  3. RAM

  4. mouse

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

An operating system is a type of system software that manages computer hardware and software resources. Keyboards, RAM, and mice are physical components, which classifies them as hardware.

Multiple choice
  1. hardware

  2. software

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

Software consists of the programs, data, and instructions that tell a computer how to perform specific tasks. Hardware, on the other hand, refers to the physical components of the system.

Multiple choice
  1. Keyboard

  2. Hard Drive

  3. RAM

  4. All of the above

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

Computer viruses are malicious software programs that can affect various components of a computer system. They can corrupt files on the hard drive, occupy space in the RAM to slow down performance, and intercept keystrokes from the keyboard. Therefore, they can affect all of these components.

Multiple choice
  1. ...do not need to attach to a program

  2. ...need to attach to a program

  3. ...a type of social engineering

  4. ...designed to mislead users and prompt downloading of it

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

A Trojan Horse is a type of malware disguised as legitimate software to deceive users into downloading and executing it. Unlike viruses or worms, they do not replicate or attach themselves to other files.