Answer:
b. site
Explanation:
According to my research on information technology, I can say that based on the information provided within the question the best type of survey for this situation would be a site survey. This is because this is a survey whose main goal is to determine the best locations for access points and other infrastructure devices, and provide information for necessary planning.
I hope this answered your question. If you have any more questions feel free to ask away at Brainly.
Answer:
It prints your name and age.
Explanation:
It prints the value for both name and age variables, so you need away to get it.
Answer:
D. called
Explanation:
A function is executed when it is called.
Function definition comprises of the code body of the function.For example:
int add(int a, int b){
return a+b;
}
Function declaration or function prototype specifies the signature of the function ( number and type of arguments, return type). e.g,
int add(int a,int b);
Function call is when the function is executed with actual arguments:
add(2,4);
This will return 6 upon execution of function body.
Answer:
Router
Explanation:
The others are not related to internet per se.