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 technology architecture
  1. XI50

  2. XS40

  3. XB60

  4. XN10

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

The question asks which is NOT a DataPower box. IBM DataPower appliance models include the XI50, XS40, and XB60 among others. XN10 is not a real DataPower model number, making it the correct answer to the negative question. The naming convention for DataPower appliances follows patterns like XI50, XS40, XB60, and XG45 - XN10 doesn't fit this pattern and doesn't exist in IBM's product lineup.

Multiple choice technology architecture
  1. Hot swap

  2. Cold swap

  3. Warm swap

  4. Hot spare

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

Hot swap refers to the ability to add or remove components from a system while it remains powered on and operational. This is important for systems that require high availability. Cold swap requires powering down, warm swap is a middle ground, and hot spare refers to a standby component.

Multiple choice technology
  1. Software

  2. Hardware

  3. Operating System

  4. All of the above

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

Netezza is a data warehouse appliance that combines specialized hardware, proprietary software, and an operating system. It's designed as an integrated system where all components work together for high-performance analytics. This appliance approach simplifies deployment and optimization.

Multiple choice technology
  1. CPU, ROM, FPGA, Disk

  2. CPU, RAM, FPGA, Disk

  3. CPU, SMP, MPP, NIC

  4. All of the above

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

An SPU in Netezza architecture consists of a CPU for general processing, RAM for memory operations, FPGA (Field-Programmable Gate Array) for accelerated data processing, and Disk for storage. This combination enables high-performance data warehousing operations.

Multiple choice technology
  1. Field Programmable Grid Array

  2. Field Programmable Gate Array

  3. Fast Processing Gate Array

  4. None of the above

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

FPGA stands for Field Programmable Gate Array. Option A incorrectly uses 'Grid' instead of 'Gate', and Option C incorrectly expands the acronym with unrelated words.

Multiple choice technology
  1. Repository Server

  2. Repository Database

  3. Repository Manager

  4. 1 & 2

  5. None

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

Power Center Server consists of the Repository Server and Repository Database. The Repository Server manages connections and metadata storage, while the Repository Database stores all metadata objects. Repository Manager is a client tool for accessing the repository, not a server component.

Multiple choice technology
  1. Computer added Device

  2. Central Attached Device

  3. Computer Aided Design

  4. Centralised And Divided

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

CAD stands for Computer Aided Design, software used for creating technical drawings and designs. Option C is correct with 'Computer' and 'Aided' (past participle) and 'Design'. Options A and B incorrectly use 'added' and 'Attached' instead of 'Aided'. Option B incorrectly uses 'Central' instead of 'Computer'. Option D is nonsensical.

Multiple choice technology operating systems
  1. kill

  2. delete

  3. shutdown

  4. stop

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

The 'kill' command terminates processes by sending signals (typically SIGTERM or SIGKILL). 'delete' is for files, 'shutdown' powers down the system, and 'stop' is not a standard Unix command for process control.

Multiple choice technology
  1. Microcontroller

  2. Arthimatic Logical Unit (ALU)

  3. Control unit

  4. Register array

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

A microprocessor's core internal components are the Arithmetic Logic Unit (ALU) for performing calculations, Control Unit for instruction sequencing and decoding, and Register Array for temporary data storage during execution. A microcontroller is a complete system-on-chip that contains a microprocessor plus memory and I/O peripherals, making it fundamentally different from basic microprocessor elements.

Multiple choice technology
  1. 80386

  2. 80486

  3. Pentium

  4. Pentium Pro

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

The Intel 80486 (1989) was the first Intel microprocessor to include on-board (L1) cache memory - it had 8 KB of unified cache. The 80386 had no on-board cache, while Pentium and Pentium Pro came later and expanded on this concept. The 486's integrated cache significantly improved performance by reducing memory access times.

Multiple choice technology
  1. Address Bus

  2. Control Bus

  3. Timer bus

  4. Data Bus

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

Computer systems use three standard buses: Address Bus (carries memory addresses), Data Bus (carries actual data), and Control Bus (carries control signals and status information). 'Timer bus' is not a standard computer bus - timing signals are typically carried on the control bus, and timers are peripheral devices, not a bus architecture.

Multiple choice technology
  1. 8-bit

  2. 4-bit

  3. 64-bit

  4. 32-bit

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

The Intel 4004, released in 1971, was the first commercial microprocessor and it had a 4-bit data bus. This revolutionary chip paved the way for modern computing. Later processors evolved to 8-bit (8080), 16-bit (8086), and 32-bit (80386) architectures, but the first microprocessor was indeed 4-bit.

Multiple choice technology
  1. Alienware

  2. Apple

  3. MSI

  4. Intel

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

Research In Motion (RIM), the company behind BlackBerry devices, used Intel processors in their early smartphones. Intel was a major processor manufacturer that supplied chips for various mobile devices.

Multiple choice technology operating systems
  1. Defragment the local drive

  2. Run System backup

  3. shutdown the system

  4. Move the files from a CD to a DVD

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

Running a system backup while infected copies the virus to backup media, contaminating your clean restore point. When virus is active, you should avoid file operations that propagate infection. Defragmentation (A) and moving files (D) are disk operations; shutdown (C) may be needed for disinfection but isn't prohibited.