Comptia A+ 1102 Test 2 Questions with Complete Solutions 100% Verified Four basic editions of windows 10? - Correct Answers Home Pro Pro for workstations Enterprise What is the biggest difference between windows 10 home and all the other versions of windows 10?
- Correct Answers You can not have domain access, use bitlocker, enforce group policy, and by default
- common file copy commands? - Correct Answers copy: copies only files located in a chosen folder
not use RDP Command prompt command to change directory? - Correct Answers cd Windows command to list files and subdirectories of current working directory? - Correct Answers dir Windows command to delete directory? - Correct Answers rd (rmdir) Windows command that creates a directory? - Correct Answers md (mkdir) This Windows command moves you UP, back into the parent directory? - Correct Answers cd ..Windows command used to find and repair physical and logical errors on a storage volume? - Correct Answers chkdsk
C:\Users\Me\Desktop\Hidden>copy resume.txt C:\Users\Me\Desktop\Hidden xcopy: more robust functionality than copy, used to copy the entire folders contents. This can be messy as it doesn't copy the folder itself, just the contents and puts them to the destination. 1 / 3
C:\Users\Me\Desktop\Hidden>xcopy "folder name" C:\Users\Me\Desktop\NewFolder robocopy: uses mirroring (/MIR), data copied will replace any outdated data in destination folder, can run on schedule.robocopy /MIR sourcefolder destinationfolder Commands used to partition and manage a disk? - Correct Answers diskpart (x) list disk - shows available disks to work with select disk (x)- chooses the drive you want to work with list part - shows partitions on selected drive clean - wipes disk format fs=ntfs quick - this quickly formats disk as ntfs assign Command displays current group policy settings? - Correct Answers gpresult Common commands to shutdown a system? - Correct Answers /s - shutdown immediately /r - restart immediately /t - sets a time before shutdown in seconds /a - aborts shutdown Command to verify protected file integrity? - Correct Answers sfc /scannow - finds and repairs corrupt, damaged, or wrong versions of protected system files sfc /verifyonly - finds but does not repair those same files Command shows current windows version running? - Correct Answers winver Command that gives statistics for network connection? - Correct Answers netstat -a - displays active tcp and udp ports openly listening -p - used to filter by specified protocol -r - displays the routing table 2 / 3
Command used to help diagnose DNS issues? - Correct Answers nslookup Command similar to trace route but shows more connection details? - Correct Answers pathping Command used to add/modify/view account details for user account? local or domain accounts - Correct Answers net user /domain - used to add to domain or specify that you are referencing a domain account Command used to connect to shared resources? - Correct Answers net use (Example below:) net use Q: \\server\shared /persistent:yes If you don't use /persistent or /p, the drive will be only temporary and disappear after reboot Difference between shared resources on workgroup vs domain? - Correct Answers Workgroup: User credentials must be setup on each device
Domain: Domain account may access any device within domain
Difference between printers in workgroup vs domain? - Correct Answers Workgroup: Printers must be set as shared to be accessed by other workgroup members
Domain: Any printer on the domain may be accessed
Difference between file servers in workgroup vs domain? - Correct Answers Workgroup: Credentials must be created on the file server for each user
Domain: Domain account may access any device within domain
Difference between mapped drives in workgroup vs domain? - Correct Answers Workgroup: Credentials must be created on the device containing the network drive for each user
Domain: Domain account may access any device within the domain
Differences between 32-bit and 64-bit OS? - Correct Answers 32-BIT
CPU Requirement: 32 or 64
Max RAM: 4GB
- / 3