GK Planet Class 7. We covered all the GK Planet Class 7 solutions pdf free download file in this post for free so that you can practice well for the exam.
Install our MCQTUBE Android App from the Google Play Store and prepare for any competitive government exams for free.
Explanation: This question is based on the general motion pattern of planets in the Solar system. Most planets revolve around the Sun in the same direction because the Solar system formed from a rotating cloud of gas and dust, known as the Solar nebula. As it collapsed under gravity, the rotation was conserved, causing most planets to share a common orbital direction when observed from a fixed reference point above the Sun’s north pole.
However, not all celestial bodies strictly follow this pattern. Some planets show unusual rotational or orbital behavior due to early collisions, gravitational disturbances, or variations in angular momentum during formation. These deviations make them exceptions to the general rule of uniform orbital motion.
To understand such Questions, it is essential to know basic concepts of planetary motion, angular momentum conservation, and heliocentric structure. The direction of revolution is always defined relative to a standard astronomical frame, and slight variations in planetary History can lead to exceptions in otherwise uniform patterns observed in the Solar system.
Explanation: This question explores the conceptual hierarchy and structure of the Solar system, focusing on the dominant central body that governs its dynamics. The Solar system consists of a central massive object around which all planets and other celestial bodies revolve due to gravitational attraction.
The central body plays a crucial role in maintaining orbital stability, providing energy in the form of Light and Heat, and holding the entire system together through gravitational force. Because of this controlling influence, it is often symbolically described using a term that reflects its foundational importance in the system.
To approach this question, one must understand heliocentric theory and gravitational systems, where a single central Mass dominates the motion of surrounding objects. The concept emphasizes the importance of the central star in shaping planetary orbits, maintaining equilibrium, and defining the structure of the entire system.
Explanation: This question relates to the historical development of astronomical models explaining the structure of the Solar system. Early civilizations observed celestial bodies moving across the sky but lacked a unified scientific framework for understanding their motion. Over time, scholars developed models that explained planetary movement more accurately using mathematical and observational methods.
A major breakthrough came when the heliocentric model replaced earlier geocentric ideas, proposing that celestial bodies revolve around a central star. This shift was supported by careful planetary observations and mathematical calculations that explained retrograde motion and orbital patterns more logically than earlier theories.
To analyze such Questions, it is important to understand the Evolution of astronomy, from ancient observational models to scientifically grounded heliocentric theories. The development of these ideas involved contributions from multiple scientists who refined orbital mechanics and improved understanding of planetary motion through empirical evidence and mathematical reasoning.
Option a – Copernicus
Which of the following sequence of planets is correct according to the increasing distance from the Sun?
Explanation: This question deals with the arrangement of planets based on their distance from the Sun, which is a fundamental concept in planetary classification and Solar system structure. The planets are organized in a specific order determined by their orbital radii, starting from the closest to the Sun and moving outward.
The inner planets are generally smaller and rocky due to higher temperatures near the Sun, while outer planets are larger and composed mostly of gases and ices. This distribution is a result of temperature gradients in the early solar nebula, which influenced how materials condensed during planet formation.
To solve such Questions, one must understand the standard planetary order and the principles behind planetary formation. The increasing distance pattern reflects both gravitational dynamics and the physical composition differences that arise with distance from the central star.
Which of the following sequence of planets is correct according to increasing distance from Earth?
(a) Mars, Venus, Mercury, Jupiter
(b) Venus, Mars, Mercury, Jupiter
(c) Venus, Mercury, Mars, Jupiter
(d) Mars, Venus, Jupiter, Mercury
Explanation: This question focuses on the relative positioning of planets based on their distance from Earth at a given reference point. Unlike fixed solar ordering, this requires understanding spatial relationships in three-dimensional space and how planetary positions vary depending on orbital alignment.
Planetary distances from Earth are not constant because both Earth and other planets are continuously moving in their respective orbits. This means their relative positions change over time, making some planets appear closer or farther depending on orbital geometry.
To approach such Questions, it is necessary to understand relative motion in the solar system, orbital mechanics, and how distance comparisons depend on instantaneous positions. This concept highlights the dynamic nature of celestial motion rather than fixed linear arrangements.
Option b – Venus, Mars, Mercury, Jupiter
How many constellations are there in space?
(a) 87
(b) 88
(c) 89
(d) 90
Explanation: This question relates to the classification of constellations, which are defined patterns of stars recognized by astronomers for mapping the night sky. These patterns are not physical groupings of stars but rather visual arrangements from Earth’s perspective.
Modern astronomy has officially defined a fixed number of constellations covering the entire celestial sphere. This standardization was established to ensure consistency in astronomical mapping and navigation across scientific communities worldwide.
To answer such Questions, it is important to understand that constellations are symbolic sky divisions rather than physical clusters. They help in identifying regions of the sky, locating celestial objects, and organizing astronomical observations systematically.
Option d – 90
Which one is true for unconditional disk formatting?
a. Destroys every byte of data on a disk by overwriting it with blank spaces
b. Do not check/scan the surface after format
c. Transfer system files after format
d. All of above
Explanation: This question is about low-level or deep formatting concepts in Computer storage systems. Disk formatting refers to preparing a storage device like a hard disk or flash drive so that it can store and manage data efficiently. It involves organizing the storage space into sectors and tracks and preparing a file system structure that the operating system can use.
In deeper or unconditional formatting processes, the storage surface is reinitialized more thoroughly compared to standard formatting. This may involve rewriting storage regions, removing existing file system structures, and preparing the disk for fresh data allocation. It is typically more destructive to existing data compared to quick formatting methods.
To understand this concept, one must know how data is physically and logically stored on disks. Formatting ensures that the operating system can track where files are stored, how space is allocated, and how data integrity is maintained. It is an essential process for disk maintenance, recovery, or reuse of storage devices.
Option a – Destroys every byte of data on a disk by overwriting it with blank spaces
Once the text has been cut to the clipboard, you can ……. that text into another document.
a. Paste
b. Copy
c. Transfer
d. None of the above
Explanation: This question relates to basic clipboard operations in Computer systems, specifically how data is temporarily stored and reused across applications. When text is removed from its original location using a cut operation, it is stored in a temporary memory area known as the clipboard.
The clipboard allows users to transfer data between different documents or applications without permanently losing it. This temporary storage enables flexibility in editing, reorganizing, and moving content efficiently within digital environments.
To understand this concept, it is important to know common editing operations such as cut, copy, and paste. These functions are fundamental in word processing and graphical user interfaces, allowing seamless manipulation of digital content across multiple files or programs.
Option a – Paste
What is the function of a radio button?
a. To select multiple options
b. To select a single option
c. To select all options
d. All of the above
Explanation: This question deals with graphical user interface (GUI) components used in software applications. A radio button is a type of input control that allows users to select one option from a predefined SET of mutually exclusive choices.
When one radio button is selected, the others in the same group automatically get deselected. This ensures that only a single choice can be active at any given time within a category, making it useful for selecting one answer among multiple options.
To understand this concept, it is important to differentiate between various input controls like checkboxes and radio buttons. While checkboxes allow multiple selections, radio buttons enforce a single selection rule, ensuring clarity and avoiding conflicting inputs in forms or settings.
Option b – To select a single option
The Banker’s algorithm is used
a. to rectify deadlock
b. to detect deadlock
c. to prevent deadlock
d. to solve deadlock
Explanation: This question is based on operating system resource management and deadlock handling techniques. The Banker’s algorithm is a method used to manage system resources safely and avoid situations where processes get stuck waiting indefinitely for resources.
It works by simulating resource allocation before actually granting requests, ensuring that the system always remains in a safe state. A safe state means that all processes can complete their execution in some order without causing a deadlock.
To understand this concept, one must know how operating systems allocate resources like CPU time, memory, and devices among multiple processes. The algorithm is widely used in theoretical models to ensure that resource allocation does not lead to system instability or deadlock conditions.
Option c – to prevent deadlock
The primary purpose of an operating system is:
a. To make the most efficient use of the Computer hardware
Explanation: This question focuses on the fundamental role of an operating system in managing Computer hardware and software resources. An operating system acts as an interface between the user and the Computer hardware, ensuring that all components work together efficiently and correctly.
It handles essential tasks such as process management, memory allocation, file handling, and device control. By coordinating these activities, it allows multiple applications to run smoothly while sharing system resources without conflicts or crashes.
To understand this concept, it is important to view the operating system as a resource manager and control system. It ensures that hardware components like the CPU, memory, and input/output devices are used efficiently while providing a stable Environment for users to run programs and perform tasks.
Option a – To make the most efficient use of the Computer hardware
The ….… operating system was initially created in the early 1970s at AT and T’s Bell Labs.
a. Linux
b. Unix
c. DOS
d. GNU
Explanation: This question refers to the historical development of operating systems and their Evolution in early computing environments. During the early stages of Computer science, researchers worked on creating efficient systems to manage hardware resources and simplify user interaction with machines.
At that time, computing systems were large, complex, and difficult to operate directly. The development of early operating systems introduced structured ways to manage tasks, allowing multiple users and processes to share computing resources more effectively.
To approach this concept, it is important to understand the Evolution of system software and how early research laboratories contributed to modern computing. These developments laid the foundation for multitasking, file systems, and command-based interfaces that influenced later operating systems widely used today.
Option b – Unix
Which command is used to undelete a bunch of files with the extension .doc that you have just deleted?
a. Undelete
b. Undelete/all
c. Undelete *.doc
d. All of the above
Explanation: This question is about file recovery commands in older command-line operating systems. When files are deleted, they are not always immediately removed from storage; instead, the system may mark their space as available for reuse, allowing recovery under certain conditions.
Undelete operations are used to restore such files by scanning storage areas and reconstructing file information based on remaining metadata. These commands are especially useful in systems where file deletion does not permanently erase data instantly.
To understand this concept, one must be familiar with file system behavior, command-line utilities, and data recovery mechanisms. These tools help users restore accidentally deleted files, especially when they still physically exist on the disk but are no longer indexed by the system.
Option c – Undelete *.doc
Which command is used to display the contents of the text file of DOS?
a. Copy con
b. Type
c. Copy
d. Dir
Explanation: This question deals with basic DOS (Disk Operating System) commands used for file handling and display operations. DOS provides simple command-line utilities that allow users to interact directly with files stored on a disk.
One of the fundamental operations is viewing the contents of a text file without modifying it. This is done using a command that reads the file sequentially and displays its contents on the screen.
To understand this concept, it is important to know how command-line interfaces work, especially in older operating systems where graphical interfaces were not available. Such commands form the foundation of file navigation, viewing, and management in DOS environments.
Option c – Type
In Windows, the start button is used to
a. Run applications
b. Device setting
c. Turn off the system
d. All of above
Explanation: This question relates to the graphical user interface of Windows operating systems, specifically the role of the Start button. The Start button acts as a central access point for launching applications, accessing system settings, and performing system-level operations.
It provides a structured menu that organizes programs, files, and system tools in an easily navigable format. Through this interface, users can open applications, search files, adjust settings, and manage power options like shutdown or restart.
To understand this concept, it is important to recognize the Start button as a control hub in Windows. It simplifies navigation by grouping essential functions in one place, making it easier for users to interact with the operating system efficiently.
Option d – All of above
Which of the following is an essential file of an MS-DOS boot disk?
a. COMMAND.COM
b. TREE.COM
c. START.COM
d. VER.COM
Explanation: This question focuses on the core system files required to boot an MS-DOS operating system. A boot disk contains essential files that allow the Computer to start and load the operating system into memory.
These files are responsible for initializing hardware, loading system commands, and enabling basic system functionality. Without these critical components, the system cannot properly start or execute basic operations.
To understand this concept, it is important to know how boot processes work in older operating systems. The boot disk contains fundamental system instructions that guide the Computer from startup to a usable command-line Environment, ensuring proper initialization of the OS.
Option a – COMMAND.COM
How many ways can you save a document?
a) 3
b) 4
c) 5
d) 6
Explanation: This question is related to basic document handling in word processing applications, where saving refers to storing a file permanently in digital storage so it can be reused or modified later. Saving ensures that the content is not lost when the application is closed or the system is turned off.
In most word processors, saving can be done through different methods such as using menu options, toolbar icons, or keyboard shortcuts. All these methods perform the same underlying function: writing the document data from temporary memory into a storage device with a defined file name and location.
To understand this concept, it is important to recognize how software provides multiple user-friendly ways to perform the same operation. These variations exist to improve accessibility and efficiency, allowing users to choose whichever method is most convenient while ensuring the document is properly stored and preserved.
Option a – 3
Which of the following justifications aligns the text on both sides left & right of the margin?
a) Right
b) Justify
c) Both sides
d) Balanced
Explanation: This question deals with text alignment features in word processing software. Text alignment refers to how text is positioned within a document relative to the page margins. Different alignment styles control whether text is placed on the left, right, center, or evenly distributed across a line.
One specific alignment style adjusts text so that it is evenly spread between the left and right margins. This creates a clean, structured appearance commonly used in formal documents, books, and newspapers.
To understand this concept, it is important to know how formatting tools work in word processors. Alignment settings help improve readability and presentation by controlling spacing and layout, ensuring that documents look professional and well-organized.
Explanation: This question focuses on the purpose and practical use of word processing software. A word processor is a type of application designed for creating, editing, formatting, and printing text-based documents.
It is commonly used for tasks such as writing essays, reports, letters, and other text documents. The software provides tools for spell-checking, formatting fonts, adjusting layouts, and organizing content efficiently.
To understand this concept, it is important to recognize that word processors are not designed for drawing or complex calculations but are optimized for text manipulation. Their main strength lies in helping users produce structured and well-formatted written content for personal, academic, or professional use.
Option c – Type a story
A ……….. is an additional SET of commands that the computer displays after you make a selection from the main menu.
a) Dialog box
b) Sub Menu
c) Menu selection
d) All of these
Explanation: This question relates to menu-driven interfaces commonly used in software applications. In such systems, the main menu presents a SET of primary options, and selecting one of these options often leads to a more detailed SET of choices.
This secondary SET of options is used to refine user actions and provide more specific commands related to the selected category. It helps organize functions in a hierarchical structure, making software easier to navigate and use.
To understand this concept, it is important to know how menus are structured in graphical and command-based interfaces. Main menus provide broad categories, while subsequent levels break them down into more detailed actions, improving usability and clarity in software navigation.
Option a – Dialog box
In order to choose the font for a sentence in a Word document
a) Select font in the format menu
b) Select the font in the edit menu
c) Select the font in the tools menu
d) Select font in the view menu
Explanation: This question is about formatting text in word processing software, specifically how font styles are applied to selected text. Font selection controls the visual appearance of characters, including typeface, size, and style, which affects readability and document presentation.
To change font settings, the user must first select the desired text and then access formatting tools available in the application interface. These tools are usually organized in menus or toolbars designed to allow quick modification of text appearance.
To understand this concept, it is important to recognize that word processors provide structured formatting options to enhance document clarity and professionalism. Font settings are part of these tools and help users customize how text appears depending on the purpose of the document, such as formal reports, letters, or creative writing.
Option a – Select font in the format menu
Which of the following can be used to select the entire document?
a) Ctrl + A
b) Alt + F5
c) Shift + A
d) Ctrl + K
Explanation: This question relates to text selection shortcuts in word processing applications. Selecting an entire document is a common operation used when formatting, copying, or applying changes to all content at once.
Most word processors provide keyboard shortcuts to perform this task efficiently without manually dragging the cursor across the entire document. These shortcuts are designed to improve productivity and reduce time spent on repetitive actions.
To understand this concept, it is important to know how keyboard commands interact with software functions. Shortcut keys act as quick triggers for common operations, allowing users to execute commands instantly and apply changes to large amounts of text in a single action.
Option a – Ctrl + A
What is the shortcut key for centering the text selected by the user in Word?
a) Ctrl + A
b) Ctrl + B
c) Ctrl + C
d) Ctrl + E
Explanation: This question deals with text alignment shortcuts in word processing software. Center alignment positions text evenly between the left and right margins, creating a balanced and visually symmetrical layout commonly used for titles and headings.
Instead of manually adjusting alignment through menus, word processors provide keyboard shortcuts that instantly apply formatting changes. These shortcuts improve efficiency and allow users to format text quickly while typing or editing documents.
To understand this concept, it is important to recognize that formatting shortcuts are part of productivity tools in software applications. They enable faster document editing by reducing reliance on mouse navigation and menu selection.
Option d – Ctrl + E
The shortcut key to print documents is
a) Ctrl + A
b) Ctrl + B
c) Ctrl + C
d) Ctrl + P
Explanation: This question focuses on keyboard shortcuts used in word processing applications for performing quick actions. Printing is a common function that sends the document to a connected printer for producing a physical copy.
Instead of navigating through menus, users can use a dedicated shortcut key combination that directly opens the print dialog box or initiates the printing process. This improves workflow efficiency and saves time during document handling.
To understand this concept, it is important to know that shortcut keys are designed to speed up frequent operations in software. Printing shortcuts are widely used in office environments where documents are regularly prepared and printed for official or academic purposes.
Option d – Ctrl + P
Who among the following is the author of the book, The Social Contract?
(a) Voltaire
(b) Hobbes
(c) Locke
(d) Rousseau
Explanation: This question is based on political philosophy and classical theories of governance. The Social Contract is a foundational concept in political thought that explains the relationship between individuals and the state.
It discusses how societies form governments through an implicit agreement where people surrender certain freedoms in exchange for protection and order. This idea significantly influenced modern democratic systems and constitutional frameworks.
To understand this concept, it is important to study Enlightenment-era philosophy, where thinkers analyzed the origins of political authority and the rights of citizens. The work associated with this idea plays a key role in shaping ideas about democracy, sovereignty, and civil society.
Option d – Rousseau
Which one of the following is the central theme of ‘The Communist Manifesto’ written by Marx and Engels?
(a) Tools of Production
(b) Theory of State
(c) Abolition of State
(d) Class Struggle
Explanation: This question relates to political and economic theory, specifically the ideas presented in a foundational text of socialism. The Communist Manifesto outlines the historical development of societies through class relations and economic conflict.
It emphasizes how History is shaped by struggles between different Social classes, particularly those who control production and those who provide labor. The text argues that this conflict drives Social and political change over time.
To understand this concept, it is important to study Marxist theory, which focuses on economic structures, class divisions, and the Evolution of societies. The work highlights how inequality and class struggle influence historical development and political systems.
Option d – Class Struggle
Which of the following is the author of the famous book ‘Das Kapital’?
(a) Adam Smith
(b) Karl Marx
(c) Rossaueu
(d) Victor Hugo
Explanation: This question relates to political Economy and classical economic theory. The book referred to is a foundational text that critically analyzes capitalism, focusing on how economic systems function, how wealth is produced, and how labor contributes to value creation.
The work examines concepts such as surplus value, exploitation of labor, and the structure of capitalist production. It also explores how economic systems evolve based on class relations and ownership of the means of production, making it a central text in Marxist economic thought.
To understand this concept, it is important to study the development of economic theories that explain production, distribution, and capital accumulation. The ideas presented in this work have influenced political movements, economic policies, and academic discussions on inequality and labor systems.
Option b – Karl Marx
George Bernard Shaw has written which story
(a) The Holiday
(b) Arms and the Men
(c) Death of a Salesmen
(d) Murder in the Cathedral
Explanation: This question is about literary works associated with a prominent playwright known for his contributions to drama and Social commentary. His writings often explore themes such as Social reform, human behavior, and satire, challenging conventional norms of society.
Many of his works are structured as plays that use dialogue and character interaction to present philosophical and Social ideas. These writings often critique societal institutions and highlight contradictions in human values and beliefs.
To understand this concept, it is important to study modern English literature and dramatic traditions. His works are significant in the development of realist and problem plays, where literature is used as a medium to question Social structures and encourage critical thinking about morality and society.
Option b – Arms and the Men
The famous novel ‘Wolf Hall’ was written by
(a) Hilary Mantel
(b) Ben okri
(c) Julian Patrick Barnes
(d) Anni Rose
Explanation: This question focuses on contemporary historical fiction literature. The novel referred to is known for its detailed portrayal of political life during the Tudor period in England, especially the rise of influential historical figures and court politics.
It explores themes of power, ambition, and political maneuvering, presenting historical events through a narrative lens that blends fact with imaginative reconstruction. The work is part of a broader historical trilogy that examines the complexities of royal courts and governance.
To understand this concept, it is important to study historical fiction as a genre, where real historical events are retold with narrative depth. Such works help readers engage with History in a more immersive and character-driven way while maintaining historical context.
Option a – Hilary Mantel
A Thing of beauty is a joy forever’ is a line of ……….
(a) John Keats
(b) Charles Dicken’s
(c) William Wordsworth
(d) Jonathan Swift
Explanation: This question is related to English poetry and romantic literature. The line expresses the idea that beauty provides lasting joy and emotional satisfaction beyond temporary experiences.
It reflects themes commonly found in romantic poetry, where nature, beauty, and imagination are celebrated as eternal sources of happiness and inspiration. Such poetic expressions often emphasize emotional depth and aesthetic appreciation.
To understand this concept, it is important to study Romantic-era literature, where poets focused on beauty, nature, and human emotion as central themes. These works highlight how artistic expression can create lasting emotional impact and philosophical reflection.
Option a – John Keats
Who has written the book ‘Republic’?
(a) Proust
(b) Hamingway
(c) Plato
(d) Pearl Buck
Explanation: This question is about classical political philosophy and foundational works on governance and society. The text referred to is a philosophical dialogue that explores justice, the structure of an ideal state, and the role of individuals within a society.
It examines concepts such as justice, education, governance, and the organization of an ideal community ruled by wisdom and reason. The work uses philosophical discussion to build arguments about how societies should be structured for fairness and stability.
To understand this concept, it is important to study ancient Greek philosophy and early political theory. The ideas presented in this work have significantly influenced Western political thought, especially discussions on democracy, ethics, and state formation.
Option c – Plato
The Prince’ was written by
(a) N Machiaveli
(b) Boris Paternak
(c) Devendranath Tagore
(d) Jawaharlal Nehru
Explanation: This question relates to political philosophy and Renaissance-era writings on power and governance. The work discussed focuses on political strategy, leadership, and methods rulers use to maintain authority and control over states.
It analyzes real political behavior rather than ideal systems, emphasizing practical tactics for acquiring and sustaining power. The text is often associated with realism in political theory because it describes politics as it operates in practice rather than how it should ideally function.
To understand this concept, it is important to study the development of modern political thought, especially works that examine statecraft and governance. The ideas in this text have influenced political science by focusing on power dynamics, leadership strategies, and state stability.
Option a – N Machiaveli
Which of the following book has been written by Ameesh Tripathi?
(a) Raavan : Enemy of Aryavarta
(b) Digital Dilemma
(c) Imperfect
(d) Changing India
Explanation: This question is based on modern Indian English literature, particularly mythological fiction. The author mentioned is known for reinterpreting ancient Indian myths and epics in a fictional narrative style, blending History, mythology, and creative storytelling.
Such works often reimagine traditional characters and events, presenting them in a new perspective that connects ancient themes with contemporary storytelling techniques. This genre has gained popularity for making mythological stories more accessible and engaging to modern readers.
To understand this concept, it is important to recognize how mythological fiction works by adapting cultural epics into novel formats. These books typically explore themes of morality, heroism, and cultural heritage through imaginative retellings.
Option a – Raavan : Enemy of Aryavarta
‘Lesson Life Taught Me, Unknowingly’ has been written by
(a) Rahul Gandhi
(b) Anupam Kher
(c) Akshay Kumar
(d) Kangana Ranaut
Explanation: This question relates to autobiographical and inspirational writing by public figures. The book focuses on personal experiences, life lessons, and reflections on challenges faced during the author’s journey.
Such works often highlight motivational themes, emotional growth, and real-life incidents that shaped the author’s outlook. They are intended to inspire readers by sharing personal struggles and insights gained over time.
To understand this concept, it is important to recognize the genre of autobiographies and motivational literature. These writings combine storytelling with life philosophy, offering readers a personal perspective on success, failure, and resilience.
Option b – Anupam Kher
Which of the following books tells the story of the long and eventful journey of Indian railways starting from 1853 to the present day?
Explanation: This question is about historical documentation and nonfiction writing that focuses on the development of Indian Railways. The subject involves tracing the Evolution of Railway infrastructure from its introduction during the colonial period to its modern expansion.
Such works typically describe technological progress, administrative changes, and the Social and economic impact of railways on India. They also highlight how rail Transport has played a crucial role in national integration and development.
To understand this concept, it is important to study transportation History and infrastructure development. These narratives combine historical research with detailed accounts of how railways transformed connectivity, trade, and mobility across the country.
Option c – India Junction A Window to The Nation
Which of the following fact is unveiled in the Autobiography of Natwar Singh’s ‘One Life is not Enough’?
(a) Why is Narendra Modi’s favorite Movie the Lion King
(b) Why Kejriwal can’t get rid of his shawl in the Delhi Summer?
(c) How Sonia Gandhi reshuffles her cabinet with a little help from Britney spears.
(d) Why Sonia Gandhi didn’t opt for the post of Prime Minister in the 2004 General Elections.
Explanation: This question is related to political memoir writing and how autobiographies reveal insider perspectives on governance and public life. Such works often contain reflections on events experienced by the author, along with interpretations of political decisions, leadership dynamics, and administrative processes.
Autobiographies like this typically provide a behind-the-scenes view of political developments, diplomatic interactions, and institutional functioning. They may also include personal opinions, recollections of meetings, and interpretations of key national or international events that the author witnessed during their career.
To understand this concept, it is important to study how memoirs differ from standard historical accounts. While History focuses on verified events and broader analysis, autobiographies offer subjective experiences that help readers understand the personal dimension of public life and decision-making in politics.
Option d – Why Sonia Gandhi didn’t opt for the post of Prime Minister in the 2004 General Elections
Consider the following statement and identify the author of the statement using the codes given below. ‘I shall work for an India in which the poorest shall feel that it is their country, in whose making they have an effective voice, an India in which there shall be no high class and low class of people, an India in which all communities shall live in perfect harmony.’
(a) Baba Saheb Ambedkar
(b) Mahatma Gandhi
(c) Gurudev Tagore
(d) Pt Nehru
Explanation: This question is based on political vision statements that reflect ideological commitments toward nation-building and Social equality. Such statements express aspirations for a society where all citizens, regardless of economic or social status, feel included in the national framework.
These ideas are often associated with leaders who emphasized democracy, inclusivity, and social justice as core principles of governance. The statement reflects themes such as equality, unity, and collective participation in shaping the nation’s future.
To understand this concept, it is important to study modern Indian political thought and independence-era visions for nation-building. These perspectives focus on creating a society free from class divisions and social exclusion, where every Citizen has an equal role in development and governance.
Option b – Mahatma Gandhi
Ramachandra Guha wrote which of the following book? I. Makers of Modern India II. India After Gandhi: The History of the World’s Largest Democracy
(a) Only I
(b) Only II
(c) I and II
(d) Neither I nor II
Explanation: This question relates to contemporary Indian historiography and modern political History writing. The works mentioned focus on India’s political development, democratic Evolution, and key figures who shaped the nation after independence.
Such books analyze historical events using archival research, political analysis, and narrative storytelling to explain how India’s democratic system evolved. They cover topics such as governance, political movements, and institutional development over time.
To understand this concept, it is important to study modern historical writing that focuses on post-independence India. These works provide a comprehensive view of political transitions, leadership changes, and democratic consolidation in one of the world’s largest democracies.
Option c – I and II
What is common about these novels Parthiban Kanavu, Sivagamiyin Sabadham, Ponniyin Selvan? I. They are written by Kalki Krishnamurthy. II. They are all historic novels. III. They are written in Tamil.
(a) I and II are correct
(b) II and III are correct
(c) All are correct
(d) None of the above
Explanation: This question is based on Tamil historical literature and its contribution to Indian fiction. These works are known for their rich storytelling, historical settings, and depiction of ancient South Indian kingdoms and cultural heritage.
Such novels typically combine historical events with fictional narrative elements, creating engaging stories that bring past eras to life. They often highlight themes of valor, politics, and cultural development during specific dynastic periods.
To understand this concept, it is important to study historical fiction as a genre in regional literature. These works preserve cultural History while making it accessible through storytelling, blending historical facts with imaginative reconstruction of events and characters.
Option c – All are correct
The Unseen Indira Gandhi’ is written by
(a) Jairam Naresh
(b) Dr. KP Mathur
(c) Dr. Ena Suvorova
(d) Santosh Singh
Explanation: This question relates to biographical literature focused on prominent political leaders. The book discusses lesser-known aspects of a major national figure’s life, including personal experiences, leadership style, and political journey.
Such biographies often draw from personal associations, archival material, and historical accounts to present a more detailed and nuanced view of public figures. They help readers understand both public achievements and private dimensions of leadership.
To understand this concept, it is important to study political biographies as a genre that combines History, journalism, and personal narrative. These works aim to provide deeper insight into influential leaders and their impact on national and global events.
Option b – Dr. KP Mathur
‘Unbreakable’ is an autobiography of
(a) Mary Kom
(b) Sania Mirza
(c) Vaseem Akram
(d) Chris Gayle
Explanation: This question is about autobiographical literature written by public figures, especially those who have achieved recognition in sports or other competitive fields. Such autobiographies typically narrate the personal journey of the author, highlighting struggles, achievements, and defining moments in their career.
These works often focus on themes like perseverance, discipline, mental strength, and overcoming challenges. They provide readers with an inside view of how dedication and consistent effort contribute to success at the highest levels of performance.
To understand this concept, it is important to study the genre of sports autobiographies, where real-life experiences are used to inspire and motivate. These narratives combine personal emotions with professional milestones, offering insights into both the challenges and triumphs of the author’s life journey.
Option a – Mary Kom
Among the following who has written a book named ‘exam Warriors?
(a) Narendra Modi
(b) Smriti Irani
(c) Rajnath Singh
(d) Sushma Swaraj
Explanation: This question relates to motivational and educational literature aimed at students preparing for examinations and managing academic stress. Such books typically provide guidance on focus, discipline, and mental well-being during competitive preparation.
These works often emphasize techniques for stress management, positive thinking, and effective study habits. They are designed to help students approach examinations with confidence and a balanced mindset rather than fear or anxiety.
To understand this concept, it is important to recognize the role of motivational writing in education. These books combine practical advice with inspirational ideas to help learners improve concentration, develop resilience, and perform better in academic environments.
Option a – Narendra Modi
The book ‘Raw-A’ History of India’s Covert Operations has been written by
(a) Yatish Yadav
(b) Megha Mazumdar
(c) Shobha De
(d) Madhuri Vijay
Explanation: This question is related to nonfiction literature that explores intelligence agencies and covert operations. The subject focuses on the functioning of secret intelligence organizations and their role in national security and geopolitical strategy.
Such works typically discuss historical missions, strategic decisions, and the Evolution of intelligence networks. They often provide insights into classified or lesser-known aspects of national defense and foreign policy operations.
To understand this concept, it is important to study intelligence history and security studies. These narratives combine investigative research with historical documentation to explain how covert agencies operate and influence international relations.
Option a – Yatish Yadav
Who was the writer of the book ‘The India Way-Strategies for an uncertain World’?
(a) Rajnath Singh
(b) Sashi Tharoor
(c) S Jaishankar
(d) Ram Singh
Explanation: This question is based on contemporary political and strategic thought related to international relations. The book focuses on how a country can navigate global uncertainty through strategic planning, diplomacy, and policy formulation.
It discusses themes such as foreign policy adaptation, geopolitical challenges, and national interest in a rapidly changing global Environment. The work reflects modern strategic thinking and emphasizes the importance of flexibility in international affairs.
To understand this concept, it is important to study foreign policy analysis and global strategy frameworks. These ideas help explain how nations respond to shifting power structures, economic changes, and security challenges in the international system.
Option c – S Jaishankar
‘Messiah Modi: A Tale of Great Expectations has been written by ……
(a) Feroz Ali
(b) Savita Shukla
(c) Vasudev Mohi
(d) Tavleen Singh
Explanation: This question relates to political commentary and biographical analysis of contemporary leaders. Such books often examine the rise of political figures, public perception, and expectations associated with their leadership.
These works typically blend journalism, analysis, and narrative storytelling to explore political careers and public sentiment. They may include discussions on policies, governance style, and electoral impact.
To understand this concept, it is important to study political literature that analyzes leadership and public opinion. These writings provide perspectives on how leaders are perceived and how their actions shape national discourse and political expectations.
Option d – Tavleen Singh
Who has authored the book, ‘How Modi Won India’?
(a) S. Chandrashekhar
(b) Rajdeep Sardesai
(c) Anjana om Kashyap
(d) Deepak Chaurasia
Explanation: This question is about political journalism and electoral analysis. Such books focus on election campaigns, voter behavior, and the strategies used by political leaders to secure electoral victories.
They often examine Communication strategies, campaign management, media influence, and public engagement. The goal is to analyze how political narratives are shaped and how they influence democratic outcomes.
To understand this concept, it is important to study electoral politics and modern campaign strategies. These works provide insight into how elections are won in large democracies through a combination of organization, messaging, and public perception management.
Option b – Rajdeep Sardesai
Who is the author of the Novel ‘The Hungry Tide’?
(a) Amitav Ghosh
(b) Arundhati Roy
(c) Shashi Tharoor
(d) Ved Mehta
Explanation: This question relates to contemporary Indian English literature and environmental fiction. The novel explores themes of human interaction with nature, particularly focusing on coastal ecosystems and the relationship between people and their Environment.
Such works often combine ecological awareness with storytelling, highlighting issues like conservation, displacement, and cultural identity. They present narratives that connect human life with natural surroundings in meaningful ways.
To understand this concept, it is important to study eco-literature and modern fiction that addresses environmental and social themes. These novels use storytelling to raise awareness about ecological balance and human responsibility toward nature.
Option a – Amitav Ghosh
Who is the author of ‘Flood of Fire’?
(a) Amita Mita
(b) Amit Choudhary
(c) Amitav Ghosh
(d) Atul K Thakur
Explanation: This question is about historical fiction literature, particularly works that reconstruct colonial-era events and global trade history. Such novels often explore the interaction between different cultures, economic systems, and political powers during significant historical periods.
These narratives typically form part of larger trilogies or series that depict historical transformations over time. They combine fictional characters with real historical settings to create immersive storytelling experiences.
To understand this concept, it is important to study historical fiction as a genre that blends factual history with imaginative storytelling. These works help readers understand complex historical events through engaging narrative structures.
Option c – Amitav Ghosh
Which of the following books has been written by Vikram Seth?
(a) Look Back in Anger
(b) Islamic Bomb
(c) A Suitable Boy
(d) My God Died Young
Explanation: This question relates to modern Indian English literature and authors known for both poetry and novels. The writer in question is recognized for producing detailed narrative fiction that often explores relationships, Culture, and social settings.
His works are known for their length, character development, and realistic portrayal of society. They often combine literary richness with accessible storytelling, making them widely appreciated in contemporary literature.
To understand this concept, it is important to study modern Indian authors who have contributed significantly to English fiction. Their works often reflect cultural diversity, emotional depth, and complex human relationships within structured narrative frameworks.
Option c – A Suitable Boy
‘I Am No Messiah’ is an autobiography of
(a) Amitabh Bachchan
(b) Salman Khan
(c) Sonu Sood
(d) Ranveer Singh
Explanation: This question is about autobiographical writing by public figures, especially those known for their work in entertainment or public life. Such autobiographies typically reflect on personal struggles, career growth, and significant life experiences.
They often emphasize humility, personal growth, and real-life challenges faced during the author’s journey. These narratives provide a humanized view of public figures beyond their professional image.
To understand this concept, it is important to study autobiographies as a genre that blends personal storytelling with life lessons. These works help readers connect with the emotional and experiential journey of the author.
Option c – Sonu Sood
‘In Custody’, an English novel is written by which one of the following?
(a) Anita Desai
(b) Vikram Seth
(c) Shoba De
(d) V S Naipaul
Explanation: This question is based on modern Indian English fiction and explores literary works that focus on cultural transitions, language, and personal identity. Such novels often depict individuals caught between traditional and modern worlds, highlighting emotional and social conflicts arising from changing environments.
The narrative style typically blends realism with introspection, focusing on relationships, artistic struggles, and the decline of cultural traditions. These works often use literature itself as a theme, especially poetry and language, to reflect deeper emotional and intellectual tensions.
To understand this concept, it is important to study postcolonial literature and Indian English writing. These texts often examine identity, displacement, and cultural preservation, offering a nuanced portrayal of individuals navigating complex social and artistic landscapes.
Option a – Anita Desai
‘Amazing Ayodhya’ is written by
(a) Neena Rai
(b) Arundhati Roy
(c) Seema Kapoor
(d) None of these
Explanation: This question relates to contemporary nonfiction and travel or cultural writing that explores historically significant places. Such works often describe the cultural, religious, and historical importance of cities, highlighting their heritage and evolving identity.
These books typically combine historical references with observational narrative, presenting insights into traditions, architecture, and social significance. They help readers understand how ancient cities continue to influence modern cultural and spiritual life.
To understand this concept, it is important to study travel writing and cultural documentation. These works provide descriptive accounts of places while connecting history with present-day relevance, offering a deeper appreciation of cultural heritage.
Option a – Neena Rai
Who is the author of the book ‘A Gallery of Rascals’?
(a) Arundhati Roy
(b) Ruskin Bond
(c) Vikram Seth
(d) Toni Morrison
Explanation: This question is about satirical and humorous literature that often reflects on society, politics, and human behavior. Such works use wit, irony, and storytelling to critique social norms and highlight contradictions in human actions.
These writings typically consist of essays, short stories, or narratives that portray characters in exaggerated or humorous situations to deliver deeper commentary on society. Satire is used as a literary tool to provoke thought while entertaining the reader.
To understand this concept, it is important to study satire as a literary genre. It combines humor with criticism, allowing authors to address serious themes such as politics, Culture, and morality in an engaging and thought-provoking manner.
Option b – Ruskin Bond
‘A Passage to England’ was written by
(a) Nirad C Chaudhari
(b) RK Narayan
(c) Khuswant Singh
(d) Nayantara Segal
Explanation: This question relates to travel writing and memoir-style literature that explores cross-cultural experiences. Such works often describe journeys between countries, highlighting differences in Culture, society, and personal perception.
These narratives typically reflect on identity, migration, and cultural adaptation, offering insights into how individuals experience foreign environments. They often combine observation with personal reflection to create a deeper understanding of cultural exchange.
To understand this concept, it is important to study travel literature and autobiographical essays. These works help readers explore how travel influences identity and how exposure to different cultures shapes personal worldview.
Option a – Nirad C Chaudhari
Who is the author of the book ‘Book at Noon’?
(a) VS Naipaul
(b) Chetan Bhagat
(c) Vikram Seth
(d) None of the above
Explanation: This question is related to literary works that may involve essays, reflections, or narrative writing focused on everyday life, Culture, or intellectual exploration. Such works often present observations about society, literature, or personal experiences in a reflective tone.
These writings may combine journalism, essays, and literary commentary, offering readers thoughtful insights into various themes. The style is typically analytical yet accessible, encouraging readers to reflect on ideas and experiences.
To understand this concept, it is important to study essay writing and modern literary commentary. These works often bridge personal reflection with broader cultural or intellectual discussions, making them engaging and thought-provoking.
Option d – None of the above
Who has written a book named ‘A Train to Pakistan’?
(a) Mulkraj Aanand
(b) Shobha Singh
(c) Ruskin Bond
(d) Khushwant Singh
Explanation: This question is about partition literature and historical fiction that deals with one of the most significant events in South Asian history. Such works explore the human impact of political division, migration, and communal tension.
The narrative typically focuses on villages, individuals, and communities affected by large-scale historical change. It highlights themes of violence, humanity, and moral complexity during times of crisis.
To understand this concept, it is important to study partition literature, which uses storytelling to represent the emotional and social consequences of historical events. These works provide powerful insights into human suffering and resilience during periods of conflict.
Option d – Khushwant Singh
The Peoples Maharaja’ a book based on Amrinder Singh written by
(a) Venkaiah Naidu
(b) Khushwant Singh
(c) Ram Kamal Mukherjee
(d) Shree Vijay Kumar
Explanation: This question relates to political biography and journalistic writing about public leaders. Such books typically explore the life, leadership style, and public image of political figures, focusing on their contributions and controversies.
These works often combine interviews, research, and narrative storytelling to present a detailed account of a leader’s personal and political journey. They aim to provide readers with insight into both public achievements and private dimensions.
To understand this concept, it is important to study political biographies and leadership studies. These writings help analyze how leaders shape policies, influence society, and build their public legacy over time.
Option b – Khushwant Singh
Who among the following wrote the book ‘Ayodhya : 6th December 1992’?
(a) Chandra Shekhar
(b) PV Narasimha Rao
(c) Jaswant Singh
(d) Arun Shourie
Explanation: This question is based on historical and political nonfiction that examines significant events in modern Indian history. Such works often analyze controversial or impactful incidents, providing detailed accounts of political, social, and legal dimensions.
These narratives typically rely on documentation, eyewitness accounts, and analytical perspectives to explain complex historical events. They aim to present structured interpretations of events that have shaped public discourse.
To understand this concept, it is important to study modern Indian history writing, especially works that focus on political events and their long-term implications on society and governance.
Option b – PV Narasimha Rao
The book named ‘Citizen and Society’ is written by
(a) Pranab Mukherjee
(b) Hamid Ansari
(c) Nandan Nilekani
(d) Satyajit Roy
Explanation: This question relates to political and philosophical literature that explores the relationship between individuals and the broader social system. Such works often discuss rights, responsibilities, governance, and civic identity.
These texts typically analyze how citizens interact with institutions and how societies are structured to balance individual freedoms with collective welfare. They may include reflections on democracy, ethics, and public participation.
To understand this concept, it is important to study civic philosophy and political theory. These works provide insights into how societies function and how citizens contribute to nation-building and governance.
Option b – Hamid Ansari
‘Travelling Through Conflict’, is a book written by
(a) Hamid Ansari
(b) Cherie Blair
(c) Balraj Krishna
(d) Salman Rushdie
Explanation: This question is about travel writing and conflict journalism that documents experiences in regions affected by political or social unrest. Such works combine observation, reporting, and narrative storytelling to describe complex situations.
These writings often focus on human experiences within conflict zones, highlighting resilience, suffering, and survival. They provide firsthand perspectives on how conflicts affect everyday life and cultural landscapes.
To understand this concept, it is important to study reportage and narrative nonfiction. These works help readers understand global conflicts through personal experiences and detailed field observations.
Option a – Hamid Ansari
Who among the following is the author of the book ‘Indian Parliamentary Diplomacy’?
(a) Amitav Gosh
(b) Hamid Ansari
(c) Prof. Abdul Haq
(d) Meera Kumar
Explanation: This question is related to political science and diplomatic studies focusing on how legislative bodies engage in international relations. Parliamentary diplomacy refers to the role played by parliamentarians in building international cooperation, discussing global issues, and representing national interests beyond formal executive diplomacy.
Such works usually explain how parliamentary committees, Inter-parliamentary unions, and delegations contribute to foreign policy discussions. They highlight how democratic institutions extend their influence through dialogue, negotiation, and international forums, complementing traditional state-to-state diplomacy.
To understand this concept, it is important to study international relations and the functioning of democratic institutions. These writings help explain how elected representatives participate in shaping global partnerships, policy coordination, and cross-border legislative cooperation.
Option d – Hamid Ansari
‘Till We, Win-India’s Fight Against COVID-19 Pandemic’ is written by
(a) Randeep Guleria, Chandrakanta Lahariya, Gagandeep Kang
(b) Gagandeep Kang, Chandrakanta Lahariya
(c) Randeep Guleria and Suman Dubey
(d) None of the above
Explanation: This question deals with contemporary nonfiction literature focused on public Health and crisis management. Such works document the experiences, strategies, and scientific responses during large-scale Health emergencies.
They typically cover themes like Disease control, medical infrastructure, vaccine development, and coordination between Health experts and government systems. These narratives also highlight challenges faced by healthcare workers and policymakers during pandemics.
To understand this concept, it is important to study public HealthCommunication and medical documentation writing. These works provide structured insights into how societies respond to Health crises through scientific research, policy decisions, and collaborative efforts.
Option a – Randeep Guleria, Chandrakanta Lahariya, Gagandeep Kang
Who is the writer of ‘Swamy and Friends’?
(a) Munshi Premchand
(b) Raman
(c) Max Muller
(d) RK Narayan
Explanation: This question is about classic Indian English literature, especially early novels that depict childhood experiences in a fictionalized Indian setting. Such works often focus on School life, friendships, and the emotional world of children growing up in a traditional society.
These narratives typically use simple storytelling to explore themes of innocence, curiosity, discipline, and social Environment. They are significant for portraying everyday life in a relatable and realistic manner.
To understand this concept, it is important to study early Indian English fiction. These works laid the foundation for modern Indian storytelling in English and continue to be widely read for their simplicity and cultural relevance.
Option d – RK Narayan
The author of the book ‘Waiting for the Mahatma’ is
(a) RK Narayan
(b) NA Palkhiwala
(c) Amrita Pritam
(d) Manohar Malgonkar
Explanation: This question relates to Indian English fiction that blends historical context with social and political themes. Such novels often explore the impact of national movements on individuals and communities during significant historical periods.
These stories typically portray characters influenced by political ideologies, social reform movements, and independence-era events. They combine personal narratives with broader national developments.
To understand this concept, it is important to study historical fiction in Indian literature. These works provide insight into how major political movements influence everyday life and shape individual aspirations and identities.
Option a – RK Narayan
Which of the following books is not authored by RK Narayan?
(a) Malguidi Days
(b) The Guide
(c) Swami and Friends
(d) The Jungle Book
Explanation: This question is about identifying literary works associated with a prominent Indian English author known for creating fictional towns and memorable characters. His writings often focus on middle-class life, human relationships, and everyday experiences in a semi-realistic setting.
His works typically share a consistent style featuring simplicity, humor, and deep observation of human behavior. However, not all popular novels SET in similar themes belong to the same author, making it important to distinguish between different writers.
To understand this concept, it is important to study Indian English literature and author-specific writing styles. Recognizing an author’s signature themes and narrative patterns helps in correctly identifying their authentic works.
Option d – The Jungle Book
Which famous author wrote the following books: The Darkroom, Malgudi Days, Guide, My Days, Swami, and Friends?
(a) Khuswant Singh
(b) RK Narayan
(c) Rudyard Kipling
(d) Kuldip Nayyar
Explanation: This question focuses on identifying the author behind a collection of well-known Indian English literary works. These books are known for their depiction of everyday life, fictional towns, and relatable characters that reflect social and cultural aspects of India.
The writing style is characterized by simplicity, humor, and deep psychological insight into ordinary people’s lives. These works collectively represent a significant contribution to Indian English fiction and continue to be widely studied.
To understand this concept, it is important to study the development of Indian English literature and its major contributors. Such authors are known for creating enduring fictional worlds that reflect cultural identity and human behavior.
Option b – RK Narayan
Name the author of the 2019 released book-‘The Scent of God.
(a) Himanjali Sankar
(b) Saikat Majumdar
(c) Githa Hariharan
(d) Nayantara Sahgal
Explanation: This question relates to contemporary Indian English fiction that explores themes such as education, spirituality, and personal growth. Such novels often examine how individuals navigate academic pressure, identity formation, and emotional development.
These narratives typically blend realism with introspective storytelling, focusing on relationships between teachers, students, and society. They highlight psychological and emotional journeys within structured social environments.
To understand this concept, it is important to study modern literary fiction that deals with youth experiences and educational systems. These works often reflect on human aspirations, internal conflicts, and the search for meaning in contemporary life.
Option b – Saikat Majumdar
Who is the author of the delightful and anecdotal history of Indian cricket titled-‘A Corner of a Foreign Field: The Indian History of a British Sport’?
(a) Ramachandra Guha
(b) Romila Thapar
(c) Sanjay Singh
(d) Bipin Chandra
Explanation: This question is about sports history writing, particularly works that trace the development of cricket in India and its cultural significance. Such books explore how a colonial-era sport became deeply embedded in Indian society.
They typically combine historical research with cultural analysis, examining how cricket reflects social change, nationalism, and identity formation. These works often highlight the Evolution of the sport from colonial influence to national passion.
To understand this concept, it is important to study sports historiography and cultural studies. These writings show how sports can influence national identity and reflect broader historical and social transformations.
Option a – Ramachandra Guha
Who had written the book ‘Ignited minds’?
(a) Vikram Seth
(b) Dalai Lama
(c) APJ Abdul Kalam
(d) Anita Desai
Explanation: This question relates to inspirational nonfiction writing that focuses on youth development, innovation, and national progress. Such books often encourage readers to think creatively and contribute to societal development.
These works emphasize education, scientific thinking, and personal responsibility in nation-building. They are motivational in nature and aim to inspire young minds to pursue excellence and innovation.
To understand this concept, it is important to study motivational literature by scientists and leaders who focus on education and development. These writings combine vision, experience, and encouragement to shape future generations.
Option c – APJ Abdul Kalam
Turning Point: A Journey Through Challenges’ was written by
(a) Hamid Ansari
(b) APJ Abdul Kalam
(c) Shashi Tharoor
(d) Ashok Gehlot
Explanation: This question is about autobiographical and reflective writing that explores personal experiences and challenges faced during a public career. Such books often discuss leadership, decision-making, and life lessons gained through difficult situations.
These narratives typically combine personal storytelling with broader reflections on society, governance, and individual growth. They are intended to share insights gained through years of public service or professional experience.
To understand this concept, it is important to study autobiographies of public figures. These works provide a deeper understanding of personal resilience, leadership qualities, and the journey of overcoming challenges in public life.
Option b – APJ Abdul Kalam
‘Transcendence: My Spiritual Experiences with Pramukh Swamiji’ is written by
(a) Shir Tarun Vijay
(b) Dr APJ Abdul Kalam
(c) Pandit Ravi Shankar
(d) Amiya Chandra
Explanation: This question belongs to the category of autobiographical and reflective literature that focuses on personal spiritual experiences and philosophical growth. Such works usually describe interactions between prominent public figures and spiritual mentors, highlighting how these relationships influence inner transformation and life perspectives.
These writings often explore themes such as spirituality, self-realization, discipline, and moral values. They combine personal narrative with philosophical reflection, showing how guidance from spiritual leaders can shape decision-making, emotional balance, and ethical outlook in both personal and professional life.
To understand this concept, it is important to study spiritual autobiographies and reflective memoirs. These works present experiences that go beyond material achievements and focus on inner development, mindfulness, and the search for deeper meaning in life.
Option b – Dr APJ Abdul Kalam
‘Hope is a challenged democracy’ is written by
(a) M Veerappa Moily
(b) Sunita Narayan
(c) Ashwani Kumar
(d) Anuradha Roy
Explanation: This question relates to contemporary political thought and analytical writing on democratic systems. Such works typically examine the strengths and weaknesses of democracy, especially in complex and diverse societies.
These writings often discuss issues like governance challenges, social inequality, institutional functioning, and Citizen participation. They highlight how democratic systems evolve under pressure while still maintaining core principles such as freedom, representation, and accountability.
To understand this concept, it is important to study modern political analysis and democratic theory. These works provide insights into how democracies respond to internal and external challenges while striving to maintain stability and public trust.
Explanation: This question is about poetic collections and literary contributions from public figures or authors known for expressing philosophical and emotional ideas through verse. Such works often reflect themes like patriotism, life philosophy, spirituality, and human values.
Poetry collections typically use expressive language, symbolism, and rhythm to convey deep emotions and reflections. They are often included in educational materials to introduce students to literary expression and moral ideas through simplified poetic forms.
To understand this concept, it is important to study poetry as a literary genre. These works emphasize creativity, emotional expression, and the ability of language to communicate ideas in a condensed and impactful form.
Option d – Atal Bihari Vajpayee
Who is the author of the book ‘New Dimensions of India’s Foreign Policy?
(a) AB Vajpayee
(b) Jaswant Singh
(c) PC Alexander
(d) Yashwant Sinha
Explanation: This question is related to international relations and diplomatic studies focusing on a country’s external relations and strategic policies. Such works examine how nations interact with other countries, manage global challenges, and pursue national interests.
These writings typically discuss foreign policy frameworks, geopolitical strategy, regional cooperation, and global diplomacy. They analyze how a country adapts its international approach based on changing global conditions and strategic priorities.
To understand this concept, it is important to study foreign policy analysis and international relations theory. These works help explain how nations shape their global presence and maintain relationships in an interconnected world.
Option a – AB Vajpayee
Who wrote the book, ‘Cry the Peacock’?
(a) Khushwant Singh
(b) Morarji Desai
(c) Anita Desai
(d) Arun Gandhi
Explanation: This question relates to Indian English fiction that focuses on psychological themes, emotional depth, and complex human relationships. Such novels often explore inner conflicts, loneliness, and the struggles of individuals within social and cultural frameworks.
These works typically use introspective storytelling to examine the emotional and psychological states of characters, often highlighting themes of isolation, identity, and existential concern. They are known for their literary richness and symbolic depth.
To understand this concept, it is important to study modern Indian literature that emphasizes psychological realism. These works focus on human emotions and inner experiences rather than external events alone, offering deep insights into character psychology.
Option c – Anita Desai
‘My Country My Life’ named book is written by ( GK planet Class 7 )
(a) Mamta Banerjee
(b) LK Adwani
(c) Raghav Bahl
(d) Daman Singh
Explanation: This question is about autobiographical writing by political figures that document personal journeys, public service, and involvement in national events. Such books typically combine personal narrative with political history and reflections on governance.
These works often describe early life experiences, political ideology, and participation in major national developments. They provide insights into decision-making processes, leadership challenges, and contributions to public life.
To understand this concept, it is important to study political autobiographies as a genre. These writings help readers understand the intersection of personal life and national politics, offering a detailed view of a leader’s journey and public legacy.
Option b – LK Adwani
We covered all the GK planet Class 7 book pdf with answers mcqs above in this post for free so that you can practice well for the exam.
My name is Vamshi Krishna and I am from Kamareddy, a district in Telangana. I am a graduate and by profession, I am an android app developer and also interested in blogging.