Answer:
//Code is created using java
import java.util.*;
// returns the sum
public int sum(int N)
{
if(N==1)
return (1);
else
return N+sum(N-1);
}
// code to return the Bipower ouput
public int BiPower(int N)
{
if(N==1)
return (2);
else
return 2*BiPower(N-1);
}
// Code to return TimesFive output
public int TimesFive(int N)
{
if(N==1)
return 5;
else
return 5 + timesFive(N-1);
}
public static void main(String args[])
{
//Prompts the user to enter a nonnegative integer
int N = Integer.parseInt.(console.readLine("Enter a nonnegative integer: "));
//Outputs the sum, Bipower and TimesFive
System.out.println(sum(n));
System.out.println(BiPower(n));
System.out.println(TimesFive(n));
}
}
Answer:
true
this ans is not 100% correct but it may help you
Answer:
Media:
the main means of mass communication (broadcasting, publishing, and the Internet) regarded collectively.
Social control:
Social control is a concept within the disciplines of the social sciences.
Social control is the study of the mechanisms, in the form of patterns of pressure, through which society maintains social order and cohesion. ... Regardless of its source, the goal of social control is to maintain conformity to established norms and rules.
With the web 1.0 sites, users Passively receive information, whereas with web 2.0 sites, users<span> participate with the site.
In short the answers would be : </span><span>Passively receive information and participate with the site.
Hope this helps !
Photon</span>
Answer:
Sgromolo engages in data mirroring
Explanation:
The end goal of data mirroring is to increase data protection by providing shields to a computer system thereby preventing it from data loss and other possible losses due to data failures.
The technique used in data mirroring is that, it uses realtime protection of data by taking a data and replicating the exact copy without adding to or removing from it, to another storage location.
In this technique, Sgromolo picks up these data people think are n longer usable, and duplicated by being written to two or more identical hard drives, all of which are connected to one disk controller card.