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 science & technology
  1. instructions per second

  2. Clock frequency

  3. Data transfer rate

  4. Throughput

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

GHz and MHz measure clock frequency - the number of clock cycles per second that a processor executes. This is NOT instructions per second (A), data transfer rate (C), or throughput (D). Clock speed determines how many operations a CPU can attempt per cycle.

Multiple choice general knowledge science & technology
  1. Plotters are not available for microcomputer systems

  2. Micro-computer are not programmed like conventional computers

  3. Mini-computers are task-oriented

  4. The contents of ROM are easily changed

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

Mini-computers historically were designed for specific tasks in organizations, unlike general-purpose mainframes. While option A is false (plotters are available for microcomputers), option B is false (microcomputers are programmed like conventional computers), and option D is false (ROM contents are not easily changed - that's why it's called Read Only Memory), option C captures a historical characteristic of mini-computers.

Multiple choice general knowledge science & technology
  1. Network Computing

  2. MacIntosh Computer

  3. Floppy Disk

  4. Apple Lisa computer

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

Alan Shugart led the IBM team that invented the floppy disk in 1967. The original 8-inch floppy disk was developed to load microcode into IBM's System/370 mainframes more efficiently than punch cards, revolutionizing data storage, software distribution, and personal computing in subsequent decades.

Multiple choice general knowledge
  1. Bit map

  2. Bar Code

  3. Virus

  4. All of the above

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

A barcode is a method of representing data in a visual, machine-readable format, but it is not inherently a computer-related term in the same way as bit maps (computer graphics) or viruses (malicious software). Barcodes can be used without computers and predate widespread computer use.

Multiple choice general knowledge
  1. Intergrated Computerized Unit

  2. Intensive Care Unit

  3. Injured children unit

  4. Intergrated circuit

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

ICU stands for Intensive Care Unit, a hospital department providing critical care to seriously ill patients with 24/7 monitoring. It is not related to computers, children specifically, or circuits. The term reflects the intensive nature of medical care provided.

Multiple choice general knowledge
  1. hp

  2. dell

  3. hcl

  4. dynabook

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

The Dynabook was conceptualized by Alan Kay at Xerox PARC in 1968 as the first portable personal computer concept. While not commercially produced then, it established the laptop form factor. HP, Dell, and HCL came later as manufacturers.

Multiple choice general knowledge science & technology
  1. Laptops which are heavy-weight and not suitable for digital communication

  2. Laptops which are heavy-weight and suitable for digital communication

  3. Laptop which are light-weight and not suitable for wireless communication

  4. Laptops which are light-weight and suitable for wireless communication

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

Netbooks are a category of small, lightweight, and inexpensive laptop computers designed primarily for web browsing, email, and basic computing tasks. Their key characteristics are portability (lightweight) and connectivity (suitable for wireless communication), which distinguishes them from traditional heavier laptops.

Multiple choice general knowledge science & technology
  1. 8085

  2. 8086

  3. 8251

  4. 8279

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

The Intel 8251 is a programmable communication interface specifically designed as a Universal Synchronous/Asynchronous Receiver/Transmitter (USART). It handles both synchronous and asynchronous serial data communication. 8085 and 8086 are microprocessors, not communication peripherals. 8279 is a keyboard/display controller.

Multiple choice general knowledge science & technology
  1. Worm

  2. Retro Virus

  3. Trojan

  4. Ghost Virus

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

A retro virus is specifically designed to attack antivirus software and security programs to avoid detection. Unlike regular viruses that may avoid detection passively, retro viruses actively target, disable, or corrupt the antivirus programs themselves. Worms replicate across networks, trojans disguise themselves as legitimate software, and 'ghost virus' is not a standard classification. The key feature of a retro virus is its offensive action against security software.

Multiple choice general knowledge science & technology
  1. Joke Program

  2. Worm

  3. Trojan

  4. Hoax

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

A Trojan (or Trojan horse) is malicious software that disguises itself as legitimate software but does not replicate or copy itself. Unlike worms and viruses, Trojans rely on user deception to spread and typically create backdoors, steal data, or damage systems once executed. Joke programs are harmless, worms actively replicate, and hoaxes are false warnings about non-existent viruses. The defining characteristic of a Trojan is its non-replicating nature combined with malicious payload delivery.

Multiple choice general knowledge science & technology
  1. Remodeled Interface System Computer

  2. Remote Intranet Secured Connection

  3. Runtime Instruction Set Compiler

  4. Reduced Instruction Set Computer

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

RISC stands for Reduced Instruction Set Computer, a CPU design philosophy that uses a small, highly optimized set of instructions rather than a large complex set. RISC processors execute simpler instructions more quickly, typically in one clock cycle, leading to better performance and efficiency. The other options (Remodeled Interface System Computer, Remote Intranet Secured Connection, Runtime Instruction Set Compiler) are fabricated expansions that don't represent real computer architecture concepts.