Question Set

1. In context of Sangam Age, which among the following was the ruling class in society?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Average age of a class of 20 students is 14 years. If the teacher`s age is included, the average age increases by one. What is the age of the teacher?....
QA->The present age of Krishnan is twice the age of his son Raju. 10 years ago, krishnan`s age was three times the age of Raju. What is the present age of krishnan?....
QA->The average age of 34 students in a class is If the teacher’s age is included , the average becomes What is the age of the teacher....
QA->Average height of 10 students in a class is 150 cm. A boy of height 160 cm left the class and a boy of height 148 cm is admitted. Then what is the average height of the students in the class now?....
QA->There are 50 students in a class. In a class test 22 students get 25 marks each, 18 students get 30 marks each. Each of the remaining gets 16 marks. The average mark of the whole class is :....
MCQ->In context of Sangam Age, which among the following was the ruling class in society?....
MCQ->Read the following passage carefully and choose the most appropriate answer to the question out of the four alternatives. A classless society, however, does not mean a society without leaders. It means rather one in which every citizen becomes for the first time eligible for leadership, if he has the power to lead. It means a society in which every one is given, as far as possible, the chance to develop this power by the widest diffusion of educational opportunities in the broadest sense, and by keeping the career wide open to talents of every useful kind. It is often said that a community of equals will not allow itself to be led. But in fact, most men are, in most things, very willing to be led, and more in danger of giving their leaders too much than too little authority, especially if they are free to choose them, and assured that the leaders cannot exploit them for personal economic advantage leadership, so far from disappearing, will come into its own in a truly democratic society. But it is likely to be a more diffused leadership than we are used to for a better-nurtured people will have more citizens with strong wills and minds of their own, wishful to lead some in politics, some in industry, and some in professions and arts of life. This is the idea of a classless society. Some will reject it as contrary to their interest, some as utopian and against 'Human nature,' for there are some who deny, indeed if not in word, that the aim of society should be to promote the greatest happiness and welfare of the greatest number and others who hold, with pessimistic honesty, that most men must be driven and not led. What is the tone adopted by the author in this passage?....
MCQ->Hari (H), Gita (G), Irfan (I) and Saira (S) are sibiligs (i.e. brothers and sisters). All were born on 1st January. The age difference between any two successive siblings (that is born one after another) is less than 3 years. Given the following facts: (i) Hari's age + Gita's age > Irfan's age + Saira's age. (ii) The age difference between Gita and Saira is 1 year. However, Gita is not the oldest and Saira is not the youngest. (iii) There are not twins. In what order were they born (Oldest first)?....
MCQ->Which of the following statements are correct about objects of a user-defined class called Sample? All objects of Sample class will always have exactly same data. Objects of Sample class may have same or different data. Whether objects of Sample class will have same or different data depends upon a Project Setting made in Visual Studio.NET. Conceptually, each object of Sample class will have instance data and instance member functions of the Sample class. All objects of Sample class will share one copy of member functions.....
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication { class index { protected int count; public index() { count = 0; } } class index1: index { public void increment() { count = count +1; } } class MyProgram { static void Main(string[] args) { index1 i = new index1(); i.increment(); } } } count should be declared as public if it is to become available in the inheritance chain. count should be declared as protected if it is to become available in the inheritance chain. While constructing an object referred to by i firstly constructor of index class will be called followed by constructor of index1 class. Constructor of index class does not get inherited in index1 class. count should be declared as Friend if it is to become available in the inheritance chain.....
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