Free CompTIA FC0-U71 Practice Questions 2026 - Page 6

Timed Practice Test

Think You're Ready?

Your Final Exam Before the Final Exam.
Dare to Take It?

Users are discussing the birthdays and home addresses of notable public figures in a public chat room. Which of the following security concepts is being compromised?

A. Confidentiality

B. Integrity

C. Privacy

D. Availability

C.   Privacy

Explanation:
Privacy is the right of individuals to control or influence what information related to them may be collected and stored and by whom and to whom that information may be disclosed. In this scenario, the users are publicly discussing personal details (birthdays and home addresses) of notable public figures without their consent. This action violates the individuals' privacy by exposing their sensitive personal information to the public, potentially without authorization and against their wishes.

Why the other options are incorrect:

A. Confidentiality:
Confidentiality involves protecting sensitive information from unauthorized access or disclosure. While the personal data is being disclosed, the scenario emphasizes the public nature of the chat room and the lack of control the individuals have over their information, which aligns more directly with a violation of privacy. Confidentiality often refers to institutional protections (e.g., encryption, access controls), whereas privacy is a broader right of individuals.

B. Integrity:
Integrity ensures that data is accurate, complete, and unaltered. The scenario does not suggest that the information is being modified or corrupted; it is being shared as-is.

D. Availability:
Availability ensures that systems and data are accessible to authorized users when needed. The scenario does not involve denying access to information; instead, it involves inappropriate disclosure.

Reference:
This aligns with CompTIA ITF+ Objective 5.1: "Explain the value of data and information," which includes understanding privacy concerns and the ethical handling of personal data. Privacy is a key principle in data protection regulations (e.g., GDPR, CCPA), which aim to give individuals control over their personal information.

Which of the following is the most important consideration when opening a file on an OS GUI?

A. File extension

B. Default permissions

C. Backup policy

D. Data compression

A.   File extension

Explanation:
In an operating system's Graphical User Interface (GUI), the file extension (e.g., .txt, .jpg, .exe) is the most important consideration when opening a file because it directly determines:

Which application the OS will use to open the file.

How the file is processed (e.g., a .docx file opens in a word processor, while .mp3 opens in a media player).

Potential security risks (e.g., opening an .exe file could execute malicious code).

The OS relies on the file extension to associate the file with the correct program and handle it appropriately. Misinterpreting the extension could lead to errors, security vulnerabilities, or data corruption.

Why the other options are incorrect:

B. Default permissions:
Permissions control access to the file (e.g., read/write rights) but do not dictate how the file is opened or which application is used. They are important for security but secondary to the file extension for opening purposes.

C. Backup policy:
Backup policies ensure data recovery in case of loss but have no bearing on how a file is opened in the OS GUI.

D. Data compression:
Compression (e.g., ZIP files) reduces file size but does not affect how the OS opens the file. Compressed files must be decompressed first, and the OS still uses the underlying file’s extension to open it.

Reference:
This aligns with CompTIA ITF+ Objective 2.5: "Explain basic OS features and their functionality," which includes file management concepts like file extensions, associations, and default programs. Understanding file extensions is critical for both usability and security.

Which of the following is an example of PII? (Choose two.)

A. Full name

B. Date of birth

C. Employment status

D. School attended

E. Social media username

F. City of residence

A.   Full name
B.   Date of birth

Explanation:
PII (Personally Identifiable Information) refers to any data that can be used on its own or with other information to identify, contact, or locate a single person.

A. Full name:
This is a direct identifier and is universally considered PII.

B. Date of birth:
This is a key piece of information that, when combined with other data (e.g., name or address), can uniquely identify an individual. It is classified as PII.

Why the other options are incorrect (or less likely to be standalone PII):

C. Employment status:
This is not typically PII on its own, as it does not directly identify a person (e.g., "employed" or "unemployed" applies to many people).

D. School attended:
While this might be used in combination with other data to identify someone, it is not sufficient alone (e.g., many people attend the same school).

E. Social media username:
This can be PII if it is linked to a real identity, but it is not inherently PII (e.g., anonymous usernames may not reveal who a person is).

F. City of residence:
This is too broad to be PII alone (e.g., millions of people live in the same city).

Reference:
This aligns with CompTIA ITF+ Objective 5.1: "Explain the value of data and information," which includes understanding PII and its importance in privacy and security regulations (e.g., GDPR, HIPAA). PII often requires special handling to protect individuals from identity theft or misuse of their data.

Given the following pseudocode: 10 FOR Q=1 TO 100 20 PRINT Q 30 NEXT Q 40 EXIT Which of the following best represents line 10?

A. Attribute

B. Sequence

C. Branch

D. Loop

D.   Loop

Explanation:
Line 10 of the pseudocode, FOR Q=1 TO 100, is the start of a loop. A loop is a programming construct that repeats a block of code multiple times. In this case: The loop initializes a variable Q to 1.

