You have installed a new hard disk drive in your computer, configured the disk in the BIOS, and partitioned the disk. You try to access the hard disk drive in Windows Explorer, but receive an error message.
Which utility should you use to solve the problem?
fdisk |
format |
chkdsk |
sfc
SHOW ANSWERA user reports that they are unable to access their FireWire drive after moving the PC from beneath the desk to the top of the desk.
Which is the most likely cause of the problem?
An external power source must be added. |
Card is not properly seated. |
The FireWire cable is loose. |
IRQ conflict
SHOW ANSWERRecently, you've been hearing a clicking noise when reading or writing data from the mechanical hard disk. Which is the most likely cause of the clicking?
Failing hard drive |
Bad memory |
Failed UPS |
Overheated CPU
SHOW ANSWERYou need to use your Windows 10 computer to access the contents of a flash drive. The flash drive has been formatted with the exFAT file system. You want to read the flash drive on your computer as quickly as possible with the least amount of effort. Which should you do?
Do nothing. Windows 10 can natively access exFAT file systems. |
Run convert.exe on the flash drive to convert it to FAT32 instead of exFAT |
Upgrade the computer to Windows 10 Professional. |
Install an exFAT reader application on your computer. |
Your Windows system has an IP address of 172.17.8.3 assigned to it with a subnet mask of 255.255.0.0.
What is the IP address of your network segment?
172.17.8.3 |
172.0.0.0 |
172.17.8.0 |
172.17.0.0 |
You need to determine the binary equivalent of the IPv4 address 192.168.1.1.
Which is the correct binary version of this IP address?
11000000.10101000.00000001.00000001 |
11000000.00001010.00000001.00000001 |
10101100.00010001.00010001.00000011 |
00001010.00000000.00000000.00000001 |
You are implementing a Network Address Translation (NAT) router on your network to translate private IP addresses into a single registered IP address, allowing Internet access.
Which private IP address ranges could you choose to implement on your internal network with this router? (Choose two)
127.0.0.1 to 127.0.0.254 |
172.17.8.1 to 172.17.9.254 |
137.65.1.1 to 137.65.2.254 |
10.0.0.1 to 10.0.100.254 |
207.0.0.1 to 207.0.0.254 |
Your Windows workstation has an IP address of 192.168.1.25 assigned with a subnet mask of 255.255.255.0. It also has a DNS server address of 137.65.1.10 and a default gateway router address of 192.168.1.254.
Your workstation needs to send a file to a server that has an IP address of 192.168.2.1 and a subnet mask of 255.255.255.0.
Where will the packets be sent first?
A. Because of the difference in network addresses, the workstation can't connect to the server. |
Directly to the server. |
To the DNS server. |
To the default gateway router. |
Your Windows workstation has an IP address of 00001010.00000000.00000000.01000001 (binary) assigned to it.
Which class of IP addresses does this address fall within?
Class C |
Class B |
Class D |
Class A |
Your Class C network currently has IP addresses 192.168.1.1 through 192.168.1.254 statically assigned to various workstations and servers using the default Class C subnet mask (255.255.255.0).
You need to provision a new Windows workstation for a new employee. Which IP address could you assign to this workstation?
192.168.1.255 |
No addresses are available for this system on this network. |
192.168.2.1 |
192.168.1.0 |
You have a hard disk that has a single primary partition and has been assigned D: as the drive letter. Which tool would you use to configure the drive to use the FAT32 file system?
msconfig |
convert |
chkdsk |
format |
Consider the following IP address that uses CIDR notation: 172.17.8.5/22
Which subnet mask corresponds to the CIDR notation used in this address?
A. 255.0.0.0 |
255.255.0.0 |
255.255.255.0 |
255.255.252.0 |
Which of the following describes the role of a DHCP server? (Choose two)
Resolves Fully Qualified Domain Names (FQDNs) to IP addresses |
Associates port numbers with private IP addresses and make port assignments dynamically |
Delivers DNS server addresses and other configuration information to hosts |
Automates the process of assigning IP addresses, subnet masks, and default gateway addresses to network hosts |
Translates multiple private addresses into a single registered (public) IP address |