Answer:
warrant
Explanation:
New York State's highest court ruled in 2009 that tracking a person via the global positioning system (GPS) without a warrant violated his right to privacy.
Answer:
nothing
Explanation:
Because the return type of the function is void. void means does not return any thing.
The syntax of the function:
type name( argument_1, argument_2,......)
{
statement;
}
in the declaration the type define the return type of the function.
it can be int, float, double, char, void etc.
For example:
int count( int index);
the return type of above function is int. So, it return integer.
similarly,
void count(int index);
it return type is void. So, it does not return any thing.
The answer is the first response, by order of elimination, you can eliminate the rest.
HTML is a programming language that is used to design websites. You don't need to program a website to make a post on instagram, especially if you are using the app.
If you check the app store on your phone, you can find instagram in the app store, which lets you access it from your mobile device. Thus, the third option is wrong.
Finally, just read the description of instagram. It was made for sharing pictures, so the last option is wrong.
Answer:
The correct answer for the given question is option(B) i.e Trustworthy computing.
Explanation:
Trustworthy computing delivers the reliable ,secure and private computing The main objective of Trustworthy computing is to provide the business integrity, security, reliability on sound business practices
Cloud computing storing and accessing the data from internet rather then hard drive so this option(a) is wrong.
Mobile computing accessing the data and information with the help of mobile device .It transfer the data over network with the help of mobile device ,so this option(c) is wrong.
Cluster computing is a collection of several computer to connect each other to form single entity so this option(d) is wrong.