It executes the code inside the loop (lines 20 and 30) for each value of Q from 1 to 100.

After each iteration, Q is incremented by 1 (implied by the FOR statement), and the loop continues until Q reaches 100.

This structure is characteristic of a count-controlled loop (specifically a FOR loop), which iterates a fixed number of times.

Why the other options are incorrect:

A. Attribute:
An attribute (or property) is a piece of data associated with an object or variable (e.g., Q is a variable, but the line itself defines a loop, not an attribute).

B. Sequence:
Sequence refers to the linear execution of code (one line after another). Here, line 10 defines a control structure that breaks sequential flow by repeating lines 20–30.

C. Branch:
A branch (e.g., IF statement) directs the program flow based on a condition but does not repeat code. This pseudocode has no conditional branch; it uses a loop for repetition.

Reference:
This aligns with CompTIA ITF+ Objective 4.2: "Explain the value of data and information," which includes understanding basic programming constructs like loops, variables, and logic. Loops are essential for automating repetitive tasks, as demonstrated here.

A manager wants to provide information to employees during a company meeting. Which of the following types of software is the best solution?

A. Word processing

B. Visual diagramming

C. Conferencing

D. Presentation

D.   Presentation

Explanation:
Presentation software (e.g., Microsoft PowerPoint, Google Slides) is specifically designed to create and display visual aids for conveying information to an audience. It is the best solution for a company meeting because it allows the manager to:

Organize key points into slides for clear structure.

Use visuals (images, charts, graphs) to enhance understanding.

Display information sequentially to guide the discussion.

Share the screen during in-person or virtual meetings for everyone to view.

Why the other options are incorrect:

A. Word processing:
This software (e.g., Microsoft Word) is for creating text-heavy documents (e.g., reports, letters). It is not optimized for dynamic, visual delivery of information to an audience in a meeting.

B. Visual diagramming:
Tools like Microsoft Visio or Lucidchart are used for creating detailed diagrams (e.g., flowcharts, network maps). While useful for specific visual explanations, they are not ideal for general information sharing in a meeting format.

C. Conferencing:
Software like Zoom or Microsoft Teams enables virtual meetings but is a platform for communication, not a tool for creating the content itself. The manager would likely use conferencing software to host the meeting but would share a presentation within it.

Reference:
This aligns with CompTIA ITF+ Objective 1.4: "Compare and contrast common operating systems," which includes understanding the purpose of various application types. Presentation software is the standard tool for delivering structured information in business, educational, or collaborative settings.

Which of the following is the last tool that should be used when creating a custom-length network cable?

A. Cable tester

B. Crimper

C. Wire cutter

D. Ethernet connector

A.   Cable tester

Explanation:
This question tests your understanding of the correct sequence of steps for physically creating a network cable (like an Ethernet cable). The process has a specific order to ensure efficiency and correctness.

Why A is Correct:
The cable tester is a verification tool used after the cable has been assembled. Its sole purpose is to check that the cable has been wired correctly, that all pins are connected properly, and that there are no shorts or opens. It is the final quality control step and, therefore, the last tool you would use in the process.

Why B is Incorrect:
A crimper is a essential tool used during the process. It is used to attach the Ethernet connector (RJ45) to the end of the cable by pressing the metal contacts down through the insulation of the individual wires, permanently securing them. This is a core step in the assembly, not the last one.
Why C is Incorrect:
A wire cutter (or cable stripper) is one of the first tools used. It is used to cut the cable to the desired custom length and to strip away the outer jacket to expose the inner twisted pairs of wires for termination.

Why D is Incorrect:
The Ethernet connector (RJ45 plug) is the component you are attaching to the cable. It is not a tool, but the item you use the tools on. You need to put the connector on the cable before you can use the crimper.

The Correct Order of Steps:

Use a wire cutter to cut the cable to the desired length.

Strip the outer jacket to expose the wires.

Untwist and arrange the wires in the correct color code order (T568A or T568B).

Trim the wires to an even length.

Insert the wires into an Ethernet connector (RJ45).

Use a crimper to secure the connector onto the cable.

(LAST STEP) Use a cable tester to verify the cable works correctly.

Reference:
This question falls under the Infrastructure domain of the ITF+ exam, specifically relating to network hardware and the practical skills needed to create basic networking components. It emphasizes the importance of procedure and validation in hands-on tasks.

A user receives a notification about a new software vulnerability. Which of the following is the best way to secure the software?

A. Configuring a firewall

B. Applying updates

C. Enabling authentication

D. Uninstalling the program

B.   Applying updates

Explanation:
When a software vulnerability is discovered, the software vendor typically releases a patch or update to fix the security flaw. Applying updates (also known as patching) is the most direct and effective way to secure the software because it addresses the specific vulnerability, reducing the risk of exploitation by attackers.

