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

What is the use of stl?

645


What is a standard template library (stl)?

655


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

651


What are stl algorithms?

637


Can we use stl in coding interviews?

1292






What are the components of stl?

637


What is stl stack?

674


What are the different types of stl containers?

660


What is meant by stl in c++?

669


How connect plc and pc through software

1931


please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html

1785


What are the various types of stl containers?

744


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

2511


Describe the My Computer and My Documents folders; identify the elements that are present in every Window.

1865


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; }

1904