Question Set

1. The word 'Veda' has been derived from the root word 'Vid' which means?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->In a certain code 743 means Mangoes are good; 657 means Eat good food; and 934 means Mangoes are ripe. Which digit means ripe in that language?....
QA->The Latin word formica means ant. The name formic acid is derived from this Latin word because?....
QA->If + means × , - means † , × means - and † means + then 16 – 4 + 3 × 5 ÷ 2 =....
QA->If ‘+’ means ‘×’, ‘__‘ means ‘+’, ‘×’ means ‘÷’ and ‘÷’ means ‘__‘ then find the value of; 6 – 9 + 8 × 3 ÷ 20 = ……. .....
QA->If + means , x means -, means + and - means x. Find 168x6-2+12?....
MCQ->The word 'Veda' has been derived from the root word 'Vid' which means?....
MCQ->The word ‘Vid’ from which ‘Veda’ has been derived means?....
MCQ->Consider the following statements about root locus The root locus is symmetrical about real axis.If a root locus branch moves along the real axis from an open loop pole to zero or to infinity, this root locus branch is called real root branch.The breakaway points of the root locus are the solutions of Which statements out of above are correct?....
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->Which of the following statements is correct about the C#.NET program given below? namespace IndiabixConsoleApplication { class Baseclass { int i; public Baseclass(int ii) { i = ii; Console.Write("Base "); } } class Derived : Baseclass { public Derived(int ii) : base(ii) { Console.Write("Derived "); } } class MyProgram { static void Main(string[ ] args) { Derived d = new Derived(10); } } }....
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