Please select a subject first
Advertisements
Advertisements
Examine the role of Gandhiji as a Nationalist leader from 1929 till 1931.
Concept: The Salt Satyagraha a Case Study
Describe the causes and events of the Quit India Movement.
Concept: Quit India
Describe the role of Gandhiji in the Indian freedom struggle from 1922 till 1931.
Concept: The Making and Unmaking of Non-cooperation
Explain the causes and events of the 'Salt Satyagraha'.
Concept: The Salt Satyagraha a Case Study
Explain the role Gandhiji in Indian Freedom movement from 1916 till 1922.
Concept: The Making and Unmaking of Non-cooperation
Describe the sources to know about Gandhiji as a Nationalist Leader.
Concept: Knowing Gandhi
Describe the causes and events of the 'Non Co-operation Movement'.
Concept: The Making and Unmaking of Non-cooperation
Explain the significance of the Congress session held at Lahore in the end of 1929.
Concept: Why and How Did Partition Happen?
Who was the President of the Constituent Assembly?
Concept: A Tumultuous Time
Which one of the following languages was favored by Gandhiji as the national language?
Concept: The Language of the Nation
Read the following source carefully and answer the questions that follow:
|
We say that it is our firm and solemn resolve to have an independent sovereign republic. India is bound to be sovereign, it is bound to be independent and it is bound to be a republic. Now, some friends have raised the question: “Why have you not put in the word ‘democratic’ here.?” Well, I told them that it is conceivable, of course, that a republic may not be democratic but the whole of our past is witness to this fact that we stand for democratic institutions. Obviously, we are aiming at democracy and nothing less than democracy. What form of democracy, what shape it might take is another matter. The democracies of the present day, many of them in Europe and elsewhere, have played a great part in the world’s progress. Yet it may be doubtful if those democracies may not have to change their shape somewhat before long if they have to remain completely democratic. We are not going just to copy, I hope, a certain democratic procedure or an institution of a so-called democratic country. We may improve upon it. In any event whatever system of government we may establish here must fit in with the temper of our people and be acceptable to them. We stand for democracy. It will be for this House to determine what shape to give to that democracy, the fullest democracy, I hope. The House will notice that in this Resolution, although we have not used the word “democratic” because we thought it is obvious that the word "republic” contains that word and we did not want to use unnecessary words and redundant words, we have done something much more than using the word. We have given the content of democracy in this Resolution and not only the content of democracy but the content, if I may say so, of economic democracy in this Resolution. Others might take objection to this Resolution on the ground that we have not said that it should be a Socialist State. Well, I stand for Socialism and, I hope, India will stand for Socialism and that India will go towards the constitution of a Socialist State and I do believe that the whole world will have to go that way. CONSTITUENT ASSEMBLY DEBATES (CAD), VOL.I |
- Explain the term sovereignty
- How has democracy been related to sovereignty in the passage?
- How did the Constitutional framers highlight the need for economic democracy?
Concept: The Vision of the Constitution
Why was the task of defining minority rights in the Constituent Assembly difficult? Choose the correct option from the following:
Concept: Defining Rights
Which type of values will not be considered by SQL while executing the following statement?
SELECT COUNT(column name) FROM inventory;
Concept: Functions in SQL
If column “Fees” contains the data set (5000,8000,7500,5000,8000), what will be the output after the execution of the given query?
SELECT SUM (DISTINCT Fees) FROM student;
Concept: Functions in SQL
Which SQL statement do we use to find out the total number of records present in the table ORDERS?
Concept: GROUP BY Clause in SQL
Which one of the following is not an aggregate function?
Concept: Functions in SQL
Which one of the following functions are used to find the largest value from the given data in MySQL?
Concept: Functions in SQL
In SQL, which function is used to display the current date and time?
Concept: Functions in SQL
Rashmi, a database administrator needs to display house wise total number of records of the ‘Red’ and ‘Yellow’ houses. She is encountering an error while executing the following query:
SELECT HOUSE, COUNT (*) FROM STUDENT GROUP BY HOUSE WHERE HOUSE=’RED’ OR HOUSE= ‘YELLOW’;
Help her in identifying the reason for the error and write the correct query by suggesting the possible correction (s).
Concept: GROUP BY Clause in SQL
What is the purpose of the Order By clause in SQL? Explain with the help of a suitable example.
Concept: GROUP BY Clause in SQL
