The Common names for computer-based information systems are management information, , decision support, and executive support systems.
<h3>What are computer based information system?</h3>
The Computer Based Information Systems (CBIS) is known to be way where there is processing of data system into a kind of good or better quality information.
Note that they help in decision-making, coordination etc., and as such it is made up of Common names such as management information, , decision support, and executive support systems.
Learn more about information systems from
brainly.com/question/14688347
Attractive Google search and browse website . playing video games smartphone addiction
Answer:
#include <iostream>
#include <iomanip>
using namespace std;
int main() {
char choice;
cout << setprecision(12) << endl;
while(true) {
int sign = 1;
double pi = 0;
cout << "Enter number of terms: ";
long n;
cin >> n;
for(long i = 1; i < n; i += 2) {
pi += sign/(double)i;
sign = -sign;
}
pi *= 4;
cout << "value of pi for n = " << n << " is " << pi << endl;
cout << "Do you want to try again(y or n)? ";
cin >> choice;
if(choice == 'n' || choice == 'N') {
break;
}
}
return 0;
}
Explanation:
<span>Hanging out with friends, watching your favorite TV show, and buying a pair of new shoes are all examples of rewards for doing well in school. As the result of doing well in studies, a person can hang out with friends, watch their own favorite TV show and can buy a new pair of shoes. Hence all these things are the rewards that are being generated for a good performance in school.</span>
Answer:
I believe the answer is B
Explanation: