Answer:
To create a redundant computer network, The star network topology is adopted.
Explanation:
Note that topology is not a type of network but a top view of how the network looks like or is connected.
To make a network redundant, interconnect every computer to one another in the network, so even when a line or an ethernet cable ( the connector) makes, there is no loss of connection.
This form of network is not recommended for large computer networks as it would result in confusion due to excess connection cables running in the network.
A raptor program that will display the count from 100 to 0 in decrements of 5 is shown below.
<h3>What is a raptor program?</h3>
This refers to a programming environment that works on a flowchart basis to help the user to present their algorithms in a visual manner.
Using a raptor program, you can display a count from 100 to 0 in decrements of 5 as shown:
#include <iostream>
#include <string>
using namespace std;
int main()
{
int count;
Count =100;
while (Count<=0)
{
cout << Count << endl;
Count =Count-5;
}
return 0;
}
The result would be a list showing numbers that go from 100 to 0 in decrements of 5.
Find out more on raptor programs at brainly.com/question/15082977
#SPJ1
// Writing a C++ function
void PrintShampooInstructions(int numCycles){
if(numCycles < 1) // if condition stands
cout<< "To few";
else if(numCycles >4)
cour<<"Too Many";
else{
// looping the variable for desired out put
for(int i=0;i<numCycles;i++)
cout<<i<<":"<<" Lather and rinse."<<endl;
}
}
Answer:
"Datawarehouse" is the correct answer for the above question.
Explanation:
- The Datawarehouse is a collection of large data or database which holds the historical data and the current or operation data for future decisions of the profit of the organization.
- The decision can be made after being analyzed the data which is extracted from the Dataware house.
- The above question also states the database which works like the above-defined concept. Hence Datawarehouse is the correct answer to the above question.
Answer:
The field that is used to sum the fields that are relevant in the list and show in the main record is known as roll up field.
<u>Explanation</u>
The universal containers are used to contain all types of products information for the purpose of security and management of data.
It is required in the document that, we have to mention the quotes at different places along with their name. So, we use <em>roll up field </em>to manage the quotes of same product name at different lines of the document.
<u></u>