what is the acronym of the term 'C.O.M.P.U.T.E.R' ?
Answers were Sorted based on User's Feedback
Answer / ajay singh
C -- COMMONLY
O -- OPERATED
M -- MACHINE
P -- PARTICULARLY
U -- USED FOR
T -- TECHNICAL AND
E -- EDUCATIONAL
R -- RESEARCH
| Is This Answer Correct ? | 56 Yes | 3 No |
Answer / dax
Computer isn't an acronym.
It is the noun of the verb 'to compute', meaning to
calculate.
All a computer is, right down at its processor's core, is a
large series of Logic Gates; primarily AND gates. It is
used to 'compute' things. Thus, Computer.
| Is This Answer Correct ? | 24 Yes | 6 No |
Answer / sreenivasa reddy
common operater meachine a particular user technical
education research
| Is This Answer Correct ? | 33 Yes | 16 No |
Answer / sudheer
C-- commanly
O-- operated
M-- machine
P-- particular
U-- used for
T-- technical and
E-- educational
R-- reaserch
| Is This Answer Correct ? | 20 Yes | 5 No |
Answer / siddu
Common
Operating
Machine
Used for
Trade
Educational and
Research
| Is This Answer Correct ? | 14 Yes | 5 No |
Answer / biswa keshari parida
there is no acronomy for computer,it is derived from word
compute
| Is This Answer Correct ? | 12 Yes | 7 No |
Answer / 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 |
Answer / mrutyunjaya.
Basically its derived from the word "COMPUTE" but also we ca give acronomy as follows
C-->COMMONLY
O-->OPERATED
M-->MACHINE
P-->PARTIALLY
U-->USED for
T-->TECHNICAL
E-->EDUCATIONAL
R-->RESEARCH
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / debjani chakraborty
C -> Calculative
O -> Organizing
M -> Manazing
P -> Powerful
U -> Utilising
T -> Tracking
E -> Enhansing
R -> Recursive
| Is This Answer Correct ? | 9 Yes | 8 No |
Answer / shravan
Common
Operating
Machine
Professionally
User for
Trade
Education and
Research.
| Is This Answer Correct ? | 2 Yes | 2 No |
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
Is there any error below, its a code to delete all entires from a map #include <map> #include iostream.h int main() { int i =0; map <int, char> TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map<int, char> :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }
Diffrernce Between Overloading and Overriding?
write a program to search and display the position of an element in a single-dimentional array using function.
write a c++ program to create an object of a class called employee containing the employee code name designation basic salarry HRA Da gross salary as data 10 such objects "members process "
Who wrote stl?
write a program that input four digit number and find how many 7 that number contains
how to swap two numbers in a linked list without exchanging the data but only the links?
what is a template?
2 Answers Amazon, BITS, IBS, Wipro,
What is Object Oriental Progam
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
method overloading means what?