comptia FC0-U71 Exam Questions

Questions for the FC0-U71 were updated on : Nov 23 ,2025

Page 1 out of 8. Viewing questions 1-15 out of 108

Question 1

An employee attempts to install software on a PC. A prompt to enter a username and password
appears on-screen. The employee then receives an “access denied” message and cannot install the
software. Which of the following types of access would allow the employee to accomplish this task?

  • A. Least privilege
  • B. Administrator
  • C. Single factor
  • D. User
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
Installing software typically requires administrator-level access, which grants permission to make
system changes.
Other options:
● Least privilege limits user rights,
● Single factor refers to authentication methods,
● User level usually does not have installation permissions.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 2

Which of the following refers to a human-readable program?

  • A. Branch
  • B. Sequence
  • C. Object-oriented
  • D. Pseudocode
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
Pseudocode is a human-readable description of a program’s logic, using plain language and
structured formatting to outline steps without strict syntax.
Other options:
● Branch refers to decision points in code,
● Sequence refers to the order of operations,
● Object-oriented describes a programming paradigm.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 3

A user is typing a document using a keyboard. Which of the following describes this action?

  • A. Input
  • B. Storage
  • C. Output
  • D. Processing
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
Typing on a keyboard provides input to the computer, allowing the user to enter data or commands.
Other options:
● Storage saves data,
● Output displays or presents data,
● Processing manipulates data internally.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 4

A user needs to transfer a 100GB data file to a coworker, but the network is down. Which of the
following should the user most likely use instead?

  • A. NAS
  • B. Flash drive
  • C. RAM
  • D. Cloud
Answer:

B

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
When the network is down, a flash drive is the most practical alternative for transferring large files
like 100GB by physically handing over the storage device.
Other options:
● NAS requires network access,
● RAM is volatile memory and cannot be used for file transfer,
● Cloud requires internet connectivity.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 5

Which of the following is an example of a MAC address?

  • A. 00:50:09:2D:4D:94
  • B. 0x3476
  • C. 192.68.10.24
  • D. fe80:102d:cd62:5434:82ae
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
A MAC address is a unique hardware identifier formatted as six groups of two hexadecimal digits
separated by colons or hyphens.
Other options:
● 0x3476 is a hexadecimal number,
● 192.68.10.24 is an IPv4 address,
● fe80:102d:cd62:5434:82ae is an IPv6 address.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 6

A user's device is experiencing slow processing performance when multiple applications are running
at the same time. Which of the following components is causing this issue?

  • A. Storage
  • B. Motherboard
  • C. NIC
  • D. RAM
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
RAM (Random Access Memory) is responsible for temporarily storing data for running applications.
When multiple applications run simultaneously and RAM is insufficient, the system slows down due
to excessive paging or swapping.
Other options:
● Storage affects data retrieval speed but less directly impacts multitasking performance,
● Motherboard connects components but isn’t usually the cause of slow processing itself,
● NIC handles network connections, unrelated to processing speed.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 7

A user is trying to view a report via a hyperlink on a website. When the user clicks on the hyperlink,
nothing happens. Which of the following must be configured to view the report?

  • A. Cache clearing
  • B. Accessibility options
  • C. Pop-up blocker
  • D. Private browsing
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
If clicking a hyperlink does nothing, it’s often because a pop-up blocker is preventing the report from
opening in a new window or tab. Disabling or configuring the pop-up blocker should resolve this.
Other options:
● Cache clearing refreshes stored data,
● Accessibility options adjust UI for usability,
● Private browsing restricts history but doesn’t block pop-ups by default.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 8

Which of the following is considered an output device?

  • A. Smart TV
  • B. Web camera
  • C. Keyboard
  • D. Microphone
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
A Smart TV is an output device as it displays video and audio to the user.
Web camera, keyboard, and microphone are input devices.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 9

A technician identifies the potential cause of a problem. Which of the following troubleshooting
steps should the technician take next?

  • A. Test the theory.
  • B. Create a plan of action.
  • C. Document the findings.
  • D. Verify system functionality.
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
After identifying the potential cause of a problem, the next step is to test the theory to confirm if the
suspected cause is correct before proceeding with a solution.
Other options:
● Create a plan of action and verify system functionality come after confirmation,
● Document the findings is done after resolution.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 10

A user wants to access books and does not need printed, physical copies. The solution should be
portable and lightweight. Which of the following is the best solution?

  • A. E-reader
  • B. Servers
  • C. External drive
  • D. Workstation
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
An e-reader is portable, lightweight, and designed specifically for reading digital books, making it the
best solution for accessing books without physical copies.
Other options:
● Servers and workstations are not portable devices,
● External drives store data but are not designed for reading books directly.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 11

A programmer creates an object to retrieve customer names from a database. Which of the following
best describes the object that is retrieving the names?

  • A. Variable
  • B. Attribute
  • C. Method
  • D. Looping
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
A method is a function or procedure associated with an object that performs an action, such as
retrieving customer names from a database.
Other options:
● Variable stores data,
● Attribute describes properties of an object,
● Looping refers to repeating code blocks.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 12

Which of the following hard drives has the largest capacity?

  • A. 2TB
  • B. 50KB
  • C. 100GB
  • D. 4,000MB
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
Capacity sizes from smallest to largest:
● 50KB (kilobytes),
● 4,000MB (megabytes = 4GB),
● 100GB (gigabytes),
● 2TB (terabytes) which is the largest.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 13

Which of the following is reset when a workstation is turned off?

  • A. BIOS
  • B. NIC
  • C. CPU
  • D. RAM
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
RAM (Random Access Memory) is volatile memory, meaning it loses all stored data when power is
turned off.
BIOS, NIC, and CPU retain their configurations or functions independently of power state.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 14

Which of the following represents the largest unit of storage?

  • A. 20TB
  • B. 200MB
  • C. 2,000GB
  • D. 2,000KB
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
The units rank as follows from largest to smallest:
● 1 TB = 1,000 GB,
● 20 TB = 20,000 GB,
● 2,000 GB is smaller than 20 TB
● 200 MB and 2,000 KB are much smaller units.

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 15

Which of the following is most likely the fastest residential internet option?

  • A. Satellite
  • B. Cable
  • C. DSL
  • D. Fiber optic
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
Fiber optic internet provides the fastest speeds for residential use due to its high bandwidth and low
latency, surpassing satellite, cable, and DSL options.

Discussions
vote your answer:
A
B
C
D
0 / 1000
To page 2