Answer:
The correct answer is d) All of these are correct.
Explanation:
ETL stands for Extract, Transform and Load. An ETL system extracts data from the sources, enforces data quality and consistency standards, conforms data so that separated and maybe unrelated sources can be used together, and as a final step delivers data in presentation-ready formats so that developers can build applications and end users can take decisions.
I have a feeling you're looking for Microsoft Outlook.
Answer:
Mainframe Computer is capable of doing all the functions which are listed in question.
Explanation:
A mainframe is a very large general-purpose computer (usually costing millions of dollars) that is capable of performing very many simultaneous functions, supporting very many simultaneous users, and storing huge amounts of data. A microcomputer is the type of computer you use.
Answer:
long power(int i)
{
return pow(2,i);
}
Explanation:
The above written function is in C++.It does not uses loop.It's return type is long.It uses the function pow that is present in the math library of the c++.It takes two arguments return the result as first argument raised to the power of second.
for ex:-
pow(3,2);
It means 3^2 and it will return 9.
Let's say for example that the business is taking in $2000 of revenue. That is the amount that the business collected for it's services - like for fixing the computer. What if though it costs $500 for the equipment (that's an expense). Now they only made $1500. Now the customer complains and says that the computer isn't fixed properly so the company sends out a techie for 2 additional hours. They need to pay their employee (another expense). Now the $1500 is down to $1400. They would have utilities to keep their lights on and insurance and many other expenses.
Your profit looks like this:
Profit = Revenue - Expenses