1. Name the author of the book “Thepeasantry in Bengal”?

Answer: R.C Dutt

Reply

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

Comments

Tags
Show Similar Question And Answers
QA->Name the author of the book “Thepeasantry in Bengal”?....
QA->Name the founder of Young Bengal Movement....
QA->WHAT WAS THE OTHER NAME OF INDIAS FIRST NEWSPAPAPER BENGAL GAZETTE....
QA->What was the ancient name of Bengal?....
QA->What isthe name of 18 year old girl who was trafficked from the remote islands ofSundarbans in West Bengal and has been invited twice to speak at the UnitedNations?....
MCQ-> Read the passage carefully and choose the best answer to each question out of the four alternatives.The Bengal Renaissance refers to a social reform movement during the nineteenth and early twentieth centuries in the region of Bengal in Undivided India during the period of British rule. The Bengal renaissance can be said to have started with Raja Ram Mohan Roy (1775-1833) and ended with Rabindranath Tagore (1861-1941) , although there have been many stalwarts thereafter embodying particular aspects of the unique intellectual and creative output. Nineteenth century Bengal was a unique blend of religious and social reformers, scholars, literary giants, journalists, patriotic orators and scientists, all merging to form the image of a renaissance, and marked the transition from the ‘medieval’ to the ‘modern’. During this period, Bengal witnessed an intellectual awakening that is in some way similar to the European Renaissance during the 16th century, although Europeans of that age were not confronted with the challenge and influence of alien colonialism. This movement questioned existing orthodoxies, particularly with respect to women, marriage, the dowry system, the caste system andreligion. One of the earliest social movements that emerged during this time was the Young Bengal movement, that espoused rationalism and atheism as the common denominators of civil conduct among upper caste educated Hindus. The parallel socio- religious movement, the Brahmo Samaj, developed during this time period and counted many of the leaders of the Bengal Renaissance among its followers.Find the option that is opposite in meaning to alien.
 ...
MCQ->Which of the following statments are the correct way to call the method Issue() defined in the code snippet given below? namespace College { namespace Lib { class Book { public void Issue() { // Implementation code } } class Journal { public void Issue() { // Implementation code } } } } College.Lib.Book b = new College.Lib.Book(); b.Issue(); Book b = new Book(); b.Issue(); using College.Lib; Book b = new Book(); b.Issue(); using College; Lib.Book b = new Lib.Book(); b.Issue(); using College.Lib.Book; Book b = new Book(); b.Issue();...
MCQ-> Five students Ajit, Arjun, Chandrima,Debu Shashi have total five books on subjects Physics, Chemistry, Mathematics, Biology and Statistics written by authors Goyal Kapoor,Hansa Sen and basu.Each students has only one book on one of five subjects and each author can write only one book.Goyal is the author of the Physics book which is not owned by Shashi or Ajit.Debu owns the book written by Basu. Chandrima owns the Mathematics book Shashi has the Statistics book which is not written by Kapoor Biology book is written by Sen.Chemistry book is owned by
 ...
MCQ-> Read the paragraphs carefully and identify the factual mistakes.[u]News Item dated, April 2017:[/u] West Bengal Won the Santosh TrophyWest Bengal won the Santosh Trophy forthe 32nd time aftera 1-0 winoverGoa, extending their domination in the premier domestic football tournament. Playing in front of a vociferous home crowd, five-time winners Goa tried their best and controlled the match, but ran out of steam in the extratime.The hosts had their chances to score but the rival keeper pulled off some great saves. West Bengal, thus, ended a six-year wait having last won the title in 2011. Goa last won it in 2010. Goa. who had‘hostedthe tournament thrice, lost to West Bengal in the semi-final in 1972 and the final in 1996, while winning against Kemla in 1990.
 ...
MCQ->Which of the following statements are correct about the structure declaration given below? struct Book { private String name; protected int totalpages; public Single price; public void Showdata() { Console.WriteLine(name + " " + totalpages + " " + price); } Book() { name = " "; totalpages = 0; price = 0.0f; } } Book b = new Book(); We cannot declare the access modifier of totalpages as protected. We cannot declare the access modifier of name as private. We cannot define a zero-argument constructor inside a structure. We cannot declare the access modifier of price as public. We can define a Showdata() method inside a structure....
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
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions