Answer:
c. standards
Explanation:
Network standard specifies the way computers access a network. They are guided rules that must be taken into consideration for successful integration and interaction of technologies that use a wide variety of networks.
Another integral importance of network standard is that they ensure that individual usage of carried out without issues related to inconsistency.
Examples of Agencies governing the regulation of network standards are the International Telecommunication Union (ITU) and the Institute of Electrical and Electronics Engineers (IEEE)
Answer:
The prototype for the function is written below:-
void printArray(int [],int);
Explanation:
The prototype of the function is written above.Since the function does not return a value so it has to be of type void.Then following is the name of the function.Following that the arguments in the parenthesis.We need not to provide the name of the arguments we just have to define it's type.So for the array we have to just write int [] and for integer variable just int.
Answer:
"Word Processing Assignment
They should use a spreadsheet.
Explanation:
With a spreadsheet all they will need to do is to give formula to the cells and any time they key in the expenses and revenue figures they are going to get their profit for the quarter.
It is more convenient and reliable. It reliefs the user of computation issues.