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

  2. Virus

  3. Trap door

  4. Trojan Horse

  5. None of the above

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

A worm is a system threat as it generates its multiple copies and each copy uses system resources, prevents all other processes to get required resources. System threat misuses system services and its resources to make the user in trouble.

Multiple choice
  1. Array Logic Unit

  2. Arithmetic Logic Unit

  3. Application Logic Unit

  4. Application Layer User

  5. Antenna Loading Unit

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

An arithmetic logic unit (ALU) is a major component of the central processing unit of a computer system.

Multiple choice
  1. coordinates input and output devices

  2. is the contain that houses electronic components

  3. is a combination of hardware and software

  4. controls and manipulates data

  5. does the arithmetic operations

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

The system unit (also called the computer case or tower) is the container or enclosure that houses the main electronic components of a computer, including the motherboard, processor, memory, and power supply. It coordinates and connects all the internal hardware but doesn't directly control input/output devices, manipulate data (that's the CPU's job), or perform arithmetic operations (also the CPU). Note: There's a typo in option B where 'contain' should read 'container.'

Multiple choice
  1. The scanner

  2. The main storage

  3. The secondary storage

  4. The printer

  5. The processor

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

The processor (CPU) is the component that actually executes program instructions by fetching, decoding, and running them. The scanner is an input device, main storage holds data temporarily, secondary storage stores data long-term, and the printer is an output device.

Multiple choice
  1. integrity test

  2. power-on self test

  3. correct functioning test

  4. reliability test

  5. shut down test

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

The booting process performs the Power-On Self-Test (POST) which checks hardware components when the computer starts up. An integrity test is not a standard boot process term, correct functioning test is vague, reliability test is not part of booting, and shut down test happens when turning off.

Multiple choice
  1. does all the thinking for computer

  2. can enter input data quickly

  3. can operate all types of computer equipments

  4. can draw only flowchart

  5. is not a useful person

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

A computer programmer does the logical thinking and problem-solving for computers by writing instructions. Entering input data quickly is data entry, operating equipment is technical support, drawing flowcharts is just one part of programming, and programmers are very useful.

Multiple choice
  1. compiler

  2. loader

  3. operating system

  4. assembler

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

Booting is the process of loading and initializing the operating system when a computer is powered on. Without an operating system, the computer cannot start up properly or run any programs.

Multiple choice
  1. program cycle

  2. machine instruction

  3. execution cycle

  4. task cycle

  5. machine cycle

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

The machine cycle (or instruction cycle) consists of the fetch phase (retrieving the instruction) followed by the execution phase (performing the instruction). This cycle repeats continuously as the computer processes programs.

Multiple choice
  1. Mouse

  2. Computer Board

  3. System Device

  4. Central Board

  5. System Board

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

The motherboard is also called the System Board because it contains the primary circuitry and connects all components. 'Computer Board', 'Central Board', and 'Mouse' are not standard alternate names.