CompTIA FC0-U71 Exam Questions
CompTIA Tech+ (Page 4 )

Updated On: 23-Apr-2026

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?

  1. Attribute
  2. Sequence
  3. Branch
  4. Loop

Answer(s): D

Explanation:

Line 10 (FOR Q=1 TO 100) initializes a loop that iterates from 1 to 100.
Other options:
Sequence refers to a straight execution of instructions,
Branch involves decision-making (e.g., IF...THEN),
Attribute is a descriptive property, not a control structure.



A user is logged in but unable to access a shared folder on the network. Which of the following security concepts is in place?

  1. Authentication
  2. Authorization
  3. Accounting
  4. Non-repudiation

Answer(s): B

Explanation:

Authorization determines what a user is allowed to access after they have logged in. The user is already authenticated (logged in), but lacks permission to access the shared folder, indicating an authorization issue.
Other options:
Authentication verifies identity,
Accounting tracks user actions,
Non-repudiation ensures actions cannot be denied later.



Given the following table:



Which of the following fields best represents a primary key?

  1. ID
  2. Month
  3. Day
  4. Year
  5. Name

Answer(s): A

Explanation:

The ID field contains unique values for each record and is typically used as a primary key in a database. A primary key uniquely identifies each row in a table.
Month, Day, Year, and Name may have duplicates and do not guarantee uniqueness.



A technician needs to install input devices while setting up a new desktop PC. Which of the following should the technician install? (Choose two.)

  1. Printer
  2. Mouse
  3. Keyboard
  4. CPU
  5. Speaker
  6. SSD

Answer(s): B,C

Explanation:

A mouse and keyboard are standard input devices used to interact with a desktop PC.
Other options:
Printer and speaker are output devices,
CPU is a processing unit,
SSD is a storage device.



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?

  1. Confidentiality
  2. Integrity
  3. Privacy
  4. Availability

Answer(s): C

Explanation:

Discussing birthdays and home addresses of individuals -- even public figures -- violates privacy, which concerns the protection of personal or sensitive information.
Other options:
Confidentiality refers to restricting access to sensitive data, Integrity ensures data is not altered,
Availability ensures data and systems are accessible when needed.



Which of the following can best protect a computer when an infected file has been downloaded?

  1. Anti-malware
  2. Firewall
  3. Patching
  4. Permissions

Answer(s): A

Explanation:

Anti-malware software is specifically designed to detect, block, and remove malicious files, making it the best defense when an infected file has been downloaded.
Other options:
Firewall controls network traffic,
Patching prevents exploitation of known vulnerabilities but doesn't address already-downloaded malware, Permissions limit access but don't actively remove threats.



Which of the following is commonly used to measure the RAM capacity of a smartphone?

  1. GB
  2. KB
  3. MB
  4. TB

Answer(s): A

Explanation:

Gigabytes (GB) are the standard unit for measuring RAM capacity in modern smartphones, typically ranging from 2GB to 16GB.
KB and MB are too small, TB is used for large storage, not RAM.



A user identifies the reason a compute is not working, repairs it, and prints a test page. Which of the following steps should the user should take next?

  1. Submit a support ticket.
  2. Test the theory.
  3. Implement the solution.
  4. Document the actions taken.

Answer(s): D

Explanation:

After identifying the issue, repairing the computer, and verifying the fix (e.g., printing a test page), the next step is to document the actions taken. This is a key part of the troubleshooting process to ensure there's a record for future reference and accountability.



Viewing page 4 of 25
Viewing questions 25 - 32 out of 192 questions


FC0-U71 Exam Discussions & Posts

AI Tutor AI Tutor 👋 I’m here to help!