1. സോഫ്റ്റ് വെയർ വികസിപ്പിക്കുന്നതിനായുള്ള Data base ആയി ഉപയോഗിക്കുന്ന എം.എസ്. ഓഫീസ് ആപ്പിക്കേഷൻ ? [Sophttu veyar vikasippikkunnathinaayulla data base aayi upayogikkunna em. Esu. Opheesu aappikkeshan ? ]

Answer: മൈക്രോസോഫ്റ്റ് ആക്സസസ് [Mykrosophttu aaksasasu]

Reply

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->സോഫ്റ്റ് വെയർ വികസിപ്പിക്കുന്നതിനായുള്ള Data base ആയി ഉപയോഗിക്കുന്ന എം.എസ്. ഓഫീസ് ആപ്പിക്കേഷൻ ? ....
QA->ഡാറ്റ ശേഖരിച്ചുവെക്കുന്നതിനും ക്രോഡീകരിക്കു ന്നതിനുമായി ഉപയോഗിക്കുന്ന MS Office സോഫ്റ്റ് വെയർ ആപ്പിക്കേഷൻ ? ....
QA->ആപ്പിക്കേഷൻ സോഫ്റ്റ് വെയറിന്റെ ഉപയോഗം എന്താണ്? ....
QA->തദ്ദേശ സ്ഥാപനങ്ങൾ ഹൈടെക്ക്‌ ആക്കുന്നതിനും ഓഫീസ്‌ പ്രവർത്തനങ്ങൾ സുതാര്യമാക്കുന്നതിനുമായി ഇൻഫർമേഷൻ കേരള മിഷൻ വികസിപ്പിച്ച സോഫ്റ്റ്‌വെയർ ഏത്‌?....
QA->തദ്ദേശ സ്ഥാപനങ്ങൾ ഹൈടെക്ക് ‌ ആക്കുന്നതിനും ഓഫീസ് ‌ പ്രവർത്തനങ്ങൾ സുതാര്യമാക്കുന്നതിനുമായി ഇൻഫർമേഷൻ കേരള മിഷൻ വികസിപ്പിച്ച സോഫ്റ്റ് ‌ വെയർ ഏത് ‌?....
MCQ->63.ഇന്ത്യയില്‍ ഓപ്പണ്‍ സോഴ്‌സ്‌ സോഫ്റ്റ്‌വെയർ പ്രോത്സാഹിപ്പിക്കുന്നതിന്റെ ഭാഗമായി C-DAC വികസിപ്പിച്ചെടുത്ത GNU/Linux സോഫ്റ്റ്‌വെയർ....
MCQ->63.ഇന്ത്യയില്‍ ഓപ്പണ്‍ സോഴ്‌സ്‌ സോഫ്റ്റ്‌വെയർ പ്രോത്സാഹിപ്പിക്കുന്നതിന്റെ ഭാഗമായി C-DAC വികസിപ്പിച്ചെടുത്ത GNU/Linux സോഫ്റ്റ്‌വെയർ....
MCQ->What will be the output of the following program? #include<iostream.h> class Base { int x, y; public: Base() { x = y = 0; } Base(int xx) { x = xx; } Base(int p, int q = 10) { x = p + q; y = q; } void Display(void) { cout<< x << " " << y << endl; } }objDefault(1, 1); class Derived: public Base { Base obj; public: Derived(int xx, int yy): Base(xx, xx + 1) { } Derived(Base objB = objDefault) { } }; int main() { Derived objD(5, 3); Derived ptrD = new Derived(objD); ptrD->Display(); delete ptrD; return 0; }...
MCQ->തദ്ദേശ സ്ഥാപനങ്ങൾ ഹൈടെക്ക്‌ ആക്കുന്നതിനും ഓഫീസ്‌ പ്രവർത്തനങ്ങൾ സുതാര്യമാക്കുന്നതിനുമായി ഇൻഫർമേഷൻ കേരള മിഷൻ വികസിപ്പിച്ച സോഫ്റ്റ്‌വെയർ ഏത്‌?...
MCQ->Which of the following statements are correct about Inheritance in C#.NET? A derived class object contains all the base class data. Inheritance cannot suppress the base class functionality. A derived class may not be able to access all the base class data. Inheritance cannot extend the base class functionality. In inheritance chain construction of object happens from base towards derived....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution