Answer:
A
Explanation:
they are close up. they are not telephoto or abstract
marco can be telephoto, but it is not nessacarily always telephoto. marco is by definition a close up photo
Answer:
-10
Explanation:
Given hex number = 0x FFF6
Converting it to binary: 1111111111110110
Generating 1s complement of the binary representation by inverting the bits :
0000000000001001
Adding 1 to generate the 2's complement :
0000000000001001 + 1 = 0000000000001010
Converting it to decimal , this corresponds to 10
So the 2s complement of original number is 10. This means that the original number is -10.
Answer:
Option A
Explanation:
Option B is rejected because it is used to get the startup network settings, processes extra features used by the network.
Option C is rejected because it is used to check the stats like ping,fps of the network by using a loop back.
Option A is selected because PING command is used to check the data packets transfer rate between two ends using ICMP protocol. Local host means that you are specifying the one end as your side. If the packets are there then it is working else the IP service is down.
Answer:
Network administrator use the open system interconnection model to isolate the network problem as, the network administrator can easily find the problem in the system.
Network administrator regularly depicts issues by the layer number and in many cases the network problem required the network administrator to isolate the issue in which layer the maximum number of issue occurred.
By using the OSI layer, we can easily add protocols to its higher to lower layers without any type of interruption.
Answer:
<u>D.Analyze and Design</u>