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. Were made by Intel Corporation

  2. Use 16 bit microprocessor chip

  3. Use 8 line data buses of 16-line address bus

  4. Are able to identify a maximum of 32,000 separate primary storage functions

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

Microprocessors of the 1970s, such as the Intel 8080, typically featured an 8-bit data bus for processing data and a 16-bit address bus to access up to 64KB of memory. This architecture was the foundation for the first generation of personal computers.

Multiple choice
  1. Uses 6-bit data buses

  2. Can not use the same type of microprocessor chips found in single user systems

  3. Can handle a number of processing tasks concurrently

  4. All of the above

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

A multi-user system is designed to support multiple users simultaneously by sharing the CPU's time and resources. This requires the operating system and hardware to handle multiple processing tasks concurrently through techniques like time-sharing.

Multiple choice
  1. Application software

  2. Device driver

  3. System software

  4. Utilities

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

A device driver is a specialized software component that allows the operating system to communicate with and control a specific hardware device. It manages the low-level timing and operational commands required for the hardware to function correctly within the system.

Multiple choice
  1. PC

  2. Mini

  3. Host computer

  4. Micro computer

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

In a distributed network, the host computer acts as the central server that manages resources, provides data, and controls the operations of connected terminals or smaller processors. It typically has more processing power and storage than the devices it serves.

Multiple choice
  1. Host

  2. Parallel

  3. Mainframe

  4. Micro

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

A parallel computer is specifically designed to perform multiple operations or process multiple data streams simultaneously. This architecture contrasts with serial processing, where instructions are executed one after another.

Multiple choice
  1. Execution

  2. Execution states

  3. Execution phase

  4. Execution step

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

Execution states refer to the distinct modes or conditions, such as user mode or kernel mode, in which a processor can operate. These states define the privileges and instructions available to the system at any given time.

Multiple choice
  1. Distributed system

  2. KIPS

  3. Embedded computer system

  4. A1

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

An embedded computer system is a dedicated system designed to perform a specific function within a larger device, such as a car's engine control unit or a microwave. Unlike general-purpose computers, their primary function is the operation of the device they inhabit.

Multiple choice
  1. Assembler

  2. Application

  3. Architecture

  4. Utility

  5. None of these

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

Computer architecture refers to the conceptual design and fundamental operational structure of a computer system. It acts as a blueprint for how the various hardware components interact. Assemblers and utilities are types of software, not the design of the system itself.

Multiple choice
  1. Super computer

  2. Mainframe

  3. Micro computer

  4. Mini computer

  5. None of these

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

A mainframe computer is a large, powerful data processing system built using conventional, centralized architecture. These machines are designed to handle massive amounts of data and support many users simultaneously. Supercomputers often use non-conventional, highly parallel architectures for specialized tasks.