Why the other options are incorrect:

A. Configuring a firewall:
A firewall can help block unauthorized network access, but it may not protect against vulnerabilities that are exploited through other means (e.g., malicious email attachments, compromised websites). It is a supplementary security measure, not a fix for the software itself.

C. Enabling authentication:
Authentication verifies user identities and is important for overall security, but it does not directly address a software vulnerability. The flaw exists in the code and must be patched.

D. Uninstalling the program:
While uninstalling eliminates the vulnerability, it is often impractical if the software is needed for work or personal use. Patching is a better solution as it allows continued use while securing the software.

Reference:
This aligns with CompTIA ITF+ Objective 5.3: "Explain methods to secure devices and best practices," which emphasizes the importance of regular software updates and patching to mitigate security risks. Keeping software up-to-date is a critical best practice in cybersecurity.

Which of the following is used to measure the speed of a CPU?

A. MHz

B. MB

C. Mbps

D. MAC

A.   MHz

Explanation:
The speed of a CPU (Central Processing Unit) is measured in MHz (Megahertz) or GHz (Gigahertz), which represent the clock frequency of the processor. This frequency indicates how many cycles the CPU can execute per second. A higher MHz or GHz value generally means a faster CPU, as it can process instructions more quickly.

Example:
A CPU rated at 3.5 GHz can perform 3.5 billion cycles per second.

Why the other options are incorrect:

B. MB (Megabyte):
This is a unit of data storage or memory capacity (e.g., RAM size, file size), not CPU speed.

C. Mbps (Megabits per second):
This measures data transfer rates (e.g., network or internet speed), not CPU processing speed.

D. MAC (Media Access Control):
This refers to a hardware address uniquely identifying a network device (e.g., a NIC), not CPU performance.

Reference:
This aligns with CompTIA ITF+ Objective 2.1: "Compare and contrast common computing devices and their purposes," which includes understanding basic hardware components like the CPU and how their performance is quantified. Clock speed (MHz/GHz) is a fundamental metric for CPUs.

Which of the following should be checked to ensure a user is authenticated by a web server?

A. Account logs

B. Browser history

C. Permissions

D. Firewall

A.   Account logs

Explanation:
Account logs (also known as authentication logs or audit logs) are records maintained by the web server that track user authentication attempts. These logs typically include details such as:

Usernames

Timestamps of login attempts
IP addresses from which attempts were made

Success or failure status of the authentication

To verify that a user has been authenticated by the web server, reviewing these logs provides direct, documented evidence of the authentication event.

Why the other options are incorrect:

B. Browser history:
The browser history on the user's local device may show visited websites, but it does not provide server-side proof of authentication. It is unreliable and can be altered or cleared by the user.

C. Permissions:
Permissions determine what an authenticated user is allowed to access (authorization), but they do not confirm whether authentication actually occurred. Checking permissions verifies access rights, not authentication events.

D. Firewall:
A firewall controls network traffic based on security rules but does not log or verify user authentication to a web server. It focuses on filtering packets, not validating user credentials.

Reference:
This aligns with CompTIA ITF+ Objective 5.2: "Compare and contrast authentication, authorization, accounting, and non-repudiation concepts," which includes understanding logging (accounting) as a method for tracking authentication and access. Logs provide non-repudiation and are critical for security auditing.

A user logs in with the same credentials across multiple websites. Which of the following password policies would most likely prevent this practice?

A. Reuse

B. Complexity

C. Privacy

D. Length

A.   Reuse

Explanation:
A password reuse policy is specifically designed to prevent users from employing the same password across multiple systems or websites. This policy typically:

Restricts users from setting a new password that matches any of their previously used passwords (within the same system).

Encourages unique passwords for different accounts to enhance security.

If such a policy is enforced on a system, it would directly discourage or block the user from using the same credentials (especially the same password) elsewhere, as they would be required to create a distinct password for that specific system.

Why the other options are incorrect:

B. Complexity:
A complexity policy mandates that passwords include a mix of character types (e.g., uppercase, lowercase, numbers, symbols). While this strengthens individual passwords, it does not prevent the same complex password from being reused across multiple sites.

C. Privacy:
Privacy policies concern the handling and protection of user data, not the enforcement of password creation practices. They do not dictate whether passwords can be reused.

D. Length:
A length policy sets a minimum number of characters for passwords (e.g., at least 12 characters). Like complexity, this improves password strength but does not stop users from reusing a long password on multiple websites.

Reference:
This aligns with CompTIA ITF+ Objective 5.2: "Compare and contrast authentication, authorization, accounting, and non-repudiation concepts," which includes understanding password policies such as reuse, complexity, and expiration. Preventing password reuse is critical to security, as compromising one account could lead to others being breached if credentials are shared.

Page 6 out of 18 Pages