Well GPS works by sending a signal into space that gets a satellite to pin you on earth. So if you trying to turn off the ringer wile in school you would have to make a app that gets the satellite to pin you on the map then say if your in school or in like a 5 mile radius of your school to tell the app to turn off your ringer on your phone.
Your app would need;
Your Schools location, Your location, Your ringer state(On/Off), And it would need if you have school they day(Like on the weekend).
Then you just have to put it together
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.
The equipment that processes data in order to create information is called the hardware.
I would say that buying a house or apartment will in most people's cases have the greatest impact on the person's net worth. If it is bought in a big city like Vancouver it is highly likely that it will appreciate in value. At first it will be a iiability but after a few years if the marked is good then the value will go up so the equity of the homeowner will increase thus increasing net worth.
Answer:
D. have function return the whole array
Explanation:
the given function only return first occurrence of target. In order to get all occurrences of target we have to change condition in while loop to check whole array even if first occurrence of target found and plus add another parameter of type array that will store different indexes of occurrence of target and return that array