Answer:
C
Explanation:
Its C because if someone else was added they could see the email as well.
Answer:
It goes like:
______________________________
#taking inpit for n numbers user wanna enter and save it in a variable n,
n=int(input("Enter the no. of no you want to enter: ")
#While loop after initialising a varaible to make suure the loop runs specific number of times
a=0
sum=0
while a>n:
b=int(input("Enter the number: "))
sum+= a
# printing the sum and average after rounding sum/n upto 2 digits after decimal.
print("sum:", sum, "/naverage:", round(sum/n,2) )
______________________________
Answer:
Router
Explanation:
A router is a more complex device that usually includes the capability of hubs, bridges and switches. A hub broadcasts data to all devices on a network. This can use a lot of bandwidth as it results in unnecessary data being sent - not all computers might need to receive the data.
Answer:
The system call is the programming way for executing the requesting the services in the program from kernel in the particular operating system.
The main purpose of the system call in the operating system is that it basically provide the different types of the services to the users by using the API (Application program interface) system.
It basically provide the interface for allowing the users to request the services between the operating system and a processor. In the linux there are basically three types of system call are as follows:
Answer: Spread spectrum
Explanation:
In spread spectrum the data to be transmitted is spread over a wider bandwidth rather than fixed bandwidth.