Answer:
answer is D and E
Explanation:
A modem – a portmanteau of "modulator-demodulator" – is a hardware device that converts data into a format suitable for a transmission medium so that it can be transmitted from one computer to another.
hope i could help PLZ mark me brainliest
this is on edmentum plato btw
Declare candle_fragrance code.89 K
Answer:
import pandas as pd
# URL for university excel sheet( CSV format)
data_url = '' "
# Load the data from University URL
university = pd.read_csv(data_url)
# filter the data to contain universities from where more than 50 students out of the top 10% of their high school classes came
university_1 = university[universty.number>50 ]
n= len(university_1)
n1= (10 *n)/100
university_1.nlargest(n1, 'number')
print(university_1)
Explanation:
We are using here Pandas. And it is meant for reading from various data sources like Excel, Acess, SQL Server, etc. And first, we filter University with student number more than or equal to 50. Finally, with the nlargest, we find the top 10% of the list. And for running the above program we only need to add the URL of the university.csv. Nothing else is required. You can have the local file address as well if the CSV is on your computer.
I believe A is the answer here.
Answer: On-demand
Explanation:
On-demand computing is the term of cloud computing that describes the function that provides organization with cloud hosting services. This function permits those organization to provide their customers for assessing computing resources and services as per necessity.
According to the question,on-demand is the computing function that should be used in the mentioned case. Technician and customers will get to access the computer as per their necessity and will not have to waste their efforts and time.