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 assembly
  1. The Assembler program

  2. The Microprocessor

  3. both (a) and (b) are correct

  4. both (a) and (b) are wrong

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

To solve this question, the user needs to have knowledge of assembly language programming and the purpose of assembly directives.

Assembly directives are commands or instructions in assembly language that are used to provide information to the assembler program. These directives are not executed by the microprocessor, but they instruct the assembler on how to process the assembly code.

Now, let's go through each option and explain why it is right or wrong:

A. The Assembler program: This option is correct. Assembly directives are commands to the assembler program, telling it how to process the assembly code. The assembler program reads the assembly code, processes the directives, and generates the corresponding machine code.

B. The Microprocessor: This option is incorrect. Assembly directives are not commands to the microprocessor. The microprocessor executes machine code, not assembly code. Assembly directives are used by the assembler program to generate the appropriate machine code.

Therefore, the correct answer is:

The Answer is: A

Multiple choice assembly
  1. ROM

  2. RAM

  3. Hard/ Floppy Disk

  4. none of the above

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

During the boot process, the BIOS/UEFI locates the bootloader on a non-volatile storage device, typically a Hard Disk or SSD (formerly Floppy Disks). The operating system files are stored there and then loaded into RAM for execution. ROM only contains the initial firmware.

Multiple choice assembly
  1. System boot

  2. Running applications

  3. Both wrong

  4. Both correct

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

To solve this question, the user needs to have basic knowledge about operating systems and their functions.

Now, let's go through each option and explain why it is right or wrong:

A. System boot: This option is correct. One of the main functions of an operating system is to manage the boot process of a computer. When a computer is turned on, the operating system is responsible for loading and initializing the necessary components to start the system.

B. Running applications: This option is also correct. Another important function of an operating system is to manage and run applications on a computer. The operating system provides resources and services to enable applications to execute and interact with the hardware and other software components.

C. Both wrong: This option is incorrect. Both option A and option B are correct, as explained above.

D. Both correct: This option is correct. Both option A (System boot) and option B (Running applications) accurately describe functions performed by an operating system.

C. Both wrong: This option is incorrect. Both option A and option B are correct, so this option is not the correct answer.

D. Both correct: This option is incorrect. While both option A and option B are correct, this option does not accurately describe the functions of an operating system. It is more accurate to say that an operating system performs a wide range of functions, including system boot and running applications.

The Answer is: D

Multiple choice .net
  1. 1

  2. 2

  3. 3

  4. 4

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

A three-tier architecture (presentation, logic, and data) refers to logical separation. All three tiers can physically reside on a single computer, such as a developer's machine running a browser, a local web server, and a local database instance simultaneously.

Multiple choice hardware
  1. bootstrap initial operating system

  2. basic input output startup

  3. boot initial operating startup

  4. basic input output system

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

BIOS stands for Basic Input/Output System. It's firmware that initializes hardware during boot and provides runtime services for operating systems. The other options are plausible but incorrect acronyms.

Multiple choice hardware
  1. input, processing, output, and storage

  2. keyboard, display, memory, and disk drive

  3. word processing, spreadsheets, database, and contact management

  4. read, write, calculate, and display

  5. bits, bytes, words, and OSI

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

A computer system needs input devices to receive data, processing (CPU) to manipulate it, output devices to present results, and storage to retain data and programs. Options B lists specific hardware examples but misses the functional categories. Option C lists application software, not system functions. Options D and E are incomplete or irrelevant.

Multiple choice computer
  1. hard drive

  2. I/O Controller

  3. power supply

  4. memory

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

Parity errors specifically indicate problems with memory (RAM) because parity bits are used to detect data corruption in memory modules. When the parity check fails, it means data has been corrupted during storage or retrieval from RAM. Issues with hard drives, I/O controllers, or power supplies would manifest as different types of errors.

Multiple choice computer
  1. 80286

  2. 80386DX

  3. 80486SX

  4. 80386SX

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

The 80386SX processor featured a 32-bit internal data bus with a 24-bit address bus and 16-bit external data bus, making it a lower-cost variant of the 80386DX. The 80286 had only a 16-bit data bus, while the 80386DX and 80486SX both had full 32-bit data and address buses.

Multiple choice computer
  1. A DOS CD-ROM driver

  2. Memory Management Program

  3. Loads Windows 3.11 into Upper Memory

  4. SCSI driver

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

MSCDEX.EXE (Microsoft CD-ROM Extensions) is a DOS driver that enables the operating system to access CD-ROM drives as if they were disk drives, providing the software interface between DOS and the CD-ROM hardware driver. Options B and C refer to memory management functions, while D refers to SCSI controllers which are different hardware interfaces.

Multiple choice computer
  1. NFU Controller

  2. Hard Drive

  3. System Board

  4. RAM Chips

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

FRU (Field Replaceable Unit) refers to hardware components designed to be easily replaced on-site. Hard drives, system boards, and RAM chips are all standard FRUs. 'NFU Controller' is not a real hardware component (NFU likely implies 'Not a Field Replaceable Unit'), making it the only option that would NOT be considered an FRU.

Multiple choice computer
  1. RAM

  2. System Board

  3. CPU

  4. Speaker

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

If the system boots successfully without a beep, the speaker itself is likely disconnected or faulty. A successful boot means RAM, CPU, and system board are functioning (otherwise the system wouldn't boot). The POST beep is an audio confirmation, so silence when everything else works points to the speaker.

Multiple choice computer
  1. Bad system board

  2. Bad Power Supply

  3. Faulty Adapter Card

  4. AC Power Faulty

  5. All of the above

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

Continuous rebooting (boot looping) can be caused by hardware failures across various components. A failing power supply may drop voltage, a bad motherboard can have logic errors, and faulty adapter cards or unstable AC power can all trigger a system reset.