Answer:
Please check the attachment,
The average turnaround time is 4.8 and average waiting time is 1.
Please note: Exit time is same as completion time.
Explanation:
Please check the attachment.
Answer:
Program :
def var_input():
#input function which takes the radius as input.
radius= float(input("Enter the radius of the sphere"))
#statemet to take the inputs.
volume(radius) /#call the volume function.
def volume(radius): #definition of volume function.
print("The volume of the sphere is :"+"{:.2f}".format((4/3)*(22/7)*radius*radius*radius)) # print the volume of the sphere.
var_input() # calling the input function.
Output:
- If the user inputs 4, then he will gets "268.19" as the output.
- If the user inputs 5, then he will gets "523.81" as the output.
Explanation:
- The above code is in python language, in which the first line is used to call the function.
- Then the first line of the input function is used to render the message to the user and take the inputs from the user and store it into the radius variable.
- Then the second line calls the volume function by passing the radius value.
- Then the volume function calculates the volume and prints it.
Answer:
yes, in case of big data demand it's duty of person as well as company to follow ethical principal and adhere the moral standard for keeping the information of the big data company confidential.
Explanation:
may it's help you
Answer:
Demarcation Point
Explanation:
The entrance point that can be a device for the telecommunication utilities or service providers in the building. From this device or point users of the building takes the connection to their house or building. This point is also known as the termination point of the service to the building. The purpose of the this point is to provide ease in providing their services to the users of the building. The service provider is responsible for the maintenance till this point. After this point the user is responsible for the maintenance of the cable.