Answer:
C. org
Explanation:
org is an open domain so anyone is allowed to register a .org domain
Answer:
It happens to me as well. Maybe check emails? It could also be a bug.
Explanation:
It is true that a<span> token is a special control frame that indicates to the rest of the network that a particular node has the right to transmit data.</span>
Answer:
The output of code is 20.
Explanation:
We need to give output of the following code:
numB = 25
while numB > 13:
numB = numB - 5
print(numB)
Solution:
We will check the condition of while loop, if the condition is true, then the statements inside the loop will be executed. Since brackets are not available so, only one statement is linked with while loop.
Executing the statements, we check condition while numB > 13 (25>13) is true, next statement will be executed numB = numB - 5 (20=25-13) so, when print(numB) will be executed, we will get 20.
The output of code is 20.
Answer:
a. Microphone
d. Wi-Fi antenna
Explanation:
The wifi antenna , is present in the screen bezel , and the two cables are connected to the motherboard and the wifi adapter .
Hence , we need to be aware of the wifi antenna , before installing the webcam .
Microphone , as in most of the laptop , the microphone is present just near the screen bezel , and hence , need to be aware of before the installation process of the webcam .