Question 234 of 988
mediumMultiple ChoiceObjective-mapped
FC0-U71 Practice Question: Refer to the exhibit
Exhibit
Command Prompt output: C:\Users\Admin> where python C:\Python39\python.exe C:\Users\Admin\AppData\Local\Programs\Python\Python39\python.exe
Refer to the exhibit. A user runs the "where python" command and sees two paths. What does this indicate?
⚠ Common exam trap
It's easy for candidates to assume two paths automatically mean two different versions (Option B), but the FC0-U61 exam tests the understanding that the 'where' command reflects PATH entries, not version differences.
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
✓
The PATH variable contains two entries for Python
The 'where python' command on Windows displays all locations in the system's PATH environment variable that contain an executable named 'python'. When two paths are shown, it indicates that the PATH variable has two separate directory entries, each pointing to a different location where a 'python.exe' (or 'python') file is found. This does not necessarily mean two different versions are installed; it simply means the PATH contains multiple entries that resolve to a Python executable.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Python is not installed
Why it's wrong here
The output clearly shows Python executables exist.
- ✗
The user has two versions of Python installed
Why it's wrong here
The command shows two locations, but they could be the same version; version info is not shown.
- ✓
The PATH variable contains two entries for Python
Why this is correct
The output shows two paths, meaning both are listed in the PATH.
- ✗
Python is installed in two locations
Why it's wrong here
While true, the output specifically indicates that both are found via PATH.
Visual reference
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 →
Last reviewed: Jun 25, 2026
This FC0-U71 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-U71 exam.
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.
Sign in to join the discussion.