Answer:
Computer is called versatile and diligent device because it is used in almost all the fields for various purposes and it can perform the task repeatedly without loosing its speed and accuracy for long time.
Font(s)
fonts is another word for typeface
the appearance of letters and numbers when you chang the font
Explanation:
Formal; A formal information system is based on
the organization represented by the organization chart.
Informal; The informal information system is
employee based system designed
to meet personal and vocational needs
and to help in solution of work-related problems.
True . Because Press " ESC " To Exit Off Of Slide .
Answer:
True.
Explanation:
The statement written in the question is True.We can use one memory location and use it with different values.
For example:- When we are using a loop be it for,while or do-while.The counter that we use for iteration is one and we use that counter to run the loop.We are using a single memory location and we are updating the count in that memory location many times.
for(int i=0;i<1000;i++)
{
//body.
}
We are using i's memory location and changing it 1000 times.