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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1791


what is template and type convertion

2006


What do stl stand for?

654


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

1985


What is stl language?

684






Is stl open source?

646


What is stl stand for?

744


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

1865


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

651


What is the use of stl?

645


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


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

680


Explain stl.

911


draw a flowchart that accepts two numbers and checks if the first is divisible by the second.

2870


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

1893