시험덤프
매달, 우리는 1000명 이상의 사람들이 시험 준비를 잘하고 시험을 잘 통과할 수 있도록 도와줍니다.
  / FC0-U71 덤프  / FC0-U71 문제 연습

CompTIA FC0-U71 시험

CompTIA Tech+ Certification Exam 온라인 연습

최종 업데이트 시간: 2025년11월17일

당신은 온라인 연습 문제를 통해 CompTIA FC0-U71 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.

시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 FC0-U71 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 488개의 시험 문제와 답을 포함하십시오.

 / 6

Question No : 1


A user plugs a new scanner into a computer and turns it on. The scanner is automatically detected. However, the OS will only respond to some, but not all, of the buttons on the scanner.
Which of the following steps should the user take next to enable full functionality?

정답:
Explanation:
Although basic scanner functionality may work with default drivers, full functionality (like programmable buttons) often requires the manufacturer's software suite. Installing the correct software from the vendor ensures that all features are supported.
“Peripheral devices may require manufacturer-specific drivers and utilities to enable full feature support. Downloading from the vendor’s website ensures compatibility.” ― CompTIA ITF+

Question No : 2


Which of the following is used for predictive text?

정답:
Explanation:
Artificial intelligence (AI) powers predictive text by analyzing user input patterns and language models to suggest likely words or phrases.
“AI enables predictive text by using language models and historical input to forecast what the user intends to type next.” ― CompTIA ITF+ Emerging Technologies
Correct answer: C

Question No : 3


An application is unresponsive.
Which of the following will close the application?

정답:
Explanation:
Task management tools such as Task Manager in Windows or Activity Monitor in macOS allow users to monitor running applications and processes. They also provide the functionality to force-close (end) applications that are not responding.
“Task Manager provides a way to close applications that are unresponsive and manage running processes.” ― CompTIA ITF+ Official Guide
Correct answer: A

Question No : 4


A user wants to use virtualization on a local workstation.
Which of the following best describes the technology that will be used?

정답:
Explanation:
A hypervisor is the software or hardware platform that enables virtualization. It allows multiple operating systems (guest OSes) to run on a single physical machine.
“A hypervisor manages virtual machines on a single physical system. It enables the creation and management of guest OS environments.” ― CompTIA ITF+
Correct answer: D

Question No : 5


A group wants to store data while collaborating on a project.
Which of the following is the best option to enable high availability of the data?

정답:
Explanation:
Cloud storage enables multiple users to access and modify data in real-time from different locations.
It also ensures high availability by offering redundancy and online access.
“Cloud storage provides high availability, accessibility, and collaboration capabilities, making it ideal for group projects and remote access.” ― CompTIA ITF+ Cloud Technologies
Correct answer: A

Question No : 6


An employee is working on a database and wants to retrieve specific information.
Which of the following should the employee use?

정답:
Explanation:
A query is a request for information from a database. Structured Query Language (SQL) is commonly used to retrieve specific records or information from a data set.
“A query is used to extract and retrieve specific data from a database based on defined criteria.” ― CompTIA ITF+ Data Concepts
Correct answer: D

Question No : 7


A user is creating a simple, static web page.
Which of the following language types should the user use?

정답:
Explanation:
A simple static web page is best created using a markup language, such as HTML. Markup languages describe the structure and formatting of content on a web page.
“Markup languages like HTML are used to design and structure static web content. They do not contain logic or interactivity like scripting languages.” ― CompTIA ITF+ Study Guide
Correct answer: D

Question No : 8


Which of the following can be used to stop an application that is no longer responding?

정답:
Explanation:
Task management utilities like Task Manager in Windows are used to monitor and manage running applications and processes, including ending unresponsive ones.
“Task Manager is used to view and end processes or applications that are not responding.” ― CompTIA ITF+
Correct answer: B

Question No : 9


A user is writing code to calculate the amount of pay for each worker at a company. The pay rate is the same for all workers.
The code will use the formula:
amount_of_pay = number_of_hours × pay_rate
Which of the following should be used in the code to represent pay_rate?

정답:
Explanation:
Because the pay rate is fixed and does not change for all workers, it is best represented as a constant in code. Constants are variables whose values do not change during execution.
“Constants are used in programming to represent fixed values that do not change during the run of a program.” ― CompTIA ITF+ Software Development Guide
Correct answer: C

Question No : 10


Which of the following is used to securely transfer files over the internet?

정답:
Explanation:
Encryption protects data by encoding it, so it can only be accessed or read by someone with the proper key or password. It ensures confidentiality during file transfers over insecure networks like the internet.
“Encryption is used to protect data in transit, ensuring that only authorized parties can read the content during transmission.” ― CompTIA ITF+ Security Essentials
Correct answer: C

Question No : 11


A user wants to download music from a computer to a smartphone.
Which of the following cables should the user use to transfer the files?

정답:
Explanation:
USB-C is commonly used for both charging and data transfer between modern computers and smartphones. It supports high-speed data transmission and is a standard port on most new smartphones.
“USB-C cables support power delivery and high-speed data transfer, and are commonly used to connect smartphones to computers.” ― CompTIA ITF+ Guide
VGA is for video output.
Thunderbolt is high-speed, but typically used with Apple or specialized hardware.
NFC is a wireless protocol, not a cable.
Correct answer: A

Question No : 12


Which of the following describes a printer?

정답:
Explanation:
A printer is an output device because it receives digital data from a computer and converts it into a printed physical format (such as paper).
“Output devices display or reproduce information from the computer. Examples include monitors, speakers, and printers.” ― CompTIA ITF+ Fundamentals
Correct answer: B

Question No : 13


Given the following data sequence:
1, 10, 2, 3, 4, 5, 6, 7, 8, 9
Which of the following data types are these values an example of?

정답:
Explanation:
Although the values look numeric, the sequence “1, 10, 2...” suggests they are being treated as strings (text values), especially if they are not sorted numerically. In programming, strings are sequences of characters―even if those characters are digits.
“String data type is used to store alphanumeric characters, including numeric characters represented as text rather than numbers.” ― CompTIA ITF+ Data Concepts
Correct answer: D

Question No : 14


Which of the following is used to represent a device's physical address?

정답:
Explanation:
Device physical addresses, such as MAC (Media Access Control) addresses, are represented in hexadecimal format. A typical MAC address looks like 00:1A:2B:3C:4D:5E, using base-16 values (0C9 and ACF).
“MAC addresses are 48-bit identifiers assigned to network interfaces, commonly displayed in hexadecimal format.” ― CompTIA ITF+ Networking Fundamentals
Correct answer: A

Question No : 15


A systems administrator requires access to a user’s laptop over a VPN for troubleshooting.
Which of the following software types should the systems administrator use?

정답:
Explanation:
When a system administrator needs to troubleshoot a user’s laptop remotely, especially over a VPN, they would use remote assistance software. This allows full or partial control over the target system for diagnostic and support tasks.
“Remote assistance software enables support personnel to remotely access and control another computer to perform diagnostics or provide help, often used in IT support scenarios.” ― CompTIA ITF+ Guide
Correct answer: D

 / 6