CompTIA A+ Core 2 Final Assessment Flashcards
(315 cards)
A computer user looks to map a network drive using the most basic scripting language possible. Which language does the user implement for a Windows system?
A shell script written for the basic Windows CMD interpreter is often described as a batch script. A batch script would be the simplest way to create the script.
PowerShell
Windows PowerShell (PS) combines a script language with hundreds of prebuilt modules called cmdlets that can access and change most components and features of Windows and Active Directory.
VBScript
VBScript is a scripting language based on Microsoft’s Visual Basic programming language. VBScript predates PowerShell.
Python
Python is a general-purpose scripting and programming language that can be used to develop both automation scripts and software apps. A Python project can either be run via an interpreter or compiled as a binary executable.
An iOS user struggles with wirelessly connecting a set of headphones to a phone. What does the user check on the phone while troubleshooting? (Select all that apply.)
- Bluetooth communication would need to be checked and enabled on the smartphone. The headphones would also need to be powered on.
- Pairing is a method of connecting a smartphone or other device to a peripheral device via Bluetooth. Both the phone and the headphones would need to be in pairing mode to connect.
WiFi connectivity
WiFi is a method that mobile devices can connect and communicate on a local network, but this is not used for pairing/using wireless headsets.
AirDrop properties
AirDrop is an iOS feature that allows file transfer between iOS and macOS devices over a Bluetooth connection.
An iOS smart device user notices that AirDrop is not working properly as files are not being received. What should the user check while troubleshooting? (Select all that apply.)
- AirDrop is an iOS feature that allows file transfer between iOS and macOS devices over a Bluetooth connection. Bluetooth should be enabled, and devices should be in close range with each other.
- In addition to having Bluetooth turned on for the device, AirDrop requires the users’ iOS device to have the Wi-Fi setting turned on as well.
LAN
A network in a single location is often described as a local area network (LAN). This definition encompasses many different sizes of networks with widely varying functions and capabilities.
Near-field
AirDrop does not use near-field communications (NFCs). NFC is typically used for contactless retail payments and more.
A user experiences difficulty paying a retailer with a touchless near-field supported phone. What does the user check while troubleshooting?
A near-field communication (NFC) issue typically manifests when trying to make payments via a contactless card reader. One troubleshooting step is to verify that airplane mode is not active.
AirDrop
AirDrop is an iOS feature that allows file transfer between iOS and macOS devices over a Bluetooth connection.
Bluetooth
Bluetooth communication would not be used with a near-field communication (NFC) device, but rather with personal items such as headphones and speakers.
Pairing
Pairing is a method of connecting a smartphone or other device to a peripheral device via Bluetooth. A smartphone would not need to pair to make a payment.
A user inspects and learns about the electrical components on the inside of a computer. What is measured in ohms?
A resistor creates resistance. Resistance is the degree of opposition to the current caused by characteristics of the conductor and is measured in ohms.
Current
Electricity flows in a circuit. Current is the amount of charge flowing through a conductor, measured in amps (A or I).
Voltage
A circuit is made when conductors form a continuous path between the positive and negative terminals of a power source. Voltage is the potential difference between two points.
Watts
A watt is a measure of electrical power. Components such as power supplies and add-on cards are usually rated by how many watts are required or provided.
A user looks to implement Virtual Network Computing (VNC) access to a Windows computer while traveling. Which port does the user open on a hardware firewall to allow access?
Virtual Network Computing (VNC) is a freeware product with similar functionality to the Remote Desktop Protocol (RDP). It works over TCP port 5900.
443
Remote connection tools include TeamViewer and LogMeIn. Like Windows Quick Assist, these products are designed to work over HTTPS (TCP/443) across the internet.
22
Secure Shell (SSH) is a remote access protocol, but it connects to a command interpreter rather than a desktop window manager. SSH uses TCP port 22 (by default).
3389
The Remote Desktop Protocol on a Windows workstation or server runs on TCP port 3389 by default but can be changed to another port.
A user upgrades the memory in a Windows corporate workstation from 4 GB to 8 GB. After the upgrade, the user notices that only 4 GB is recognized by the system. What does the user conclude the problem to be?
Each version and edition of Windows 10 was originally available as 32-bit (x86) or 64-bit (x64) software. All 32-bit Windows editions are limited to 4 GB of system memory.
A 64-bit version of Windows
All 64-bit editions of Windows all support more random access memory (RAM) than 4 GB but have different limits for licensing purposes.