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. Not required at all

  2. Mandatory

  3. Not necessary (it can be exceptionally optional)

  4. There are no antivirus software for Linux

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

Linux has a robust security architecture that makes it less vulnerable to malware compared to Windows, so antivirus software is not mandatory. However, it can be optionally used, especially in mixed environments or when sharing files with Windows systems. The option that antivirus doesn't exist for Linux is false, and the extremes of mandatory or completely unnecessary are both incorrect.

Multiple choice general knowledge
  1. Intel,8008

  2. Intel,4040

  3. Intel,4004

  4. None of the above

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

The Intel 4004, released in November 1971, was the world's first commercially available microprocessor. It was a 4-bit processor designed for a Japanese calculator company (Busicom) and contained 2,300 transistors on a single chip. The 4040 and 8008 were later improved models, but the 4004 was the groundbreaking first.

Multiple choice general knowledge science & technology
  1. 8051

  2. AVR

  3. PIC

  4. None

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

The AVR microcontroller family, developed by Atmel (now Microchip), was one of the first to feature on-chip flash memory for program storage. This made it revolutionary compared to contemporary options like the 8051 (which typically used external ROM/EPROM) and early PIC microcontrollers (which used EPROM). The flash memory allowed for easy reprogramming without UV erasure.

Multiple choice general knowledge science & technology
  1. Off line - is a system peripheral equipment not controlled by CPU

  2. Online - is system in which peripheral equipment is in direct contact with CPU

  3. PL/I is the acronym Peripheral Listing /Index

  4. Program or routine is a set sequence of instructions given to computer for problem solving

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

PL/I stands for Programming Language One, not Peripheral Listing/Index. It is a procedural programming language developed by IBM in the 1960s for scientific, engineering, and business applications. The other definitions of offline, online, and programs are essentially correct.

Multiple choice general knowledge science & technology
  1. Private Computer

  2. Personal Computer

  3. Professional Computer

  4. Personal Calculator

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

PC stands for Personal Computer. This term became popular in the 1980s with the IBM PC to describe computers designed for individual use. 'Private Computer', 'Professional Computer', and 'Personal Calculator' are incorrect expansions of the acronym.

Multiple choice general knowledge science & technology
  1. Transistors

  2. Vacuum tubes

  3. Magnetic cores

  4. Silicon chips

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

First-generation computers (1940s-1950s) used vacuum tubes for electronic switching and amplification. These large, heat-generating devices were eventually replaced by smaller, more reliable transistors in second-generation systems. The ENIAC, a famous first-generation computer, contained over 17,000 vacuum tubes.

Multiple choice general knowledge
  1. Saber

  2. Mamath

  3. T-Rex

  4. Swordfish

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

IBM's mainframe computer code-named 'T-Rex' was released during the 2003-2005 period as part of their zSeries server line. The T-Rex codename represented the power and dominance of IBM's mainframe technology in enterprise computing. Other options like Saber, Mamath, and Swordfish are not associated with IBM mainframe releases from this era.

Multiple choice general knowledge
  1. Applications

  2. Desktop

  3. Server

  4. Network

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

NetBIOS (Network Basic Input/Output System) is indeed a networking protocol developed by Microsoft and IBM for local area networks. It allows applications on different computers to communicate and access resources on the network. The other options (Applications, Desktop, Server) are not the primary domain NetBIOS serves.

Multiple choice general knowledge science & technology
  1. Too many Softwares installed

  2. old hardware

  3. virus

  4. slow processor

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

The question asks for possible causes of a system slowdown when no configuration changes have been made. Among the options, a virus or malware infection (option C) is the most likely cause of sudden, unexplained performance degradation without user-initiated changes. While too many installed programs, old hardware, or a slow processor can cause slowness, these are chronic issues not "recent" changes. A virus can suddenly consume resources and slow the system.

Multiple choice general knowledge science & technology
  1. High CPU usage

  2. Runs under "System" process tag

  3. Runs under "User(i.e.your user name)" Process tag

  4. Consumes highest memory

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

An active virus typically shows high CPU usage as it runs malicious processes in the background. Legitimate viruses usually run under the user's context (your username) rather than the System process, though sophisticated malware can disguise itself. Memory consumption is not a definitive indicator as legitimate programs can also use high memory. Task Manager's Processes tab helps identify suspicious processes running under your user account with unusual CPU usage.

Multiple choice general knowledge science & technology
  1. Motherboard

  2. Hard Disk

  3. SMPS

  4. RAM

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

When a computer doesn't switch on at all, the issue is typically with power delivery or the motherboard. SMPS (Switched Mode Power Supply) provides power to all components, and if it fails, nothing receives power. A faulty motherboard can also prevent the system from starting. Hard disk and RAM issues usually allow the computer to power on but fail to boot properly.

Multiple choice general knowledge science & technology
  1. CD ROM

  2. Hard Disk

  3. RAM

  4. MotherBoard

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

When a system starts but shows no display, RAM or motherboard issues are most likely. RAM problems prevent the system from completing POST, while motherboard failures can affect the GPU or display output. Storage devices like CD ROM and hard disk don't impact the display signal.