Answer: Spreadsheet
Explanation:
Spreadsheet is a computer program that helps in keeping data records in form of rows and columns, storing account data etc. The information or data is entered in sheets and can be updated, sorted and calculated for accounts, tax calculation, budget calculation, revenue calculation etc.
- Example of spreadsheet :- Microsoft Excel program.
- Therefore ,according to question,Ancler Corporation should use spreadsheet for calculation of profit in year's first quarter time
Answer:
Assembly Language.
Explanation:
Machine Language:- It is the lowest level programming language.It represent that the data in the form of 1's and 0's it is like this because the machines understand only binary or 1's and 0's.
Assembly Language:-It is the second generation of programming language.It can be used by a programmers to write program using abbreviations and basic words instead of binary numbers.
Answer: Its not appropriate to call the same day, probably the next day you can call, if they don't respond because that person could have been working the whole day and have not got a chance to read or see your email.
Explanation:
Answer:
NULL.
Explanation:
We can create a pointer that points to NULL.There is no problem in doing that you will not get any error.It means that the pointer right now points to nothing or 0.Look at this example for better explanation:-
#include <iostream>
using namespace std;
int main() {
int *p=NULL;
cout<<p;
return 0;
}
The output of this program is 0.
Identify, evaluate, prioritize, and then control