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

  2. Rootkit

  3. Logic bomb

  4. Trojan horse

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

A rootkit is a collection of computer software designed to enable access to a computer or an area of its software that is not otherwise allowed, often masking its presence from anti-malware tools.

Multiple choice
  1. A type of disease

  2. A file meant to steal a user's information

  3. Malware

  4. A file written with the sole intention of doing harm

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

A computer virus is a type of malicious software (malware) that, when executed, replicates itself by modifying other computer programs and inserting its own code to cause harm.

Multiple choice
  1. Pressing the power button

  2. Downloading an executable file (.exe)

  3. Downloading an image

  4. Texting Fred

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

Viruses require execution to run their code; downloading and running an executable file (.exe) is a common vector for infection.

Multiple choice
  1. Yes

  2. No

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

Malware is an umbrella term for malicious software, which includes viruses, worms, trojans, and spyware. Therefore, a virus is a specific type of malware, not the other way around.

Multiple choice
  1. Malware

  2. Maleware

  3. Malewear

  4. Malwear

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

Malware is the correct term for malicious software, which encompasses viruses, spyware, worms, and other harmful programs.

Multiple choice
  1. processing all instructions the computer runs.

  2. more than one processor core, to increase its performance

  3. multi-core system with four processor cores

  4. secondary storage devices

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

A microprocessor is an integrated circuit that contains all the functions of a central processing unit of a computer, responsible for processing all instructions the computer runs.

Multiple choice
  1. It is an organizational/debug tool

  2. A form of targeted messaging

  3. A compiling code catcher

  4. A YouTube feature

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

A comment is a programmer-readable explanation or annotation in the source code. It serves as an organizational and debugging tool to help developers manage and understand their code.

Multiple choice
  1. Help desk technician

  2. Greenfield

  3. index

  4. hypertext link

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

A help desk technician is a professional responsible for diagnosing, troubleshooting, and resolving technical hardware and software issues for users. The other terms refer to unrelated concepts: Greenfield is a type of project, index is a database or search term, and a hypertext link is a web element.

Multiple choice
  1. Managing printer spooling

  2. Managing input and output devices

  3. Managing disk fragmentation

  4. Managing the use of viruses

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

An operating system is responsible for managing hardware resources, input and output devices, and system utilities like disk defragmentation. It does not manage the use of viruses, which are malicious programs that security software aims to detect and remove.

Multiple choice
  1. Reduced Instruction Set Computer

  2. Random Instruction Set Computer

  3. Reduced Internal Size Computer

  4. Reduced Instruction Size Computer

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

RISC stands for Reduced Instruction Set Computer, which is a CPU design strategy focused on simple instructions that can be executed quickly. This contrasts with CISC (Complex Instruction Set Computer), which uses broader and more complex instructions.