Question
Arrange the following events, which took place in the
early decades of the 20th century, in chronological order: 1. First Session of Indian National Congress in Bombay 2. Foundation of the All-India Muslim League 3. Partition of Bengal 4. Indian National Congress, Surat Session Choose the correct answer using the codes given below:Solution
The correct chronological sequence is: β’ First Session of Indian National Congress at Bombay β 1885 β’ Partition of Bengal β 16 October 1905 β’ Foundation of the All India Muslim League β 1906 β’ Surat Session of Indian National Congress β 1907 Thus, the correct order is 1 β 3 β 2 β 4, which matches option (b). β’ W.C. Bonnerjee was the first President of the Indian National Congress. β’ The Partition of Bengal led to widespread protests and the Swadeshi Movement. β’ The Muslim League initially demanded protection of Muslim interests but later moved towards demanding a separate nation. β’ The Surat Session (1907) marked a split between Moderates (Gopal Krishna Gokhale, Dadabhai Naoroji) and Extremists (Bal Gangadhar Tilak, Bipin Chandra Pal, Lala Lajpat Rai). β’ Lord Hardinge annulled the Partition of Bengal in 1911. β’ The early 20th-century events intensified the struggle for India's independence. β’ The split weakened the Congress temporarily but also led to more assertive nationalist movements later.
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Hashing is used for:
The amortized cost of appending an element at the end of a dynamic array is:
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which of the following is NOT among the OWASP Top 10 Web Security Risks?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5Β Β Β Β Β Β Β Β Β Β Β Β Β Β
Β
In asymmetric encryption, which of the following statements is correct?
Which algorithm constructs a suffix tree in linear time?
What is the primary purpose of a B+ Tree in a database management system?
Which sorting algorithm has O(n log n) average case?