Question 282 of 512
IT Concepts and TerminologyeasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is insufficient RAM causing the system to use the hard drive as virtual memory excessively. When physical memory is full, the operating system compensates by writing data from RAM to the hard drive in a swap file, a process known as paging. This constant swapping between RAM and disk forces the hard drive to work nonstop, which explains the 100% disk usage and the continuously active drive light in Task Manager, even if CPU and memory percentages appear moderate. On the CompTIA ITF+ FC0-U61 exam, this scenario tests your understanding of virtual memory and resource monitoring; a common trap is assuming a virus or failing hard drive is the cause when the real issue is a memory bottleneck. For a quick memory tip, remember that a thrashing hard drive light often means the system is “starving for RAM,” forcing it to lean on the disk as a crutch.

FC0-U61 IT Concepts and Terminology Practice Question

This FC0-U61 practice question tests your understanding of it concepts and terminology. Examine the command output carefully: the correct answer depends on what the output actually shows, not on general recall alone. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A user reports that their computer is running slowly and the hard drive activity light is constantly on. The technician checks Task Manager and sees that disk usage is at 100%. What is the most likely cause?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1easymultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Insufficient RAM causing the system to use the hard drive as virtual memory excessively

When RAM is insufficient, the operating system compensates by using a portion of the hard drive as virtual memory (the page file). This causes constant swapping of data between RAM and the disk, resulting in 100% disk usage and a continuously active hard drive light. Task Manager would show high disk usage even if the CPU and memory percentages appear moderate.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Malware infection that is encrypting files in the background

    Why it's wrong here

    Malware might cause high CPU but not specifically disk usage at 100%.

  • Insufficient RAM causing the system to use the hard drive as virtual memory excessively

    Why this is correct

    High disk usage with constant activity often indicates insufficient RAM causing excessive paging.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • A failing hard drive that needs to be replaced immediately

    Why it's wrong here

    A failing drive would typically show errors or bad sectors, not necessarily constant 100% disk usage.

  • The hard drive is almost full and needs to be defragmented

    Why it's wrong here

    A full drive does not cause 100% disk time; defragmentation is not the issue.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often associate 100% disk usage with malware or a failing drive, overlooking the classic symptom of insufficient RAM causing excessive paging to the page file.

Trap categories for this question

  • Command / output trap

    A failing drive would typically show errors or bad sectors, not necessarily constant 100% disk usage.

Detailed technical explanation

How to think about this question

Virtual memory works by extending the system's available memory onto the hard drive via the page file (pagefile.sys on Windows). When physical RAM is exhausted, the memory manager swaps inactive pages to disk, and the disk subsystem becomes the bottleneck. In Windows, you can verify this by checking the 'Hard Faults/sec' counter in Performance Monitor; values consistently above 10 indicate severe paging. This scenario is common in systems with 4 GB or less RAM running modern operating systems and multiple applications.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A practitioner preparing for the FC0-U61 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related FC0-U61 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free FC0-U61 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this FC0-U61 question test?

IT Concepts and Terminology — This question tests IT Concepts and Terminology — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Insufficient RAM causing the system to use the hard drive as virtual memory excessively — When RAM is insufficient, the operating system compensates by using a portion of the hard drive as virtual memory (the page file). This causes constant swapping of data between RAM and the disk, resulting in 100% disk usage and a continuously active hard drive light. Task Manager would show high disk usage even if the CPU and memory percentages appear moderate.

What should I do if I get this FC0-U61 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

3 more ways this is tested on FC0-U61

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A user reports that their computer is slow. Which of the following is the BEST first step to troubleshoot?

easy
  • A.Replace the hard drive.
  • B.Upgrade the RAM.
  • C.Check Task Manager for high resource usage.
  • D.Reinstall the operating system.

Why C: Option C is correct because the first step in troubleshooting a slow computer is to identify the cause of the performance issue. Task Manager provides real-time data on CPU, memory, disk, and network utilization, allowing you to pinpoint which process or resource is being overused. This diagnostic approach follows the standard troubleshooting methodology of gathering information before making changes.

Variation 2. A user reports that their computer is running slowly. Which of the following is the FIRST troubleshooting step the technician should perform?

medium
  • A.Update device drivers
  • B.Reinstall the operating system
  • C.Restart the computer
  • D.Run a virus scan

Why C: Option A is correct because restarting the computer is a basic first step that clears temporary memory and resolves many software issues. Option B (update drivers) is not the first step. Option C (run virus scan) is a later step. Option D (reinstall OS) is drastic and premature.

Variation 3. A user reports that their computer is running slowly. Which of the following is the MOST likely cause?

easy
  • A.Running too many applications simultaneously
  • B.The monitor is too small
  • C.The keyboard is unresponsive
  • D.The mouse needs batteries

Why A: When too many applications are running simultaneously, the computer's RAM and CPU resources become oversubscribed, forcing the operating system to rely heavily on virtual memory (paging to disk). This causes excessive disk I/O and context switching, which directly degrades system responsiveness and leads to the perception of slowness.

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This FC0-U61 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the FC0-U61 exam.