CompTIA A+ Certification Exam 220-1102 Practice Tests

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/755

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

756 Terms

1
New cards

Which Microsoft Windows 10 edition(s) provide(s) the option to join a domain? (Select all that apply)

Pro

Pro for Workstations

Enterprise

2
New cards

In Windows 10, Assigned Access is a feature that allows to modify desktop style / user interface by restricting user account access only to a single Windows app (a.k.a. kiosk mode). Windows 10 editions offering this functionality include: (Select all that apply)

Windows 10 Pro

Windows 10 Pro for Workstations

Windows 10 Enterprise

3
New cards

Which edition(s) of Microsoft Windows 10 include(s) the Remote Desktop client component? (Select all that apply)

Home

Pro

Pro for Workstations

Enterprise

4
New cards

Which edition of Windows 10 by default does not include the Remote Desktop server component?

Home

5
New cards

Which of the following is the physical memory limit for all 32-bit (x86) editions of Windows 10?

4 GB

6
New cards

A 64-bit (x64) Windows 10 Home edition provides support for up to:

128 GB of RAM

7
New cards

What is the physical memory limit for the 64-bit (x64) Windows 10 Pro edition?

2 TB

8
New cards

Which of the 64-bit (x64) Windows 10 editions provide(s) support for up to 6 TB of physical memory? (Select all that apply)

Windows 10 Pro for Workstations

Windows 10 Enterprise

9
New cards

Which edition(s) of Microsoft Windows 10 include(s) the BitLocker Drive Encryption feature? (Select all that apply)

Windows 10 Pro

Windows 10 Pro for Workstations

Windows 10 Enterprise

10
New cards

Which edition of Windows 10 by default does not include the Local Group Policy Editor (gpedit.msc)?

Home

11
New cards

An operating system installation type that preserves system settings, personal files, and applications from the older OS version is referred to as an in-place upgrade. Microsoft Windows versions that can be upgraded to Windows 10 via this method include: (Select 2 answers)

Windows 7

Windows 8.1

12
New cards

Which of the answers listed below refer to Windows command-line commands used for directory traversal? (Select 2 answers)

cd

chdir

13
New cards

Which of the following Windows Command Prompt commands can be used to list all directory's files and subdirectories contained in the current directory? (Select all that apply)

dir

dir .

14
New cards

Which of the answers listed below refer to Windows command-line commands used to create a directory or subdirectory? (Select 2 answers)

md

mkdir

15
New cards

Which of the following Windows Command Prompt commands can be used to delete a directory? (Select all that apply)

rd

rmdir

16
New cards

Which of the Windows command-line commands listed below changes the drive from C: to D:?

C:\>D:

17
New cards

What is the name of a Windows Command Prompt utility that can be used to display TCP/IP configuration settings?

ipconfig

18
New cards

A command-line utility used for checking the reachability of a remote network host is called:

ping

19
New cards

Which of the following command-line commands displays the name of the current computer a user is connected to?

hostname

20
New cards

Netstat is a command-line utility used for: (Select 2 answers)

Displaying active TCP/IP connections

Displaying network protocol statistics

21
New cards

Which of the network command-line tools listed below enables obtaining an FQDN-to-IP address mapping?

nslookup

22
New cards

Which of the following Command Prompt utilities in MS Windows allows to verify the file system integrity and fix logical file system errors?

chkdsk

23
New cards

Which command-line command in Windows lists a computer's connections to shared resources?

net use

24
New cards

Which Command Prompt command in MS Windows lists the user accounts for the computer?

net user

25
New cards

A network command-line utility in MS Windows that tracks and displays the route taken by IP packets on their way to another host is known as:

tracert

26
New cards

For a newly added storage drive, this command-line tool allows to configure it with a file system enabling Windows to store information on the drive.

format

27
New cards

Which of the following Command Prompt commands in MS Windows can be used to copy one or more files from one location to another?

copy

28
New cards

Which Microsoft Windows command-line command(s) allow(s) for copying multiple files and directories, including subdirectories? (Select all that apply)

xcopy

robocopy

29
New cards

Which copying utility accessible via Windows command line interface offers the widest range of options?

robocopy

30
New cards

Which of the Command Prompt commands listed below allows for updating multiple Group Policy settings in MS Windows?

gpupdate

31
New cards

A command-line tool in Windows that displays Group Policy information for a machine or user is called:

gpresult

32
New cards

The following command can be used to shut down or restart a local or remote host running MS Windows.

shutdown

33
New cards

The sfc Command Prompt utility in MS Windows:

Scans the integrity of all protected system files and replaces incorrect versions with correct Microsoft versions

34
New cards

Which command-line commands in Windows can be used to display help information related to a specific utility? (Select 2 answers)

help [command name]

