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 general knowledge
  1. Number

  2. Data

  3. Picture

  4. None of these

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

Data is processed by computers to produce meaningful information. Raw data (facts, figures, inputs) has limited utility until organized, analyzed, or transformed through processing. Numbers and pictures are specific types of data, but the general term encompassing all raw input is 'data.' This transformation from data to information is fundamental to computing.

Multiple choice general knowledge
  1. Vital Information Resources Under Seize

  2. Vital Information Resources Seize

  3. Vital Information Reforms Under Seize

  4. Vital Installation Resources Under Seize

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

VIRUS is commonly expanded as Vital Information Resources Under Seize in the context of computer security. This is a backronym (an acronym created after the fact) that describes what a virus does - it seizes control of vital information resources. The other options miss 'Under' or use incorrect words like 'Reforms' or 'Installation'.

Multiple choice general knowledge
  1. Raise an Ultimatix Ticket

  2. Call Technology

  3. Sit Idle till you get a Solution

  4. Do Nothing

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

Raising a ticket through Ultimatix (TCS's IT service management portal) is the proper protocol for system issues. This ensures tracking, escalation, and resolution. Calling technology directly is not standard procedure, and waiting idle or doing nothing are not acceptable responses to system problems.

Multiple choice general knowledge science & technology
  1. ##

  2. #$
  3. #%

  4. #!

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

The shebang (#!) is a special character sequence at the beginning of Unix script files that tells the operating system which interpreter to use. It's followed by the path to the interpreter program (like #!/bin/bash or #!/usr/bin/python). This convention is essential for making executable scripts on Unix-like systems.

Multiple choice general knowledge
  1. Word processing software

  2. An operating system

  3. A printer attached

  4. A virus checking program

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

Every computer requires an operating system to manage hardware resources, run software, and provide user interfaces - without it, the computer cannot function. Word processors, printers, and antivirus programs are useful applications but not essential for basic computer operation. The OS is the fundamental software layer that makes all other software possible.

Multiple choice general knowledge
  1. The computer needs time to recognise that it has been turned on by the correct person

  2. It has to read all temporary files

  3. Electronic memory loses its data when the power supply cuts off, so the computer must reload its operating system from its hard drive

  4. it performs a self-diagnostic check before becoming operational

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

RAM (electronic memory) is volatile - it loses all data when power is removed. When you start a computer, the BIOS/UEFI firmware loads the operating system from the hard drive/SSD back into RAM before the computer becomes operational. This reload process takes time, which is why booting isn't instantaneous. While some diagnostics do run (POST), they're relatively quick.

Multiple choice general knowledge
  1. Trojan

  2. Retrovious

  3. Worm

  4. Ghost virus

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

A retrovirus is specifically designed to attack and disable antivirus programs or security software. This allows the virus to avoid detection and operate undetected on the system. Regular Trojans, worms, and ghost viruses don't specifically target antivirus software.

Multiple choice general knowledge
  1. Trojan

  2. Worm

  3. Time Bomb

  4. Image Virus

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

Image viruses (also called file infectors) exploit vulnerabilities in how operating systems process image files to execute malicious code. They embed themselves within image files and activate when those files are opened. Trojans disguise themselves, worms replicate through networks, and time bombs activate on specific dates.

Multiple choice general knowledge science & technology
  1. Software

  2. Wizard

  3. Wiki

  4. None

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

A wizard is a step-by-step guide built into software that leads users through complex tasks like installation or configuration by breaking them into simpler sequential steps. Unlike wikis (information repositories) or general software, wizards specifically provide interactive guidance.

Multiple choice general knowledge science & technology
  1. Pentium

  2. x86

  3. Pentium 286

  4. None

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

The x86 architecture is the generic name for Intel processors that followed the 8086 processor, including the 80286, 80386, 80486, Pentium, and subsequent processors. The name comes from the 8086 processor and the '86' naming convention that continued through the family.

Multiple choice general knowledge science & technology
  1. Dell

  2. IBM

  3. Compaq

  4. None

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

IBM introduced NetBIOS (Network Basic Input/Output System) in 1983 as a networking protocol API that allowed applications on different computers to communicate over a local area network. It was an enhancement to BIOS specifically for network operations.

Multiple choice general knowledge science & technology
  1. Worm

  2. Retrovirus

  3. Trojan

  4. Ghost virus

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

A retrovirus is specifically designed to attack antivirus programs or security software to prevent detection. Unlike worms (which self-replicate across networks) or trojans (which disguise themselves as legitimate software), retroviruses actively target and disable security defenses.