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. object file

  2. source file

  3. executable file

  4. none of these

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

A source file contains the original program code written by a programmer in a high-level language before compilation. It's called 'source' because it's the original human-readable code. The compiler translates source files into object files, which are then linked into executable files. The edit window in IDEs is where source code is written and modified.

Multiple choice
  1. few German computer users write their own computer programs

  2. there are few free noncommercial computer programs available in Germany

  3. some Germans purchase computers outside of Germany for use in Germany, and such purchases were counted in the survey

  4. the typical German computer user has several commercially written computer programs on his or her computer

  5. many Germans legally make duplicates of commercial computer programs, but such duplicates were counted as purchased copies in the survey

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

This is an EXCEPT question asking which option does NOT counter an objection to the software piracy interpretation. The argument claims more computers than programs sold proves widespread illegal duplication. Option C states some Germans buy computers abroad that get counted in the survey - this would actually STRENGTHEN the interpretation by showing more computers in Germany without corresponding program sales, not counter it. Options A, B, D, and E all provide alternative explanations (users writing own programs, free programs, multiple programs per user, legal duplicates) that would counter the piracy interpretation.

Multiple choice
  1. a chemical that attacks silicon

  2. a micro-organism that destroys integrated circuits

  3. data that the computer fails to handle

  4. a special kind of computer programme

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

A computer virus is a malicious software program that replicates itself by modifying other computer programs and inserting its own code. It is not a chemical or biological entity. The term 'virus' is metaphorical, referring to how it spreads from program to program like a biological virus. Options A, B, and C are incorrect - viruses are purely digital code entities designed to damage systems or steal data.

Multiple choice
  1. hard disk

  2. RAM

  3. ROM

  4. Software

  5. None of these

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

It is the soul of the computer. Accessing software includes running, executing, opening and others. It is stored in files.

Multiple choice
  1. computer hardware

  2. operating systems

  3. both of these

  4. none of these

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

In computing, 'platform' refers to the combination of computer hardware architecture and the operating system that runs on it. For example, 'Windows platform' or 'Mac platform' encompasses both the hardware (Intel/AMD processors, ARM chips) and the operating system. Software is often described as being 'cross-platform' when it can run on different hardware-OS combinations, demonstrating that platform includes both elements.

Multiple choice
  1. Minicomputer

  2. Workstation

  3. Macintosh

  4. None of these

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

A workstation is a single-user computer designed for technical or scientific applications, featuring robust processing power, advanced graphics, and specialized capabilities. Minicomputers support multiple users simultaneously. Macintosh is one brand of workstation. The question describes the workstation category perfectly.