Answer:
a. DHCP
Explanation:
DHCP stands for Dynamic Host Configuration Protocol.
DHCP server basically holds and provides every host with IP addresses or necessary configuration on the network so that the hosts can communicate. This is done automatically. This server configures the hosts on the network and without this server this configuration has to be done manually.
DHCP server can be a server or router and its advantage is that it minimizes the risk of IP conflicts. Sometimes the range of the IP addresses can be changed or new IP addresses are assigned. DHCP server can store this new information related to the configuration and transfers this information to other end points too.
answer:
DirectX.
hopefully this is helpful.
First things first you have to do write it down which you did
step 2: then you multiply each digit of the binary number by the corresponding power of 2: 1x25 + 0x24 + 1x23 + 1x22 + 0x21 + 1x2 0
step 3: solve the powers: 1x32 + 0x16 + 1x8 + 1x4 + 0x2 + 1x1 = 32 + 0 + 8 + 4 + 0 + 1
step 4: add the numbers written above
32 + 0 + 8 + 4 + 0 + 1 = 45.
So, 45 is the decimal equivalent of the binary number 101101.
Answer:
it stores the largest value in list (the maximum) in foo
Explanation:
Initially foo is assigned as the first element of the list
Inside the loop, every element in the list will be compared with foo, starting from the second element. If an element is greater than foo, the new value of the foo will be that element. At the end of the loop, foo will be equal to the largest element in the list.
Answer:
non-volatile and persistent in nature