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. Performance monitors

  2. Operating System

  3. Language translators

  4. Data base management system

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

Language translators (assemblers, compilers, and interpreters) convert programs written in high-level languages or assembly language into machine code that the computer can execute. These are essential system development programs. Performance monitors analyze system performance, operating systems manage computer resources, and DBMS manages databases - none are primarily development tools.

Multiple choice
  1. logical

  2. electronic

  3. counting

  4. measuring

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

Digital computers operate on the counting principle, processing data as discrete numerical values (binary digits 0 and 1). Unlike analog computers that measure continuous physical quantities, digital computers count and process binary digits. This counting-based operation is fundamental to how digital circuits process information using binary logic.

Multiple choice
  1. almost unlimited accuracy

  2. extremely high speed

  3. large memory

  4. all of the above

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

Modern digital computers are characterized by high speed, large memory capacity, and high accuracy in calculations. The question asks which feature modern computers have, and since they possess all these capabilities, 'all of the above' is the correct choice. High speed enables rapid processing, large memory allows storage of vast amounts of data, and digital accuracy ensures precise computations.

Multiple choice
  1. 1,000

  2. 100,000

  3. 1

  4. 1,000,000,000

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

Mainframe computers are designed for high-volume transaction processing and can execute billions of operations per second. Modern mainframes like IBM z Systems can indeed perform over a billion operations per second, making option D the correct answer. The other options (1, 1,000, and 100,000) are orders of magnitude too low for contemporary mainframe capabilities.

Multiple choice
  1. D-BASE

  2. RAM

  3. ZTRON

  4. FORTRAN

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

ZTRON is not a recognized computer term. The other options are all valid: D-BASE was a popular database management system, RAM is Random Access Memory (essential computer memory), and FORTRAN is a programming language for scientific computing. This question tests knowledge of real versus fabricated computer terminology.

Multiple choice
  1. Mark I

  2. IBM-753

  3. Abacus

  4. Mac

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

The Abacus, dating back to around 2400 BC in Mesopotamia, is widely considered the earliest known computing device used for arithmetic calculations. Mark I (1937), IBM-753 (modern), and Mac (1980s) are all much more recent inventions.

Multiple choice
  1. Central Processing Unit

  2. Computer Processing Unit

  3. Command Prompt Unit

  4. Computer Player Unit

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

CPU stands for Central Processing Unit - the primary component of a computer that executes instructions. It's called 'central' because it's the core component, and 'processing' because it processes data and instructions.

Multiple choice
  1. Operating System is a software that makes a computer work.

  2. Operating System is an application software.

  3. Operating System is required only for desktop computers & not for laptops.

  4. Microsoft Excel is an Operating System.

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

The Operating System is fundamental system software that manages hardware resources and provides services for applications. Option A is correct - OS makes computers usable/functional. Option B is false - OS is system software, not application software (like Word or Chrome). Option C is false - laptops also need OS. Option D is false - Excel is application software, not an OS.

Multiple choice
  1. System Software; Development Software

  2. Operating System; Application System

  3. System Software; Application Software

  4. Development Software; Application Software

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

Software is broadly categorized into two main types: System Software and Application Software. System Software includes operating systems and utility programs that manage the computer hardware. Application Software includes programs designed for end-users such as word processors, web browsers, and games.

Multiple choice
  1. firewall

  2. anti-virus

  3. disk cleanup

  4. disk scan

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

Anti-virus software is specifically designed to detect, prevent, and remove malicious software (malware) including viruses, worms, trojans, and spyware. While firewalls provide network security, anti-virus software is the primary tool for protecting against virus threats.

Multiple choice
  1. For anything that a human being can not do

  2. For anything that a human being can do

  3. For doing calculations only

  4. For computing, storing comparing and retrieving data

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

A computer is fundamentally used for computing (processing), storing, comparing, and retrieving data. These core functions define what computers do across all applications. Option D correctly encapsulates the four essential operations.

Multiple choice
  1. high speed

  2. emotion

  3. accuracy

  4. versatility

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

Unlike humans, computers do not possess emotions or feelings. They process data logically without any emotional component. Option B correctly identifies this fundamental difference between human and machine intelligence.

Multiple choice
  1. micro computer

  2. mainframe computer

  3. personal computer

  4. mini computer

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

Microchip technology is fundamental to personal computers, which use integrated circuits for processing, memory, and control. Option C correctly identifies that PCs are built around chip technology. Note: options lists 'personal computer' with a leading space.