The source that often provides good general information on a topic to guide you in forming a research question is encylopedia. Thus, option C is correct.
<h3>What is printed encyclopedias?</h3>
The effect that electronic encyclopedias have on Encyclopedia Britannica was it served as a superior product to heavy, bulky, and expensive printed encyclopedias.
With the enhancement in technology the Britannica encyclopedia was launched that reduced the user to deal with the bulky books and difficult to find the content issues.
Therefore, The source that often provides good general information on a topic to guide you in forming a research question is encylopedia. Thus, option C is correct.
Learn more about encyclopedia on:
brainly.com/question/13956571
#SPJ1
Answer:
// here is code in c++.
#include <bits/stdc++.h>
using namespace std;
// main function
int main()
{ // variable to store number of loads
int n;
cout<<"enter the number of servers:";
// read the number of servers
cin>>n;
// create an integer array of servers of size n
int server_load[n];
// read the load of each server
cout<<"enter the loads on each server:"<<endl;
for(int x=0;x<n;x++)
{
cin>>server_load[x];
}
// sort the array
sort(server_load,server_load+n);
int min_diff=MAX_INT;
// find the minimum absolute difference between the server load
for(int y=0;y<n-1;y++)
{
int d=server_load[y+1]- server_load[y];
if(d<min_diff)
min_diff=d;
}
// print the minimum difference
cout<<"minimum absolute difference of server load is: "<<min_diff<<endl;
return 0;
}
Explanation:
Read the number of servers from user and assign it to "n".Create an integer Array of size n to store the load on each server.Read the load of each server and store in the array. Sort the array. Then find the minimum difference between two load of servers. Print the minimum difference.
Output:
enter the number of servers:6
enter the loads on each server:
12 45 5 9 3 24
minimum absolute difference of server load is: 2
Answer:
yes. Look up popular video repair sites and download it (unless its online) but dont just go clicking on random things you dont want to give yourself a virus XD
Explanation:
Answer:
I type play warzone- If u wanna add me my user is Chachee_Girl. Dont ask- and im on ps5