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. CISC (Complex Instruction Set Computer) emphasis on hardware.

  2. RISC (Reduced Instruction Set Computer) emphasis on software.

  3. RISC software based instruction set has more then one clock to execute the micro program.

  4. CISC includes multi-clock complex instructions.

  5. None of the above

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

All of the above are true.

Multiple choice
  1. SPARC assembler

  2. MASM assembler

  3. Interpreter

  4. Compiler

  5. Byte code verifier

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

It is an open set of technical specifications that any person or company can license and use to develop microprocessors and other semiconductor devices based on published industry standards.

Multiple choice
  1. files

  2. folders

  3. drives

  4. systems

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

File systems organize contents hierarchically using drives (like C:), folders (directories) for grouping, and individual files. 'Systems' is not a structural element in file organization - it's an abstract concept, not a container or item.

Multiple choice
  1. windows is an example of a command-driven environment

  2. windows can be resized and repositioned on the desktop

  3. more than one window can be open at a time

  4. toolbars and scrollbars are features of windows

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

Windows is a graphical user interface (GUI) environment where users interact with windows, icons, menus, and pointing devices. Command-driven environments like DOS require typing text commands, which is not how Windows operates.

Multiple choice
  1. modifies its program code each time it attaches itself to another program or file

  2. is a malicious-logic program that copies itself repeatedly in memory or on a disk drive until no memory or disk space remains

  3. a malicious-logic program that hides within or looks like a legitimate program

  4. infects a program file, but still reports the size and creation date of the original, uninfected program

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

A polymorphic virus changes its code each time it infects a new file, making it difficult for antivirus programs to detect through signature matching. This distinguishes it from other malware types like worms (which replicate repeatedly) or Trojan horses (which hide in legitimate programs). The constant code mutation is its defining characteristic.

Multiple choice
  1. CD

  2. BIOS

  3. CPU

  4. DVD

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

During the boot process, the BIOS (Basic Input/Output System) is responsible for initializing hardware and searching for system files required to load the operating system. The CPU executes instructions but doesn't search for files, while CD and DVD are storage media that may contain system files but don't actively search for them.

Multiple choice
  1. providing a way for the user to interact with the computer

  2. managing the Central Processing Unit (CPU)

  3. managing memory and storage

  4. enabling users to perform a specific task such as document editing

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

The operating system manages hardware (CPU), memory, storage, and provides user interaction interfaces. However, enabling users to perform specific tasks like document editing is the function of application software (like Word processors), not the OS itself. The OS provides the platform and resources for applications to run.

Multiple choice
  1. action

  2. event

  3. interrupt

  4. activity

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

An interrupt is a hardware signal sent to the CPU that indicates a device needs immediate attention, causing the CPU to suspend its current operations and handle the request. Events and activities are broader concepts, while an action is a general term for something that happens - none specifically describe this hardware signaling mechanism.

Multiple choice
  1. application programming interfaces (APIs)

  2. complimentary metal-oxide conductors (CMOS)

  3. device drivers

  4. bootstrap loaders

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

Application Programming Interfaces (APIs) are sets of defined methods and protocols that allow software applications to request services from the operating system. CMOS is a type of semiconductor technology, device drivers are specific hardware interface programs, and bootstrap loaders are programs that initiate the boot process.