[command name] /?

35
New cards

Which of the Command Prompt commands in MS Windows launches a text-based, command-line partitioning utility?

diskpart

36
New cards

Which network command-line utility in Windows combines the features of ping and tracert?

pathping

37
New cards

Which of the Command Prompt commands in MS Windows launches a pop-up window containing brief summary of the installed operating system?

winver

38
New cards

Which Command Prompt commands in MS Windows move the command-line prompt one folder up in the directory tree (set the prompt at the parent folder of the current folder)? (Select 2 answers)

cd ..

chdir ..

39
New cards

Which of the Windows command-line commands listed below change the current directory to the root directory? (Select 2 answers)

cd \

chdir \

40
New cards

Which of the following answers refers to an ipconfig parameter used for displaying the full TCP/IP configuration information for all adapters?

/all

41
New cards

Which of the Command Prompt commands listed below are used for resetting the DHCP configuration settings for all adapters in MS Windows? (Select 2 answers)

ipconfig /release

ipconfig /renew

42
New cards

Which netstat parameter allows to display all active TCP connections and the TCP/UDP ports on which the computer is listening?

-a

43
New cards

The -b netstat parameter in Microsoft Windows allows to display the name of an application involved in creating each connection or listening port.

True

44
New cards

Which of the following netstat parameters displays addresses and port numbers in numerical form?

-n

45
New cards

Which of the command-line tools listed below can be used for troubleshooting DNS-related problems?

nslookup

46
New cards

The /f switch of the chkdsk Command Prompt utility in MS Windows:

Fixes errors on the disk

47
New cards

The /r switch of the chkdsk command-line utility in Windows: (Select 2 answers)

Locates bad sectors and recovers readable information

Fixes errors on the disk

48
New cards

Which copy command switch in Windows verifies that the new files are written correctly?

/v

49
New cards

Which of the copy command switches suppresses the confirmation prompt displayed when Windows is about to overwrite the contents of an existing file?

/y

50
New cards

Which of the following is the correct command for setting the time-out period of 30 seconds before powering off a Windows host?

shutdown /s /t 30

51
New cards

POP3 protocol is used for:

Email retrieval

52
New cards

Which of the following answers refers to an API that enables communication between hosts on a LAN?

NetBIOS

53
New cards

The function of the NetBT protocol is to allow NetBIOS services to be used over TCP/IP networks.

True

54
New cards

Which of the following answers refer to IMAP4? (Select 2 answers)

Offers improved functionality in comparison to POP3

Serves the same function as POP3

55
New cards

A type of protocol used in network management systems for monitoring network-attached devices is called:

SNMP

56
New cards

LDAP is an example of:

Directory access protocol

57
New cards

What is the name of a network protocol that secures web traffic via SSL/TLS encryption?

HTTPS

58
New cards

What are the characteristics of SMB/CIFS? (Select all that apply)

Provides shared access to files, directories, and devices

Used mainly by computers running Microsoft Windows operating systems

59
New cards

Which of the following answers refers to a Microsoft-proprietary remote-access protocol providing a user with graphical interface for connecting to another computer over a network?

RDP

60
New cards

Which port enables the FTP's Data Connection for sending file data?

TCP port 20

61
New cards

The FTP's Control Connection for administering a session is established through:

TCP port 21

62
New cards

SSH protocol runs on:

TCP port 22

63
New cards

Which of the TCP ports listed below is used by Telnet?

23

64
New cards

TCP port 25 is used by:

SMTP

65
New cards

Which of the following ports is assigned to the Domain Name System (DNS)?

53

66
New cards

Dynamic Host Configuration Protocol (DHCP) runs on: (Select 2 answers)

UDP port 67

UDP port 68

67
New cards

TCP port 80 is assigned to:

Hypertext Transfer Protocol (HTTP)

68
New cards

Post Office Protocol v3 (POP3) uses:

TCP port 110

69
New cards

Which of the port numbers listed below are reserved for NetBIOS services? (Select 3 answers)

137

138

139

70
New cards

Which of the following TCP ports is used by the Internet Message Access Protocol (IMAP)?

143

71
New cards

An SNMP management station receives SNMP notifications from Agents on UDP port:

162

72
New cards

An SNMP Agent receives requests on UDP port:

161

73
New cards

Of the three existing versions of the Simple Network Management Protocol (SNMP), versions 1 and 2 (SNMPv1 and SNMPv2) offer authentication based on community strings sent in an unencrypted form (in cleartext). SNMPv3 provides packet encryption, authentication, and hashing mechanisms that allow to check whether data has changed in transit.

True

74
New cards

TCP port 389 is the default network port for:

LDAP

75
New cards

Which of the following ports is used by HTTPS?

TCP port 443

76
New cards

