what is the acronym of the term 'C.O.M.P.U.T.E.R' ?

Answer Posted / krishnarao panchadi

COMPUTER is not an acronym. It is a noun derived from the
verb form "Compute" just like CALCULATOR derived
from "Calculate". Initially when computer is introduced it
is used mainly for mathematical calculations, more
specifically for numerical calculations(computations).
As this device helps in faster computations of mathematical
(Numerical) problems, the name Computer is given.
It is not an acronym.

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain stl.

907


What is meant by stl in c++?

657


What is a standard template library (stl)? What are the various types of stl containers?

674


write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

2504


What is a list in c++ stl?

696






What are the components of stl?

626


i wanted to know about questions about c,c++ , which is required for placements.... im a fresher

1702


How connect plc and pc through software

1923


In what scenario does the Logical file and Physical file being used?

2328


Why should a c++ programmer be interested in stl?

647


help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase

1885


What is stl language?

680


Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

1896


Is string part of stl?

681


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2097