Toggle navigation
Home
KPSC Previous Question Papers
Article Category
kerala psc
upsc
General
History
Popular Pages
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് മേയ് 11
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് - ഏപ്രില് 07
Multiple Choice Question in current-affairs-2016-12-22
Multiple Choice Question in current-affairs-2017-01-22
Multiple Choice Question in biochemistry-structure-and-properties-of-peptides
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് - ക്വിസ് | ഡിസംബര് 05 - 12
Multiple Choice Question in biochemical-engineering-fluid-flow
Multiple Choice Question in biochemistry-allosteric-effects
Multiple Choice Question in current-affairs-2017-05-07
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് മേയ് 26
Question Answer Bank
Multiple Choice Question Bank
Question Answer Category
Multiple Choice Question Category
Home
->
Multiple Choice Questions
Question Set
1. Which former Chief Election Commissioner is the author of the book 'The Miracle of Demo cracy: India's Amazing Journey'?
(A): B B Tandom
(B): M S Gill
(C): Navin chawla
(D): T N Seshan
(E): T S Krishnamuthy
Previous Question
Show Answer
Next Question
Add Tags
Report Error
Show Marks
Ask Your Doubts Here
Type in
(Press Ctrl+g to toggle between English and the chosen language)
Post reply
Comments
Show Similar Question And Answers
QA->Name the Chief Election Commissioner (CEC) of India who recently assumed the Chairmanship of ‘Association of World Election Bodies’ (AWEB) on September 3, 2019?....
QA->Former Indian Army Chief General Dalbir Singh Suhag was recently appointed as India's High Commissioner to which country?....
QA->Who appoints the Chief Election Commissioner of India?....
QA->Who is the present chief Election Commissioner of India?....
QA->India"s first Chief Election Commissioner;....
MCQ->class Test { private Demo d; void start() { d = new Demo(); this.takeDemo(d); / Line 7 / } / Line 8 / void takeDemo(Demo demo) { demo = null; demo = new Demo(); } } When is the Demo object eligible for garbage collection?....
MCQ->Which former Chief Election Commissioner is the author of the book 'The Miracle of Demo cracy: India's Amazing Journey'?....
MCQ->What will be the output of the program? public class ThreadDemo { private int count = 1; public synchronized void doSomething() { for (int i = 0; i < 10; i++) System.out.println(count++); } public static void main(String[] args) { ThreadDemo demo = new ThreadDemo(); Thread a1 = new A(demo); Thread a2 = new A(demo); a1.start(); a2.start(); } } class A extends Thread { ThreadDemo demo; public A(ThreadDemo td) { demo = td; } public void run() { demo.doSomething(); } }....
MCQ->Consider the following statements: (1) The members of the Election Commission in India are appointed by the Parliament (2) Members of the Election Commission have equal status to that of Chief Election Commissioner, but Chief Election Commissioner has overriding powers. (3) Chief Election Commissioner can be removed from his office by the President of India. Which among the above statements is / are correct?....
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();....
×
×
Type The Issue
×
Your Marks
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