View Full CompTIA Tech+ FC0-U71 Exam Dumps and Practice Test Dumps
Question 1.
Which stage of the computing process performs calculations and manipulates data?
- Input
2. Processing
3. Output
4. Storage
Correct Answer: 2. Processing
Explanation:
Processing is the stage in which a computer performs operations on data. The processor executes instructions, performs calculations, compares values, and transforms input into useful information. Input refers to data entering a system through devices such as keyboards, microphones, or scanners. Output presents results through devices such as monitors or printers. Storage keeps data for later use. Understanding input, processing, output, and storage provides a foundation for recognizing how computer systems handle information and how different hardware components contribute to the overall computing process.
Question 2.
Which device is primarily considered an input device?
- Monitor
2. Printer
3. Keyboard
4. Speaker
Correct Answer: 3. Keyboard
Explanation:
A keyboard is an input device because it allows a user to send characters, commands, and other information into a computer. A monitor, printer, and speaker are primarily output devices because they present information produced by the computer. Other common input devices include mice, microphones, cameras, scanners, touchscreens, and game controllers. Some devices can provide both input and output functions. Understanding the distinction between input and output devices helps users identify how information moves between people, peripherals, and computer systems.
Question 3.
Which numbering system uses only the digits 0 and 1?
- Decimal
2. Hexadecimal
3. Octal
4. Binary
Correct Answer: 4. Binary
Explanation:
Binary is a base-2 numbering system that uses only the digits 0 and 1. Computers use binary because electronic circuits can conveniently represent two states, such as on and off. Decimal uses ten digits from 0 through 9, octal is base 8, and hexadecimal is base 16 and commonly uses digits 0 through 9 plus letters A through F. Binary concepts are fundamental to computing because data, instructions, storage values, and digital signals can ultimately be represented through combinations of binary states.
Question 4.
Which hexadecimal digit represents the decimal value 15?
- F
2. E
3. A
4. 10
Correct Answer: 1. F
Explanation:
Hexadecimal is a base-16 numbering system. It uses the digits 0 through 9 followed by the letters A through F, where A represents decimal 10, B represents 11, C represents 12, D represents 13, E represents 14, and F represents 15. Hexadecimal is widely used in computing because it provides a compact way to represent binary values. It appears in areas such as memory addresses, color codes, MAC addresses, and software development. Knowing the relationship between decimal, binary, octal, and hexadecimal notation is useful for understanding how computers represent information.
Question 5.
Which unit is commonly used to measure processor clock speed?
- Gigabytes
2. Gigahertz
3. Gigabits per second
4. Pixels per inch
Correct Answer: 2. Gigahertz
Explanation:
Processor clock speed is commonly measured in hertz and is often expressed in gigahertz, or GHz, for modern processors. Hertz represents cycles per second, so 3 GHz represents approximately three billion cycles per second. Gigabytes measure storage capacity, while gigabits per second usually describe data-transfer throughput. Pixels per inch measure display or image density. Clock speed can influence processor performance, but it should not be used as the only comparison because architecture, core count, cache, workload, and efficiency also affect how quickly a processor completes tasks.
Question 6.
Which unit is most appropriate for describing network throughput?
- Megabytes of storage
2. Gigahertz
3. Megabits per second
4. Pixels
Correct Answer: 3. Megabits per second
Explanation:
Network throughput is commonly measured in bits per second and its multiples, such as kilobits per second, megabits per second, and gigabits per second. Mbps therefore describes how much data can potentially be transmitted over a network connection during a given amount of time. Gigahertz measures processing frequency, while storage capacity is commonly expressed in bytes and their multiples. Users should also distinguish bits from bytes because one byte contains multiple bits. Network service providers commonly advertise connection speeds using bits per second rather than bytes per second.
Question 7.
Which unit represents the largest storage capacity?
- Kilobyte
2. Megabyte
3. Gigabyte
4. Terabyte
Correct Answer: 4. Terabyte
Explanation:
Among the choices, a terabyte represents the largest storage capacity. The common progression is kilobyte, megabyte, gigabyte, terabyte, and petabyte. These units are used to describe file sizes, memory capacity, storage devices, and large data collections. For example, individual documents may use kilobytes or megabytes, while modern solid-state drives and hard drives are often measured in gigabytes or terabytes. Understanding storage units helps users estimate how much information can fit on a device and compare storage requirements for applications, backups, media, and operating systems.
Question 8.
What should be the first step in a structured troubleshooting process?
- Identify the problem
2. Replace all suspected hardware
3. Reinstall the operating system
4. Document the final solution
Correct Answer: 1. Identify the problem
Explanation:
A structured troubleshooting process begins by identifying the problem. The technician should gather information, ask relevant questions, determine symptoms, identify affected systems, and reproduce the issue when practical. Only after understanding the problem should the technician establish and test a theory of probable cause. Replacing components or reinstalling software immediately can waste time and create additional problems. Documentation normally occurs after the issue has been resolved and functionality verified. A consistent troubleshooting methodology helps technicians avoid guessing and makes problem resolution more efficient and repeatable.
Question 9.
After establishing a theory of probable cause during troubleshooting, what should be done next?
- Close the support ticket immediately
2. Test the theory to determine the cause
3. Replace every component
4. Ignore the original symptoms
Correct Answer: 2. Test the theory to determine the cause
Explanation:
After establishing a theory of probable cause, the next step is to test that theory. Testing helps determine whether the proposed cause actually explains the observed symptoms. If the theory is confirmed, the technician can establish a plan of action and implement an appropriate solution. If the theory is incorrect, another probable cause should be considered and tested. This evidence-based process avoids unnecessary changes and reduces the chance of making the problem worse. Effective troubleshooting is systematic and should progress from problem identification through testing, resolution, verification, and documentation.
Question 10.
Which action should occur after a troubleshooting solution has been implemented?
- Immediately dispose of the device
2. Change unrelated settings
3. Verify full system functionality
4. Delete all troubleshooting notes
Correct Answer: 3. Verify full system functionality
Explanation:
After implementing a solution, the technician should verify that the system is functioning correctly and confirm that the original problem has actually been resolved. Testing should also ensure that the repair has not created new issues elsewhere. When appropriate, preventive measures can be implemented to reduce the likelihood of recurrence. Documentation should then record the problem, actions performed, outcome, and useful lessons learned. Verification is important because a change may appear to fix one symptom while leaving another issue unresolved. Troubleshooting is not complete until normal functionality has been confirmed.
Question 11.
Which computer component performs most general-purpose instruction processing?
- CPU
2. SSD
3. Monitor
4. Keyboard
Correct Answer: 1. CPU
Explanation:
The central processing unit, or CPU, executes program instructions and performs much of the general-purpose processing in a computer. It carries out arithmetic, logical operations, control functions, and data movement according to software instructions. An SSD provides persistent storage, while monitors and keyboards are peripheral output and input devices. Modern systems may also use specialized processors such as GPUs for graphics or highly parallel workloads. Understanding the basic role of the CPU helps explain how software instructions are transformed into actual operations within a computer system.
Question 12.
Which component provides temporary working storage that loses its contents when power is removed?
- SSD
2. RAM
3. Optical disc
4. USB flash drive
Correct Answer: 2. RAM
Explanation:
Random access memory, or RAM, is volatile working memory used to hold data and instructions that the processor needs while the system is running. Its contents are generally lost when power is removed. SSDs, optical discs, and USB flash drives provide nonvolatile storage, meaning their data remains available after power is turned off. More RAM can allow a computer to keep additional applications and data readily accessible without relying as heavily on slower persistent storage. RAM is therefore an important component of overall system performance and multitasking capability.
Question 13.
Which storage device typically has no mechanical moving parts?
- Magnetic hard disk drive
2. Optical disc drive
3. Solid-state drive
4. Tape drive
Correct Answer: 3. Solid-state drive
Explanation:
A solid-state drive, or SSD, stores data electronically using flash memory and normally contains no mechanical moving parts. Traditional hard disk drives use rotating magnetic platters and moving read/write heads. Optical drives spin discs, while tape systems physically move magnetic tape. Because SSDs do not rely on mechanical motion, they usually provide faster access times, lower noise, greater resistance to physical shock, and reduced power consumption compared with traditional hard drives. SSD capacity, interface type, endurance, and performance characteristics should still be considered when selecting storage.
Question 14.
Which device connects multiple devices on the same local network and forwards Ethernet frames based primarily on MAC addresses?
- Modem
2. Printer
3. Access point only
4. Switch
Correct Answer: 4. Switch
Explanation:
A network switch connects devices within a local area network and forwards Ethernet frames based primarily on destination MAC addresses. It learns which MAC addresses are reachable through its ports and sends traffic accordingly. A router connects different IP networks, while a modem provides signal conversion for certain types of external network connections. An access point provides wireless connectivity and commonly connects wireless clients to a wired LAN. Understanding the basic differences among switches, routers, modems, and wireless access points is essential when installing or troubleshooting small networks.
Question 15.
Which device is primarily responsible for forwarding traffic between different IP networks?
- Router
2. Keyboard
3. Monitor
4. USB hub
Correct Answer: 1. Router
Explanation:
A router forwards packets between different IP networks. In a typical home or small-office environment, the router connects the local network to another network such as the internet. Routers use destination IP information and routing tables to determine where packets should be sent. A switch primarily forwards frames within a local Ethernet network based on MAC addresses. Keyboards, monitors, and USB hubs are peripheral devices and do not perform network routing. Many consumer devices combine routing, switching, wireless access point, firewall, and other functions into one physical unit.
Question 16.
Which device commonly provides wireless clients with access to a wired local area network?
- Scanner
2. Wireless access point
3. UPS
4. Projector
Correct Answer: 2. Wireless access point
Explanation:
A wireless access point provides Wi-Fi connectivity and bridges compatible wireless clients to a local network. Devices such as laptops, smartphones, and tablets can associate with the access point and communicate with network resources. In many homes, the wireless access point function is built into a multifunction wireless router. A scanner captures images or documents, a UPS provides temporary electrical power, and a projector displays visual output. Understanding the role of an access point helps users distinguish wireless connectivity functions from routing, internet service, and other network services.
Question 17.
Which type of network generally covers a limited geographic area such as a home, office, or school building?
- WAN
2. PAN only
3. LAN
4. Internet
Correct Answer: 3. LAN
Explanation:
A local area network, or LAN, generally connects devices within a limited geographic area such as a home, office, classroom, or building. Ethernet and Wi-Fi are commonly used to provide LAN connectivity. A wide area network, or WAN, covers larger geographic distances and can connect multiple LANs. A personal area network typically covers a very short distance around an individual, while the internet is a global collection of interconnected networks. Understanding these basic network classifications helps users recognize how devices communicate across local and remote environments.
Question 18.
Which network address is used to identify a device logically on an IP network?
- File extension
2. Username
3. Device model number
4. IP address
Correct Answer: 4. IP address
Explanation:
An IP address provides logical network addressing so devices can send and receive packets across IP networks. IPv4 and IPv6 are the two major versions in use. A device can have different IP addresses depending on the network to which it is connected and how addressing is assigned. Usernames identify accounts, file extensions identify file types, and model numbers identify hardware products. IP addresses are essential for communication between hosts, routing traffic, accessing network services, and troubleshooting connectivity problems.
Question 19.
Which technology is primarily used for short-range wireless connections between peripherals such as headphones and smartphones?
- Bluetooth
2. Ethernet
3. SATA
4. HDMI
Correct Answer: 1. Bluetooth
Explanation:
Bluetooth is designed for short-range wireless communication between compatible devices. Common examples include wireless headphones, keyboards, mice, speakers, smartphones, and wearable devices. Ethernet is primarily a wired networking technology, SATA is commonly used for storage-device connectivity, and HDMI carries digital audio and video signals. Bluetooth devices usually need to be paired before normal communication begins. Because it is intended for relatively short-range personal-area networking, Bluetooth is useful for peripherals that would otherwise require cables or dedicated wireless receivers.
Question 20.
A user reports that a computer cannot access the internet. What is the best initial troubleshooting action?
- Replace the motherboard immediately
2. Reinstall every application
3. Identify the exact symptoms and check basic connectivity
4. Delete all user files
Correct Answer: 3. Identify the exact symptoms and check basic connectivity
Explanation:
The first step should be to clearly identify the problem and gather evidence. The technician should determine whether the issue affects one device or multiple devices, verify network connections, check Wi-Fi or Ethernet status, and determine whether local or remote resources are reachable. Replacing hardware or reinstalling software before establishing the cause is inefficient and may create additional problems. A structured troubleshooting methodology begins with understanding the symptoms, then develops and tests probable causes before implementing a solution. This approach minimizes unnecessary changes and improves the likelihood of finding the actual root cause.