CompTIA FC0-U61 - CompTIA IT Fundamentals+ Certification Certification Exam
Question #1 (Topic: demo questions)
A technician is troubleshooting a problem. The technician tests the theory and determines the
theory is confirmed. Which of the following should be the technician’s NEXT step?
Correct Answer: C
Explanation:
The technician’s next step after testing the theory and determining the theory is confirmed
The technician’s next step after testing the theory and determining the theory is confirmed
is to establish a plan of action to resolve the problem and identify potential effects. This
step involves preparing a specific method to implement the solution and considering how
the solution might affect other components or users. The technician should also test the
plan in an isolated environment before applying it to the actual system.
Implementing the solution is not the next step after testing the theory and determining the
theory is
confirmed, as it requires establishing a plan of action first. Documenting lessons learned is
not the
next step after testing the theory and determining the theory is confirmed, as it comes after
verifying
full system functionality and implementing preventive measures. Verifying full system functionality is
not the next step after testing the theory and determining the theory is confirmed, as it
comes after
implementing the solution.
Question #2 (Topic: demo questions)
A company executive wants to view company training videos from a DVD. Which of the following
components would accomplish this task?
Correct Answer: A
Explanation:
An optical drive is a component that can accomplish the task of viewing company training videos
An optical drive is a component that can accomplish the task of viewing company training videos
from a DVD. An optical drive is a device that can read and write data from optical discs, such as CDs,
DVDs, or Blu-ray discs. An optical drive uses a laser beam to access the data stored on the disc. An
optical drive can play video or audio files from optical discs, as well as install software or store data.
A hard disk drive (HDD) is a component that can store large amounts of data on magnetic platters,
but it cannot read or write data from optical discs. A solid state drive (SSD) is a component that can
store data on flash memory chips, but it cannot read or write data from optical discs. A flash drive is a
component that can store data on flash memory chips and connect to a USB port, but it cannot read
or write data from optical discs.
Question #3 (Topic: demo questions)
A UPS provides protection against:
Correct Answer: C
Explanation:
network or system by overwhelming it with traffic or requests. A UPS does not provide protection
A UPS (uninterruptible power supply) provides protection against power outages by providing
backup power to connected devices in case of a power failure. A UPS typically consists of a battery,
an inverter, and a surge protector. A UPS can prevent data loss, hardware damage, or downtime
caused by sudden loss of electricity. A UPS can also protect against power surges, spikes, or
fluctuations that can harm electronic devices.
A denial of service (DoS) is a cyberattack that attempts to disrupt the normal functioning of a
network or system by overwhelming it with traffic or requests. A UPS does not provide protection
against DoS attacks, as they target the network layer, not the physical layer. A replay attack is a
cyberattack that involves intercepting and retransmitting data to impersonate or deceive another
party. A UPS does not provide protection against replay attacks, as they target the application layer,
not the physical layer. Wiretapping is the act of secretly monitoring or recording the communication
or data transmission of another party. A UPS does not provide protection against wiretapping, as it
does not encrypt or secure the data.
cyberattack that involves intercepting and retransmitting data to impersonate or deceive another
party. A UPS does not provide protection against replay attacks, as they target the application layer,
not the physical layer. Wiretapping is the act of secretly monitoring or recording the communication
or data transmission of another party. A UPS does not provide protection against wiretapping, as it
does not encrypt or secure the data.
Question #4 (Topic: demo questions)
A program needs to choose apples, oranges, or bananas based on an input. Which of the following
programming constructs is BEST to use?
Correct Answer: B
Explanation:
An if statement is a programming construct that is best to use when a program needs to choose
An if statement is a programming construct that is best to use when a program needs to choose
among different options based on an input. An if statement evaluates a condition and executes a
block of code if the condition is true. An if statement can also have an else clause that executes a
different block of code if the condition is false. An if statement can also have multiple else-if clauses
that check for additional conditions. For example, a program that chooses apples, oranges, or
bananas based on an input could use an if statement like this:

A variable is a named memory location that can store a value, not a programming construct that can
choose among options. A datatype is a classification of data that defines the possible values and
operations for that data, not a programming construct that can choose among options. A comment is
a remark or explanation in the source code that is ignored by the compiler or interpreter, not a
programming construct that can choose among options.
Question #5 (Topic: demo questions)
A small company wants to set up a server that is accessible from the company network as well as the
Internet. Which of the following is MOST important to determine before allowing employees to access the
server remotely?
Correct Answer: B
Explanation:
The most important factor to determine before allowing employees to access the server remotely