Which of the following answers refers to a Microsoft Windows tool designed for troubleshooting system startup problems?

msconfig.exe

77
New cards

Which tab of the System Configuration utility in MS Windows allows to prevent all nonessential applications, services, and device drivers from loading during system startup?

General

78
New cards

Which of the configuration settings listed below can be managed through the Boot tab of the System Configuration utility in Windows? (Select all that apply)

Default OS to load in a multiboot environment (boot order)

Safe boot options

Boot logging

Amount of hardware resources to be used by the chosen OS in a multiboot environment (e.g., the maximum amount of RAM)

79
New cards

The System Configuration utility tab containing a list of background applications that can be enabled/disabled during Windows system startup is called:

Services

80
New cards

In Windows 8 and newer releases of the Microsoft OS, contents of the System Configuration Startup tab can be viewed and managed via:

Task Manager

81
New cards

Which of the following tabs of the System Configuration utility in MS Windows provides access to MMC snap-ins?

Tools

82
New cards

A Microsoft Windows utility that can be used for freeing up disk space is known as:

cleanmgr.exe

83
New cards

Which of the tools listed below allows to optimize disk performance in MS Windows?

dfrgui.exe

84
New cards

Which of the following system utilities in Windows provides access to a database containing system configuration information?

regedit.exe

85
New cards

The "View by Category" option in Microsoft Windows Control Panel allows for displaying entire contents of the Control Panel in a single window enabling quick access to each Control Panel applet.

False

86
New cards

Which locations in MS Windows provide access to the Internet Properties (inetcpl.cpl) system utility? (Select 3 answers)

Internet Options applet in Windows Control Panel

Network and Sharing Center applet in Windows Control Panel

Windows Run dialog box (after typing in inetcpl.cpl and pressing Enter)

87
New cards

Which tab of the Windows Internet Properties applet provides an option for deleting temporary Internet files, web browsing history, cookies, saved passwords, and data typed into web forms?

General

88
New cards

The Security tab of the Internet Properties applet in MS Windows allows to impose restrictions on web content allowed in the built-in web browser.

True

89
New cards

A Windows Internet Properties applet tab containing an option for managing pop-up windows displayed by websites is called:

Privacy

90
New cards

Which tab of the Windows Internet Properties applet provides access to advanced cookie management options?

Privacy

91
New cards

Which of the Windows Internet Properties applet tabs listed below allows to manage digital certificates, the AutoComplete functionality, and RSS feeds?

Content

92
New cards

Which of the following answers refer to the network configuration options that can be accessed via the Internet Properties applet's Connections tab? (Select 3 answers)

VPN connection settings

Proxy server settings

LAN settings

93
New cards

Which of the Windows Internet Properties applet tabs contains an option for managing web browser extensions?

Programs

94
New cards

Which tab of the Windows Internet Properties applet provides an option to reset the built-in web browser to its default state (i.e., roll back all the configuration settings to the state they were in when the browser was first installed)?

Advanced

95
New cards

The Devices and Printers Control Panel applet (control.exe printer) in Windows 10: (Select 3 answers)

Allows to add/remove wired and wireless devices

Provides a simplified view of all connected devices

Allows to troubleshoot a device that isn't working properly

96
New cards

The Programs and Features (appwiz.cpl) Windows Control Panel applet can be used for: (Select all that apply)

Uninstalling applications

Conducting repair installation of a malfunctioning program

Adding/removing Windows components

Managing installed updates

97
New cards

The Network and Sharing Center Control Panel applet (control.exe /name microsoft.networkandsharingcenter) in Windows allows to: (Select 3 answers)

View active networks

Set up a new connection or network

Troubleshoot network problems

98
New cards

The Network and Sharing Center Control Panel applet in Windows provides access to: (Select 3 answers)

Network adapter settings

Advanced sharing settings

Media streaming options

99
New cards

The System Control Panel applet (control.exe /name microsoft.system) in MS Windows provides access to basic information about a PC running Microsoft Windows OS. It can be used to view device specifications (such as the CPU model/speed and the amount of installed/usable RAM), as well as Windows specifications (including the currently installed OS edition and its version). The applet also enables quick access to other related system utilities and settings, which, depending on the Windows edition, might include BitLocker settings, remote settings (remote desktop), Device Manager, advanced system settings, system protection (a.k.a. System Restore), and Windows upgrade options. In Windows 10, the contents of the System applet have been moved to a new location and can be displayed in the following ways: (Select 3 answers)

Windows Control Panel (icon view) > System

Windows Start > Settings > System > About menu

Windows Control Panel (category view) > System and Security > System

100
New cards

Which of the following Control Panel applets in Windows 10 provides access to firewall settings (firewall.cpl)?

Windows Defender Firewall