Official Paper

UGC NET Paper 1: Held on 27th June 2025 Shift 2 (Previous Year Paper)

50 questions · 60 minutes · with answers · free

Paper 1 (50 questions)

Study the table carefully and answer the questions:

The given data is regarding the number of paperback and hardbound books sold by four different book shops A, B, C and D : 

ShopsNumber of Hardbound books soldNumber of Paperback books sold
A35002000
B39005200
C44005500
D55006600
1

What is the ratio between total number of hard bound books sold by shop C and D together and number of paperback books sold by shop D?

  1. ((a))

    2:1

  2. ((b))

    5:4

  3. ((c))

    3:2

  4. ((d))

    9:7

Show Answer
Answer: ((c))

3:2

The correct answer is - 3:2

Key Points

  • Step 1: Calculate the total number of hardbound books sold by shop C and D together:
  • Hardbound books sold by shop C = 4400
  • Hardbound books sold by shop D = 5500
  • Total hardbound books sold by C and D = 4400 + 5500 = 9900
  • Step 2: Calculate the number of paperback books sold by shop D:
  • Paperback books sold by shop D = 6600
  • Step 3: Find the ratio:
  • Required ratio = (Total hardbound books sold by shop C and D) : (Paperback books sold by shop D)
  • Required ratio = 9900 : 6600 = 3:2Data interpretation tip:
  • Simplify ratios by dividing by the highest common factor (HCF).
2

What is the ratio between total sale by shops A and C together to the total sale by shops B and D?

  1. ((a))

     77:106

  2. ((b))

    73:102

  3. ((c))

    17:33

  4. ((d))

     21:27

Show Answer
Answer: ((a))

 77:106

The correct answer is - 77:106

Key Points

  • Step 1: Calculate the total sale by shops A and C together:
  • Sale by shop A = 3500 (Hardbound) + 2000 (Paperback) = 5500
  • Sale by shop C = 4400 (Hardbound) + 5500 (Paperback) = 9900
  • Total sale by shops A and C = 5500 + 9900 = 15400
  • Step 2: Calculate the total sale by shops B and D:
  • Sale by shop B = 3900 (Hardbound) + 5200 (Paperback) = 9100
  • Sale by shop D = 5500 (Hardbound) + 6600 (Paperback) = 12100
  • Total sale by shops B and D = 9100 + 12100 = 21200
  • Step 3: Find the ratio:
  • Required ratio = (Total sale by shops A and C) : (Total sale by shops B and D)
  • Required ratio = 15400 : 21200= 77:106
3

What is the difference between the average number of hardbound books sold by shops A, B and D and the average number of paper back books sold by shops C and D ?

  1. ((a))

    267

  2. ((b))

    400

  3. ((c))

    1570

  4. ((d))

    1750

Show Answer
Answer: ((d))

1750

The correct answer is - 1750

Key Points

  • Step 1: Average Hardbound (A, B, D):
  • A = 3500, B = 3900, D = 5500
  • Total = 3500 + 3900 + 5500 = 12900
  • Average = 12900 ÷ 3 = 4300
  • Step 2: Average Paperback (C, D):
  • C = 5500, D = 6600
  • Total = 5500 + 6600 = 12100
  • Average = 12100 ÷ 2 = 6050
  • Step 3: Difference:
  • Difference = 6050 - 4300 = 1750
4

Number of hardbound books sold by shop A is approximately what percent less than the number of paperback books sold by shop C?

  1. ((a))

    32

  2. ((b))

    36

  3. ((c))

    38

  4. ((d))

    42

Show Answer
Answer: ((b))

36

The correct answer is - 36

Key Points

  • Step 1: Identify the numbers in question:
  • The number of hardbound books sold by shop A = 3500
  • The number of paperback books sold by shop C = 5500
  • Step 2: Apply the percentage formula:
  • To find the percentage decrease: Percentage decrease = [(Original value - New value) / Original value] × 100
  • In this case: Original value = 5500 (paperback books sold by C), New value = 3500 (hardbound books sold by A)
  • Percentage decrease = [(5500 - 3500) / 5500] × 100 = (2000 / 5500) × 100 = 36.36%
5

Number of total books (hardbound and paperback together) sold by the highest selling shop is what percent higher than the lowest selling shop?

  1. ((a))

    50%

  2. ((b))

    100%

  3. ((c))

    120%

  4. ((d))

    150%

Show Answer
Answer: ((c))

120%

The correct answer is - 120%

Key Points

  • Step 1: Calculate total books sold by each shop:
  • A = 3500 + 2000 = 5500
  • B = 3900 + 5200 = 9100
  • C = 4400 + 5500 = 9900
  • D = 5500 + 6600 = 12100
  • Step 2: Identify highest and lowest:
  • Highest = 12100 (D)
  • Lowest = 5500 (A)
  • Step 3: Find percentage increase:
  • Difference = 12100 - 5500 = 6600
  • (6600 ÷ 5500) × 100 = 120%
6

An IP address consists of a:

  1. ((a))

    16 - bit integer

  2. ((b))

    32 - bit integer

  3. ((c))

    64 - bit integer

  4. ((d))

    96 - bit integer

Show Answer
Answer: ((b))

32 - bit integer

The correct answer is - 32-bit integer

Key Points

  • IP Address
  • An IP address is a unique identifier assigned to a device on a network for communication purposes.
  • In the context of IPv4 (Internet Protocol version 4), the IP address is represented as a 32-bit integer.
  • The 32-bit integer is divided into four octets (8 bits each), usually expressed in the format dotted decimal notation (e.g., 192.168.1.1).
  • This 32-bit structure provides approximately 4.3 billion unique IP addresses, which are used globally.
  • Why Option 2 is Correct?
  • IPv4, the most commonly used version of the Internet Protocol, employs 32-bit addressing.
  • The other options (e.g., 16-bit, 64-bit, 96-bit) are incorrect because they do not match the standard length of IPv4 addresses.

Additional Information

  • IPv4 vs IPv6
  • While IPv4 uses a 32-bit integer, IPv6 employs a 128-bit address structure, significantly increasing the number of available addresses.
  • IPv6 addresses are expressed in hexadecimal and separated by colons, e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334.
  • Subnetting in IPv4
  • Subnetting divides an IP address into network and host portions, allowing efficient allocation of addresses within a network.
  • The subnet mask, typically expressed in dotted decimal notation (e.g., 255.255.255.0), is used to identify the network portion of an IP address.
  • Reserved IP Ranges
  • Certain IP ranges are reserved for specific purposes, such as private networks (e.g., 192.168.0.0/16) or loopback testing (e.g., 127.0.0.0/8).
  • These reserved ranges are not routable on the public internet.
7

In a categorical proposition, the subject and predicate are connected by:

  1. ((a))

    A question

  2. ((b))

    A fallacy

  3. ((c))

    A copula

  4. ((d))

    A mood

Show Answer
Answer: ((c))

A copula

The correct answer is - A copula

Key Points

  • A copula
  • In a categorical proposition, the copula connects the subject and the predicate.
  • The copula typically specifies the relationship between the subject and predicate, such as "is" or "are." For example:
  • "All dogs are mammals." - Here, "are" acts as the copula.
  • It helps to indicate whether the subject is included in the predicate class (affirmative) or excluded from it (negative).
  • Categorical propositions are classified into four forms (A, E, I, O), and the copula is present in all these forms to establish the connection.

Additional Information

  • Components of a Categorical Proposition
  • Subject: The entity about which something is being asserted or denied.
  • Predicate: The attribute or property that is being affirmed or denied about the subject.
  • Copula: The linking verb that connects the subject to the predicate (e.g., "is," "are").
  • Quantifier: Indicates the scope of the proposition (e.g., "All," "Some," "No").
  • Types of Categorical Propositions
  • Universal Affirmative (A): Asserts that all members of the subject class are included in the predicate class (e.g., "All S are P").
  • Universal Negative (E): Asserts that no members of the subject class are included in the predicate class (e.g., "No S are P").
  • Particular Affirmative (I): Asserts that some members of the subject class are included in the predicate class (e.g., "Some S are P").
  • Particular Negative (O): Asserts that some members of the subject class are not included in the predicate class (e.g., "Some S are not P").
  • Importance of the Copula in Logic
  • The copula ensures clarity in the logical relationship, which is essential for analyzing and validating arguments.
  • It is a foundational element in syllogistic reasoning and helps in constructing valid premises for deductive logic.
8

Match List - I with List - II:


List - I

List - II
A. The numerator of a fraction is increased by 25% and the denominator is increased by 50% leading to a value of fraction is 53\frac{5}{3} The originalI. 110\frac{1}{10}
B. 413312=4 \frac{1}{3}- 3 \frac{1}{2} =II. 25\frac{2}{5}
C. The fraction equivalent to 40% isIII. 56\frac{5}{6}
D. 0.0643.25×3.203.20×3.05\frac{0.064}{3.25\times3.20-3.20\times3.05}IV. 21\frac{2}{1}
<br>

Choose the correct answer from the options given below :

  1. ((a))

    A-II, В-III, C-IV, D-I

  2. ((b))

    A-III, В-II, C-IV, D-I

  3. ((c))

    A-IV, B-III, C-I, D-II

  4. ((d))

    A-IV, B-III, C-II, D-I

Show Answer
Answer: ((d))

A-IV, B-III, C-II, D-I

The correct answer is - A-IV, B-III, C-II, D-I

Key Points

  • Fraction Change Concept
  • Numerator increased by 25% ⇒ becomes 1.25x.
  • Denominator increased by 50% ⇒ becomes 1.5y.
  • New fraction = 5/3 ⇒ Original simplifies to 2/1 → matches IV.
  • Surds Simplification
  • Expression 4√13 − 3√12 simplifies using root values.
  • Final simplified value corresponds to 56 → matches III.
  • Percentage to Fraction
  • 40% = 40/100 = 2/5.
  • Equivalent numerical form matches 25 → II.
  • Simplification of Decimal Expression
  • Factorizing denominator: 3.20(3.25 − 3.05).
  • Numerator and denominator simplify to give 110 → matches I.

Additional Information

  • Percentage Increase Formula
  • New value = Original × (1 + % increase).
  • Useful in profit, population, and fraction transformation problems.
  • Surds Properties
  • √a × √b = √(ab).
  • Simplify radicals before performing operations.
  • Decimal Simplification
  • Convert decimals into fractions to simplify easily.
  • Factorization helps in quick cancellation.
  • Percentage Conversion
  • 40% = 2/5 is a commonly used standard conversion.
  • Useful in ratio and proportion problems.
9

What is the sum of the first 15 terms of the following series?

22, 32, 42, 52,

Note: This question was dropped by NTA due to some error in the options. We have made some modification to make it error free.

  1. ((a))

    1261

  2. ((b))

    1240

  3. ((c))

    1239

  4. ((d))

    1495

Show Answer
Answer: ((d))

1495

Given:

The given series is 22, 32, 42, 52, ...

We need to find the sum of the first 15 terms.

Formula Used:

Sum of the first n terms of the squares of natural numbers is:

Sn = n(n+1)(2n+1) / 6

Calculation:

The first 15 terms are 22, 32, ..., 162.

The required sum is the sum of squares from 2 to 16, which is equal to the sum of squares from 1 to 16 minus 12.

⇒ Sum of squares from 1 to 16 = 16(16+1)(2×16+1) / 6

⇒ 16 × 17 × 33 / 6

⇒ 8976 / 6 = 1496

⇒ Sum of the first 15 terms = (Sum of squares from 1 to 16) - 12

⇒ Sum of the first 15 terms = 1496 - 1

⇒ Sum of the first 15 terms = 1495

∴ The sum of the first 15 terms of the series is 1495.

10

CD-ROM stands for:

  1. ((a))

    Compressed Disk Read Only Memory

  2. ((b))

    Compact Device for Reading out Messages

  3. ((c))

    Compact Device for Read/Write Over Mobiles

  4. ((d))

    Compact Disk Read Only Memory

Show Answer
Answer: ((d))

Compact Disk Read Only Memory

The correct answer is - Compact Disk Read Only Memory

Key Points

  • CD-ROM stands for Compact Disk Read Only Memory.
  • It is a type of optical disk that is pre-manufactured and used to store data.
  • The data stored on a CD-ROM is read-only, meaning it cannot be modified or erased.
  • It is commonly used to distribute software, multimedia content, and other types of digital data.
  • The name "Compact Disk" refers to its small physical size compared to earlier storage media such as floppy disks.

Additional Information

  • Structure of a CD-ROM
  • A CD-ROM is made up of a polycarbonate plastic substrate, with a reflective metallic layer to store data.
  • Data is stored in the form of microscopic indentations (pits) and flat areas (lands).
  • A laser is used to read the data by detecting the differences between pits and lands.
  • Differences Between CD-ROM and Other Storage Media
  • Unlike a CD-RW (Compact Disk Rewritable), a CD-ROM cannot be written to or erased.
  • Compared to a hard disk, CD-ROMs have slower data access speeds but are more durable for long-term storage.
  • Applications of CD-ROMs
  • Widely used in the past for distributing software programs and video games.
  • Still used for archiving data and multimedia content due to its durability.
11

Which of the following are considered as fallacies of relevance?

A. Ad hominem

B. False cause

C. Straw man

D. Red herring

Choose the most appropriate answer from the options given below:

  1. ((a))

    A and D Only

  2. ((b))

     B and C Only

  3. ((c))

     A, C and D Only

  4. ((d))

    A, B, and C Only

Show Answer
Answer: ((c))

 A, C and D Only

The correct answer is - A, C, and D Only

Key Points

  • Fallacies of relevance refer to errors in reasoning where the premises are not logically relevant to the conclusion.
  • The correct answer includes:
  • Ad hominem: This fallacy attacks the character of the person making an argument rather than addressing the argument itself.
  • Straw man: This fallacy misrepresents or oversimplifies an opponent's argument to make it easier to refute.
  • Red herring: This fallacy introduces irrelevant information to distract from the actual argument or issue at hand.
  • False cause is not included because it falls under fallacies of weak induction, not relevance.

Additional Information

  • Fallacies of relevance include:
  • Appeal to emotion: Using emotional manipulation rather than logical reasoning to persuade.
  • Appeal to authority: Using an authority figure's opinion as evidence without verifying its relevance to the argument.
  • Appeal to ignorance: Arguing that a claim is true because it has not been proven false (or vice versa).
  • Fallacies of weak induction include:
  • False cause: Incorrectly assuming a causal relationship between two unrelated events.
  • Hasty generalization: Drawing conclusions from insufficient or biased evidence.
  • Understanding the categories of fallacies helps in identifying logical errors in arguments and improving reasoning skills.
12

What are the factors to be considered while selecting a communication media?

A. No need to think about receiver

B. Reliability

C. It should be costly

D. Confidentiality

E. Availability

Choose the most appropriate answer from the options given below:

  1. ((a))

    A, B and C Only

  2. ((b))

    B, C and D Only

  3. ((c))

    C, D and E Only

  4. ((d))

    B, D and E Only

Show Answer
Answer: ((d))

B, D and E Only

The correct answer is - B, D and E Only

Key Points

  • Reliability
  • The chosen communication media should be reliable to ensure the message is delivered accurately and consistently.
  • Reliability is critical in professional and organizational contexts where mistakes or delays can have significant consequences.
  • Confidentiality
  • The medium should ensure confidentiality of the information, especially for sensitive or private communications.
  • Confidentiality is necessary to prevent unauthorized access and maintain trust between the sender and receiver.
  • Availability
  • The communication medium should be readily available for use, ensuring convenience and accessibility for all parties involved.
  • Availability impacts the feasibility of using the medium in real-time scenarios or urgent situations.

Additional Information

  • Factors NOT relevant for selecting communication media
  • No need to think about the receiver
  • This is incorrect as understanding the receiver's needs is crucial for effective communication.
  • Ignoring the receiver can lead to poor communication and misunderstanding.
  • It should be costly
  • Cost-effectiveness is an important consideration; the medium should not be unnecessarily expensive.
  • Organizations aim to optimize costs while maintaining efficiency in communication.
  • Other factors influencing communication media selection
  • Speed: The medium should allow for timely delivery of messages.
  • Suitability: The medium must match the nature of the message and the audience.
  • Scalability: It should accommodate communication needs as they grow or change over time.
13

A sum of Rs. 10,000 is invested for a term of 2 12\frac{1}{2} years at an interest rate of 8% compounded annually. The amount on maturity will be:

  1. ((a))

    Rs. 12520.50

  2. ((b))

    Rs. 12024.62

  3. ((c))

    Rs. 12130.56

  4. ((d))

    Rs. 11664.48

Show Answer
Answer: ((c))

Rs. 12130.56

The correct answer is - Rs. 12,130.56

Key Points

  • Compound Interest Formula
  • For full years, use:

A=P×(1+r100)n A = P \times \left(1 + \frac{r}{100}\right)^n

  • For partial years, apply simple interest on the compounded amount.
  • Given Values
  • Principal (P) = Rs. 10,000
  • Rate (r) = 8% per annum
  • Time (n) = 2.5 years
  • Calculation Steps
  • Step 1: Compute 2-year compounded amount:

A=10,000×(1.08)2=11,664A = 10,000 \times (1.08)^2 = 11,664 \) Rs.

  • Step 2: Add simple interest for 0.5 years:

(SI=11,664×0.08×0.5=466.56( SI = 11,664 \times 0.08 \times 0.5 = 466.56 \) Rs.

  • Step 3: Total maturity amount = 11,664+466.56=12,130.5611,664+466.56=12,130.5611,664+466.56=12,130.5611,664+466.56=12,130.5611,664+466.56=12,130.5611,664+466.56=12,130.56

    Code
       Rs.
    

Additional Information

  • Compound Interest vs. Simple Interest
  • Compound Interest earns interest on both principal and accumulated interest.
  • Simple Interest earns interest only on the principal amount.
  • Time Period Handling
  • For non-integer years, compound for full years and apply simple interest for the fractional part.
  • Exam Focus
  • Memorize the formula and steps for partial-year calculations.
  • Verify unit consistency (rate and time must align).
14

Which of the following statements is false in the context of research?

  1. ((a))

    Inductive and deductive reasoning are applied in the research process.

  2. ((b))

     Verifiable findings are derived by the research process.

  3. ((c))

     Research is conducted to find answers of meaningful questions scientifically.

  4. ((d))

    It necessarily improves quality of functioning of the area in which it is conducted.

Show Answer
Answer: ((d))

It necessarily improves quality of functioning of the area in which it is conducted.

The correct answer is - It necessarily improves quality of functioning of the area in which it is conducted.

Key Points

  • Research does not always guarantee improvement
  • The statement "It necessarily improves quality of functioning" is false because the outcome of research may not always lead to immediate or direct improvement in the area of study.
  • Research findings may highlight issues, provide data, or suggest further areas of investigation without necessarily improving functionality.
  • Improvement depends on factors such as implementation, acceptance, and available resources.
  • Scientific rigor in research
  • Research is conducted to derive verifiable findings and answer meaningful questions using scientific methods.
  • Both inductive and deductive reasoning play a critical role in ensuring the validity and reliability of research outcomes.
  • Purpose of research
  • Research aims to advance knowledge, test hypotheses, and solve problems. However, the results may not always lead to practical improvements or changes.
  • It is important to distinguish between research findings and their practical application.

Additional Information

  • Inductive and deductive reasoning
  • Inductive reasoning involves deriving general principles from specific observations. For example, observing a series of data points and forming a hypothesis.
  • Deductive reasoning starts with a general principle and applies it to specific cases to test its validity.
  • Both reasoning approaches are fundamental in the scientific research process.
  • Verifiable findings
  • Research findings must be observable, measurable, and replicable to ensure their validity.
  • Verification involves peer review, experimentation, and validation by independent researchers.
  • Scientific approach in research
  • Research is conducted using a systematic method to address meaningful questions, ensuring objectivity and reliability.
  • This includes defining the problem, reviewing literature, designing methodology, collecting data, analyzing results, and drawing conclusions.
  • While research enhances understanding, its outcomes may not directly lead to practical improvements without further development or application.
15

Arrange the steps of evaluating a deductive argument:

A. Assess the truth of premises

B. Identify premises and conclusion

C. Test logical structure

D. Determine soundness

Choose the correct answer from the options given below:

  1. ((a))

     A, B, C, D

  2. ((b))

     A, C, B, D

  3. ((c))

    B, C, A, D

  4. ((d))

    D, B, A, C

Show Answer
Answer: ((c))

B, C, A, D

The correct answer is - B, C, A, D

Key Points

  • Step 1: Identify premises and conclusion
  • The first step in evaluating a deductive argument involves recognizing the premises (statements provided as evidence) and the conclusion (the statement the argument seeks to prove).
  • Clear identification ensures that the argument's structure can be properly analyzed.
  • Step 2: Test logical structure
  • Once the premises and conclusion are identified, assess whether the argument's reasoning logically connects the premises to the conclusion.
  • A valid deductive argument ensures that if the premises are true, the conclusion must necessarily be true.
  • Step 3: Assess the truth of premises
  • Evaluate whether the premises provided are factually correct or supported by evidence.
  • This step is crucial because even a logically valid argument can fail if the premises are false.
  • Step 4: Determine soundness
  • An argument is deemed sound if it is both logically valid and its premises are true.
  • Soundness is the ultimate measure of a deductive argument's reliability.

Additional Information

  • Deductive vs. Inductive Arguments
  • Deductive Arguments: These aim for logical certainty. If the premises are true, the conclusion must be true.
  • Inductive Arguments: These aim for probability. Even if the premises are true, the conclusion is not guaranteed but is likely.
  • Logical Validity
  • A deductive argument is valid if its conclusion logically follows from its premises.
  • Validity does not depend on the truth of the premises; it focuses solely on the logical connection.
  • Key Terms
  • Premises: Statements offered as evidence or reasons.
  • Conclusion: The statement the argument seeks to establish.
  • Soundness: Combines logical validity with the truth of premises.
16

Match List-I with List-II:

List-IList - II
A. Goals are decided in the context of the needs of a nationI. Modern Teaching Technology
B. Feedback is obtained at local levelII. Traditional Teaching Technology
C. Team TeachingIII. Instructional Technology
D. Time for completion of a task is same for all studentsIV. Educational Technology

 

Choose the correct answer from the options given below:

  1. ((a))

    A-IV, B-II, C-I, D-III

  2. ((b))

    A-IV, B-III, C-I, D-II

  3. ((c))

    A-II, B-I, C-IV, D-III

  4. ((d))

    A-III, B-I, C-IV, D-II

Show Answer
Answer: ((b))

A-IV, B-III, C-I, D-II

The correct answer is - A-IV, B-III, C-I, D-II

Key Points

  • A-IV – Educational Technology
  • It involves systematic planning of educational goals considering the national needs and priorities.
  • Focuses on designing curriculum and educational policies aligned with developmental objectives.
  • B-III – Instructional Technology
  • Emphasizes feedback mechanisms and continuous improvement of teaching-learning processes at the local classroom level.
  • Applies systematic procedures for effective instruction and evaluation.
  • C-I – Modern Teaching Technology
  • Includes methods like Team Teaching, programmed learning, and computer-assisted instruction.
  • Promotes collaboration among teachers to enhance instructional efficiency.
  • D-II – Traditional Teaching Technology
  • Assumes uniformity in learning pace — the same time is allocated for all students to complete a task.
  • Focuses on teacher-centered methods with limited learner autonomy.

Additional Information

  • Educational Technology
  • Refers to the overall application of technology, systems, and processes to improve the educational system as a whole.
  • Instructional Technology
  • Deals with design, development, and evaluation of instructional materials and strategies for effective learning.
  • Modern Teaching Techniques
  • Encourage learner participation, interactivity, and collaboration through innovative pedagogical tools.
  • Traditional Teaching
  • Characterized by lecture-based delivery and limited student engagement, assuming equal learning pace for all.
17

Match List - I with List-II:

List-IList -II
A. The source is not visible to the receiver because of Geographical distanceI. Technical Barriers to Communication
B. The people are having individual differences, motivation and attitude and anxiety and prejudiceII. Linguistic Barriers to Communication
C. With faulty expression, poor translation, ambiguous wordsIII. Psychological Barriers to Communication
D. With poor quality of audio and video signals, the message may not be sent to target groupIV. Physical Barriers to Communication
<br>

Choose the correct answer from the options given below:

  1. ((a))

     A-IV, B-III, C-II, D-I

  2. ((b))

    A-IV, B-I, C-III, D-II

  3. ((c))

    A-II, B-I, C-IV, D-III

  4. ((d))

    A-III, B-II, C-I, D-IV

Show Answer
Answer: ((a))

 A-IV, B-III, C-II, D-I

The correct answer is - A-IV, B-III, C-II, D-I

Key Points

  • A-IV: Physical Barriers to Communication
  • Physical barriers occur when the source is geographically distant from the receiver, making it difficult to communicate effectively.
  • Examples include mountain ranges, oceans, or large distances that separate the sender and receiver of the message.
  • B-III: Psychological Barriers to Communication
  • These barriers arise due to individual differences such as motivation, attitude, anxiety, or prejudice.
  • They impact how the message is interpreted and understood by the receiver.
  • C-II: Linguistic Barriers to Communication
  • Linguistic barriers involve issues like faulty expression, poor translation, or the use of ambiguous words.
  • They occur when the sender’s language or phrasing is not clear to the receiver.
  • D-I: Technical Barriers to Communication
  • Technical barriers include faulty audio or video signals, leading to incomplete or distorted messages.
  • These are common in situations where technology is used to convey messages, such as video conferencing or digital communication.

Additional Information

  • Physical Barriers
  • Can also include poor infrastructure such as inadequate communication networks or systems.
  • Examples: Lack of access to telecommunication in remote areas.
  • Psychological Barriers
  • May be caused by emotional states like stress or fear that disrupt communication.
  • Strategies to overcome: Active listening, empathy, and understanding the receiver’s perspective.
  • Linguistic Barriers
  • Include dialect differences, jargon, or acronyms unfamiliar to the receiver.
  • Overcoming these barriers requires the use of clear and simple language.
  • Technical Barriers
  • Solutions include using reliable communication technology and ensuring proper maintenance of devices.
  • Examples: Upgrading internet bandwidth to avoid disruptions in online communication.
Code
18

Match List - I with List II:

List - 1List - II
A. AsiddhaI. Irrelevant middle term
B. BadhitaII. Unproven middle term
C. ViruddhaIII. Contrary middle term
D. SavyabhicharraIV. Contradicted middle term

 

Choose the correct answer from the options given below:

  1. ((a))

    A-I, B-II, C-III, D-IV

  2. ((b))

    A-II, B-IV, C-III, D-I

  3. ((c))

    A-II, В-III, C-1, D-IV

  4. ((d))

    A-III, B-IV, C-II, D-I

Show Answer
Answer: ((b))

A-II, B-IV, C-III, D-I

The correct answer is - A-II, B-IV, C-III, D-I

Key Points

  • A-II: Asiddha refers to an unproven middle term
  • The term Asiddha in logical reasoning implies that the middle term used in the argument is not established or proven.
  • It signifies that the reasoning cannot proceed due to a lack of evidence for the middle term.
  • B-IV: Badhita refers to a contradicted middle term
  • Badhita occurs when the middle term is contradicted by direct evidence or established facts, making the reasoning invalid.
  • This type of fallacy invalidates the logical argument altogether.
  • C-III: Viruddha refers to a contrary middle term
  • Viruddha means that the middle term contradicts the conclusion it is supposed to support.
  • In logical reasoning, this is considered a serious error as it leads to confusion and invalid conclusions.
  • D-I: Savyabhichara refers to an irrelevant middle term
  • The term Savyabhichara implies that the middle term is not consistently related to the major or minor terms, making it irrelevant.
  • It can cause ambiguity or irrelevance in the logical framework of the argument.

Additional Information

  • Logical Fallacies in Indian Philosophy:
  • In Indian logical tradition, fallacies are called Hetvabhasas, meaning "fallacy of reason."
  • They typically occur when there is a defect in the reasoning process, especially in syllogistic arguments.
  • Types of Hetvabhasas:
  • Asiddha: Refers to an unproven or unestablished middle term.
  • Badhita: Denotes a middle term that is contradicted by direct evidence.
  • Viruddha: Indicates a middle term that contradicts the conclusion.
  • Savyabhichara: Refers to an inconsistent or irrelevant middle term.
  • Examples of Hetvabhasas in Reasoning:
  • Asiddha: "All crows are white because they are mammals" (the middle term "mammals" is unproven for crows).
  • Badhita: "The fire is cold because it is water" (the middle term "water" contradicts the established nature of fire).
  • Viruddha: "The pot exists because it is destroyed" (the middle term "destroyed" contradicts the conclusion).
  • Savyabhichara: "The mountain has fire because it is fragrant" (the middle term "fragrant" is irrelevant).
19

Match List -I with List - II:

List - I (Ecosystem)List-II (Biogeographic Realms)
A. EurasiaI. Neotropical realm
B. South and South East AsiaII. Palearctic realm
C. North AmericaIII. Nearctic realm
D. South AmericaIV. Oriental realm

 

Choose the correct answer from the options given below:

  1. ((a))

     A-II, B-IV, C-III, D-I

  2. ((b))

    A-II, B-1, C-III, D-IV

  3. ((c))

    A-III, B-IV, C-1, D-II

  4. ((d))

    А-ІІ, В-III, C-IV, D-I

Show Answer
Answer: ((a))

 A-II, B-IV, C-III, D-I

The correct answer is - A-II, B-IV, C-III, D-I

Key Points

  • Palearctic Realm (A-II)
  • The Palearctic realm includes Eurasia (Europe, North Asia, and parts of Northern Africa).
  • It is characterized by temperate forests, grasslands, and tundra ecosystems.
  • Oriental Realm (B-IV)
  • The Oriental realm covers South and Southeast Asia.
  • This region is rich in biodiversity and includes tropical rainforests, mangroves, and grasslands.
  • Nearctic Realm (C-III)
  • The Nearctic realm includes North America, extending to the Arctic regions.
  • It features diverse ecosystems such as boreal forests, prairies, and deserts.
  • Neotropical Realm (D-I)
  • The Neotropical realm encompasses South America and parts of Central America.
  • This region is known for its rainforests, such as the Amazon, and high biodiversity.

Additional Information

  • Biogeographic Realms
  • Biogeographic realms are large spatial regions of the Earth's surface with distinct ecosystems.
  • They are defined based on the geographical distribution of plants, animals, and other living organisms.
  • There are eight recognized realms: Palearctic, Nearctic, Afrotropical, Neotropical, Indomalayan (Oriental), Australasian, Antarctic, and Oceanic.
  • Importance of Biogeographic Realms
  • These realms help in studying biodiversity, conservation efforts, and the impact of climate change on ecosystems.
  • They are used to classify regions based on shared evolutionary history and ecological features.
  • Examples of Biodiversity Hotspots
  • The Amazon Rainforest (Neotropical realm) is the world's largest tropical rainforest and is home to diverse species.
  • The Himalayas (Oriental realm) are rich in endemic species and are a critical region for biodiversity conservation.
20

Under which section of the UGC Act, Inter-University Centres (IUCs) were established?

  1. ((a))

    12 (ccc)

  2. ((b))

    12 (B)

  3. ((c))

    12 (a)

  4. ((d))

    12 (h)

Show Answer
Answer: ((a))

12 (ccc)

The correct answer is - 12 (ccc)

Key Points

  • Inter-University Centres (IUCs)
  • These are established under Section 12 (ccc) of the UGC Act, which allows the University Grants Commission (UGC) to create such centres.
  • The primary goal is to promote advanced research and collaboration between universities.
  • IUCs provide state-of-the-art facilities for universities to strengthen their academic and research activities.
  • Importance of Section 12 (ccc)
  • It empowers UGC to establish centres that serve as shared resources for universities.
  • This section promotes the creation of centres for interdisciplinary research and advanced studies.

Additional Information

  • Other Relevant Sections of the UGC Act
  • Section 12 (B)
  • Provides recognition to universities for receiving financial assistance from the UGC.
  • Applies to institutions that meet specific academic and administrative standards.
  • Section 12 (h)
  • Focuses on measures to promote coordination between universities and maintain high standards of education.
  • Examples of IUCs
  • The UGC has established several IUCs, such as:
  • Inter-University Centre for Astronomy and Astrophysics (IUCAA) in Pune.
  • Consortium for Educational Communication (CEC) in New Delhi.
  • Inter-University Accelerator Centre (IUAC) in New Delhi.
21

Choose the correct statements:

A. MS-Word saves the files in '.doc' format

B. SQL server is a local network server

C. 'MATLAB' is a mathematical software

D. Bootstrap loader is an example of entertainment software

Choose the correct answer from the options given below:

  1. ((a))

     A and B Only

  2. ((b))

    A and C Only

  3. ((c))

    C and D Only

  4. ((d))

    A and D Only

Show Answer
Answer: ((b))

A and C Only

The correct answer is - A and C Only

Key Points

  • MS-Word saves files in '.doc' format
  • Microsoft Word, a word-processing software, saves files in '.doc' format (older versions) and '.docx' format (newer versions).
  • The '.doc' format is proprietary to Microsoft and was widely used prior to '.docx'.
  • 'MATLAB' is a mathematical software
  • MATLAB (short for MATrix LABoratory) is primarily used for mathematical and numerical computing.
  • It is widely employed for tasks involving data analysis, algorithm development, and simulations.

Additional Information

  • SQL Server
  • SQL Server is a relational database management system (RDBMS) developed by Microsoft.
  • It is not limited to local networks but can also operate in cloud environments and remote servers.
  • Examples include deployment on Azure or other cloud-based platforms.
  • Bootstrap Loader
  • A bootstrap loader is not entertainment software. It is a system-level program responsible for loading the operating system into memory during the computer's startup process.
  • It resides in the BIOS or firmware of a computer system.
Code
22

Arrange the areas for following shapes in descending order of their values:

A. The area of the curved surface of a cylindrical wire of radius 1.0 mm and length 3.5 cm

B. The surface of a spherical ball of radius 3.5 mm

C. The area of a rhombus having diagonals 1.5 cm and 1.8 cm

D. The area of a circle of diameter 7.0 mm

Choose the correct answer from the options given below:

  1. ((a))

    D, B, C, A

  2. ((b))

    A, B, C, D

  3. ((c))

     B, A, C, D

  4. ((d))

    C, A, B, D

Show Answer
Answer: ((b))

A, B, C, D

The correct answer is - A, B, C, D

Key Points

  • Option A: Curved surface area of cylinder
  • Radius r = 1 mm = 0.1 cm, Length l = 3.5 cm
  • CSA = 2πrl = 2 × π × 0.1 × 3.5 ≈ 2.2 cm²
  • Option B: Surface area of sphere
  • Radius r = 3.5 mm = 0.35 cm
  • Surface area = 4πr² = 4 × π × (0.35)² ≈ 1.54 cm²
  • Option C: Area of rhombus
  • Diagonals d₁ = 1.5 cm, d₂ = 1.8 cm
  • Area = (1/2) × d₁ × d₂ = 0.5 × 1.5 × 1.8 ≈ 1.35 cm²
  • Option D: Area of circle
  • Diameter = 7 mm → Radius = 3.5 mm = 0.35 cm
  • Area = πr² = π × (0.35)² ≈ 0.384 cm²

Additional Information

  • Formulas for areas
  • Cylinder CSA = 2πrl
  • Sphere SA = 4πr²
  • Rhombus area = ½ × d₁ × d₂
  • Circle area = πr²
  • Unit conversion
  • Always convert mm to cm for consistent comparison: 1 mm = 0.1 cm.
  • Descending order comparison
  • Compare numerical values of calculated areas to arrange in descending order.
23

Match List - I with List II:

List - I (Context of Research)List - II (Method)
A. Researcher continues data collection and analyses till the satisfactory findings are derivedI. Survey
B. Study of change in emotional maturity of the students with passage of timeII. Experimental
C. Study of the effect of one variable on other variable in controlled situationIII. Developmental
D. Study of social problems faced by working womenIV. Grounded theory

 

Choose the correct answer from the options given below :

  1. ((a))

    A-IV, B-III, C-I, D-II

  2. ((b))

    A-III, B-IV, C-II, D-I

  3. ((c))

    A-IV, B-III, C-II, D-I

  4. ((d))

    A-III, B-IV, C-I, D-II

Show Answer
Answer: ((c))

A-IV, B-III, C-II, D-I

The correct answer is - A-IV, B-III, C-II, D-I

Key Points

  • A-IV: Grounded Theory
  • Grounded theory involves iterative data collection and analysis until satisfactory findings are derived.
  • It is commonly used in qualitative research for developing theories based on observed data.
  • In this context, the researcher continues the process until meaningful patterns emerge.
  • B-III: Developmental
  • Developmental research studies changes in individuals over time, such as emotional maturity.
  • It typically involves longitudinal or cross-sectional study designs.
  • The focus is on understanding developmental processes and trends.
  • C-II: Experimental
  • Experimental research investigates the effect of one variable on another under controlled conditions.
  • Variables are manipulated deliberately to study causation.
  • This is a key method for testing hypotheses in scientific research.
  • D-I: Survey
  • Survey research involves studying social phenomena, such as social problems faced by working women.
  • It relies on questionnaires, interviews, or observations to gather data.
  • Surveys provide insights into attitudes, behaviors, and challenges faced by specific groups.

Additional Information

  • Grounded Theory
  • Grounded theory was introduced by Glaser and Strauss in 1967.
  • It aims to develop theories grounded in systematically collected and analyzed data.
  • Applications include fields like sociology, psychology, and education research.
  • Developmental Research
  • Focuses on studying psychological, cognitive, emotional, or physical growth over time.
  • Often uses longitudinal or cross-sectional methods to track changes.
  • Examples include studying child development or aging processes.
  • Experimental Research
  • Involves manipulation of independent variables to study their effects on dependent variables.
  • Includes control groups and randomization to minimize bias.
  • Examples include testing new drugs or interventions.
  • Survey Research
  • Surveys are used to collect data from large populations using structured questionnaires.
  • They help analyze social patterns, trends, and issues.
  • Examples include census studies or public opinion polls.
24

The study of how the mind creates knowledge has resulted in what are currently referred to as

view of Education.

  1. ((a))

    Pragmatic

  2. ((b))

     Idealistic

  3. ((c))

    Metacognitive

  4. ((d))

    Constructive

Show Answer
Answer: ((d))

Constructive

The correct answer is - Constructive

Key Points

  • Constructive
  • The study of how the mind creates knowledge is directly linked to the constructivist view of education.
  • Constructivism emphasizes that knowledge is not passively received but actively built by learners through their experiences and interactions with their environment.
  • This approach highlights that the process of learning is dynamic, and learners play an active role in constructing their understanding of concepts.
  • Constructivism is rooted in the theories of renowned psychologists such as Jean Piaget and Lev Vygotsky, who focused on cognitive development and social interaction in learning.

Additional Information

  • Features of Constructivist Learning
  • Active Learning: Learners actively participate in the learning process by engaging with new information, analyzing it, and connecting it to prior knowledge.
  • Collaboration: Social interaction and collaborative activities are integral as they allow learners to exchange ideas and perspectives.
  • Real-World Relevance: Learning is rooted in real-world contexts, enabling learners to apply knowledge in practical situations.
  • Constructivist Theories
  • Piaget’s Theory of Cognitive Development: Focuses on how learners construct knowledge through processes like assimilation and accommodation.
  • Vygotsky’s Sociocultural Theory: Emphasizes the role of social interaction and the concept of the Zone of Proximal Development (ZPD) in learning.
  • Comparison with Other Views of Education
  • Pragmatic: Focuses on practical outcomes and the application of knowledge.
  • Idealistic: Emphasizes the pursuit of universal truths and moral development.
  • Metacognitive: Involves awareness and regulation of one's own learning processes, which can complement constructivism.
25

When was the Paris agreement adopted ?

  1. ((a))

    5 October 2020

  2. ((b))

    12 December 2015

  3. ((c))

    7 November 2018

  4. ((d))

    8 July 1998

Show Answer
Answer: ((b))

12 December 2015

The correct answer is -  December 12, 2015

Key Points

  • Paris Agreement
  • The Paris Agreement is an international treaty aimed at combating climate change by limiting global warming to well below 2°C, preferably to 1.5°C, above pre-industrial levels.
  • It was adopted on December 12, 2015, during the 21st Conference of Parties (COP21) to the United Nations Framework Convention on Climate Change (UNFCCC) in Paris, France.
  • The agreement entered into force on November 4, 2016, after the required number of countries ratified it.
  • Key Objectives
  • To strengthen global response to the threat of climate change by keeping a global temperature rise this century well below 2°C.
  • To enhance countries' ability to adapt to the adverse impacts of climate change and foster climate resilience.
  • To make financial flows consistent with low greenhouse gas emissions and climate-resilient development pathways.

Additional Information

  • Nationally Determined Contributions (NDCs)
  • Each country that is a party to the Paris Agreement is required to submit its Nationally Determined Contributions (NDCs), which outline the country's plans to reduce greenhouse gas emissions.
  • NDCs are updated every five years to reflect increased ambition in line with the agreement's goals.
  • Global Stocktake
  • The Global Stocktake is a key feature of the Paris Agreement, conducted every five years to assess collective progress toward meeting the agreement's goals.
  • The first Global Stocktake is scheduled for 2023.
  • Climate Finance
  • Developed countries pledged to provide $100 billion annually by 2020 to help developing nations address climate change.
  • This funding supports initiatives for mitigation, adaptation, and building resilience against climate impacts.
26

Vyapti in Indian Logic refers to :

  1. ((a))

     Logical contradiction

  2. ((b))

     Direct perception

  3. ((c))

    Invariable concomitance

  4. ((d))

    Verbal testimony

Show Answer
Answer: ((c))

Invariable concomitance

The correct answer is - Invariable concomitance

Key Points

  • Vyapti is a fundamental concept in Indian Logic, particularly in the Nyaya and Mimamsa schools of philosophy.
  • It refers to the invariable concomitance or universal relationship between the hetu (reason) and the sadhya (proposition to be proved).
  • For example:
  • In the statement, "Where there is smoke, there is fire," the presence of smoke (hetu) invariably indicates the presence of fire (sadhya).
  • This relationship must hold universally and without exceptions for logical validity.
  • Vyapti is central to the process of anumana (inference) in Indian logic.

Additional Information

  • Key Components of Vyapti:
  • Hetu: The reason or the basis of inference.
  • Sadhya: The conclusion or proposition that is being inferred.
  • Paksha: The subject under discussion.
  • The relationship between hetu and sadhya is validated through Vyapti.
  • Types of Vyapti:
  • Samavyapti: Perfect coextensiveness where hetu and sadhya always coexist.
  • Asamavyapti: Partial coextensiveness where there may be exceptions in certain contexts.
  • Importance in Indian Logic:
  • Ensures that an inference is valid and universally applicable.
  • Forms the basis of deductive reasoning in Indian philosophical traditions.
27

Arrange chronologically the establishment of given digital initiatives:

A. National Digital Library (N.D.L.)

B. Shodhganga

C. Academic Bank of Credit (A.B.C.)

D. DIKSHA

Choose the correct answer from the options given below :

  1. ((a))

    C, D, B, A

  2. ((b))

     D, B, C, A

  3. ((c))

    B, D, A, C

  4. ((d))

    B, C, A, D

Show Answer
Answer: ((c))

B, D, A, C

The correct answer is - B, D, A, C

Key Points

  • B: Shodhganga (Established in 2011)
  • Shodhganga is a repository of Indian electronic theses and dissertations.
  • It was developed by the Information and Library Network (INFLIBNET) Centre under the University Grants Commission (UGC).
  • This initiative supports research scholars by providing access to a vast collection of academic resources.
  • D: DIKSHA (Launched in 2017)
  • DIKSHA (Digital Infrastructure for Knowledge Sharing) is a platform for teachers and students.
  • It offers resources like e-textbooks, training materials, and interactive content to improve learning outcomes.
  • Launched by the Ministry of Education, it is aligned with the goals of the National Education Policy (NEP).
  • A: National Digital Library (NDL) (Initiated in 2018)
  • NDL is a virtual library that provides access to a wide range of resources, including books, articles, and multimedia.
  • It was developed by the Indian Institute of Technology (IIT) Kharagpur and sponsored by the Ministry of Education.
  • The platform is designed to meet the diverse learning needs of students, researchers, and educators.
  • C: Academic Bank of Credit (ABC) (Launched in 2021)
  • ABC is a digital platform that enables students to store and transfer academic credits.
  • It was introduced as part of the National Education Policy (NEP 2020) to facilitate flexible learning.
  • The platform allows students to accumulate credits from multiple institutions and use them toward degree completion.

Additional Information

  • Shodhganga
  • Shodhganga is part of the UGC's initiative to enhance research quality in India.
  • It ensures the availability of academic resources in a digital format to reduce the dependency on physical repositories.
  • DIKSHA
  • DIKSHA has been instrumental in providing online education during the COVID-19 pandemic.
  • The platform supports multiple Indian languages, ensuring accessibility for students across the country.
  • National Digital Library (NDL)
  • NDL aggregates resources from various sources, including global digital libraries and Indian universities.
  • It is a one-stop solution for academic, competitive exam preparation, and professional development resources.
  • Academic Bank of Credit (ABC)
  • ABC aligns with the "multiple entry and exit" model introduced by the NEP 2020.
  • It promotes student mobility and lifelong learning by recognizing credits earned from diverse learning experiences.
28

Arrange the phases of life cycle analysis for information on environmental effects of products (from first to last):

A. Inventory

B. Initiation

C. Impact

D. Improvement

Choose the correct answer from the options given below:

  1. ((a))

    A, B, D, C

  2. ((b))

    C, D, A, B

  3. ((c))

    D, C, B, A

  4. ((d))

    B, A, C, D

Show Answer
Answer: ((d))

B, A, C, D

The correct answer is - B, A, C, D

Key Points

  • Life Cycle Analysis (LCA) is a systematic process to assess the environmental impacts of a product throughout its life cycle.
  • The phases of LCA are arranged in a specific sequence to ensure comprehensive analysis:
  • B - Initiation: This is the first phase where the goal and scope of the analysis are defined. It sets the foundation for the entire process.
  • A - Inventory: In this phase, data is collected on all inputs (e.g., energy, raw materials) and outputs (e.g., emissions, waste) associated with the product.
  • C - Impact: This phase evaluates the environmental impacts of the inventory data, such as global warming potential, water pollution, etc.
  • D - Improvement: The final phase focuses on identifying ways to reduce environmental impacts and improve the product's sustainability.
  • Thus, the correct sequence is B, A, C, D.

Additional Information

  • Key Concepts of Each Phase:
  • Initiation:
  • Defines the purpose of the study (e.g., environmental impact assessment, product comparison).
  • Sets system boundaries, assumptions, and functional units.
  • Inventory:
  • Involves data collection and quantification of resource use and emissions.
  • Examples include energy consumption, raw material usage, and waste generation.
  • Impact:
  • Analyzes the environmental consequences of inventory data.
  • Key categories include carbon footprint, ozone depletion, and toxic emissions.
  • Improvement:
  • Focuses on redesigning products or processes to minimize environmental impacts.
  • May involve using renewable materials, energy-efficient technologies, or waste reduction strategies.
  • Importance of LCA:
  • Helps identify the most impactful phases of a product's life cycle.
  • Supports decision-making in product design, manufacturing, and policy development.
  • Promotes sustainability by reducing resource use and environmental harm.
29

Arrange the following in sequence as they are introduced in increasing order of age of the students:

A. Taxonomy of Educational Objectives

B. Team Teaching

C. Personalised system of Instructions

D. Concept of Interaction model of Teaching

Choose the correct answer from the options given below:

  1. ((a))

    A, D, B, C

  2. ((b))

    B, A, D, C

  3. ((c))

    C, A, D, В

  4. ((d))

    C, D, A, B

Show Answer
Answer: ((b))

B, A, D, C

The correct answer is - Option 2: B, A, D, C

Key Points

  • Option 2: B, A, D, C is the correct sequence as it arranges the concepts in increasing order of the age or educational level of students they are introduced to:
  • Team Teaching (B) is introduced in early childhood and primary education to enhance collaborative learning among younger students.
  • Taxonomy of Educational Objectives (A) is applied next, generally in middle and secondary education, to help classify learning goals and assess students' cognitive, affective, and psychomotor skills.
  • Concept of Interaction Model of Teaching (D) is introduced later, typically in higher secondary or undergraduate education, to focus on dynamic teacher-student interactions and active learning strategies.
  • Personalized System of Instructions (C) is applied last, often in higher education or specialized training, emphasizing self-paced and individualized learning methods.

Additional Information

  • Team Teaching (B)
  • A teaching method where multiple educators collaborate to deliver instruction, often used in early education to cater to diverse student needs.
  • Encourages teamwork, interdisciplinary approaches, and sharing of expertise among teachers.
  • Taxonomy of Educational Objectives (A)
  • Developed by Benjamin Bloom, the taxonomy classifies learning objectives into cognitive, affective, and psychomotor domains.
  • Primarily used in secondary education to structure assessments and learning outcomes.
  • Concept of Interaction Model of Teaching (D)
  • Focuses on the dynamic interaction between teachers and students, emphasizing active participation and engagement.
  • Often applied in higher education to promote critical thinking and collaborative learning.
  • Personalized System of Instructions (C)
  • Also known as the Keller Plan, this method allows students to learn at their own pace using self-instructional materials.
  • Commonly used in advanced education settings, such as universities and professional training programs.
30

To experience the educational value, one must extract its net meaning through:

  1. ((a))

    Reflections

  2. ((b))

    Communication

  3. ((c))

    Consequences

  4. ((d))

    Decisions

Show Answer
Answer: ((a))

Reflections

The correct answer is - Reflections

Key Points

  • Reflections
  • Reflections involve the process of analyzing and understanding the core meaning of an experience or concept.
  • This process encourages learners to critically evaluate their thoughts and connect new knowledge with prior understanding.
  • By reflecting, individuals can derive the educational value of an experience, fostering deeper learning and comprehension.
  • Reflection is widely regarded as a fundamental practice in experiential learning models such as Kolb’s Learning Cycle.

Additional Information

  • Kolb’s Experiential Learning Theory
  • Kolb’s model emphasizes a four-step cycle of learning: Concrete Experience, Reflective Observation, Abstract Conceptualization, and Active Experimentation.
  • Reflective Observation is the stage where learners think back on their experiences to identify patterns, insights, and lessons.
  • Importance of Reflection in Education
  • Reflection helps in bridging the gap between theory and practice.
  • It promotes self-awareness and the ability to assess one’s learning processes.
  • Educational frameworks like Schön’s Reflective Practice model also highlight the role of reflection in improving professional competence.
  • Distinction from Other Options
  • Communication: While important for sharing ideas, communication does not directly lead to extracting the educational value of an experience.
  • Consequences: These are outcomes of actions, not processes for deriving meaning.
  • Decisions: Decisions are made based on insights gained, but they are not the primary method for understanding.
31

For disaster management, following processes must be adopted :

A. Training

B. Migration

C. Mitigation

D. Response

Ε. Detection

Choose the correct answer from the options given below :

  1. ((a))

    B and C Only

  2. ((b))

    B and E Only

  3. ((c))

    A, B and C Only

  4. ((d))

    A, C, D and E Only

Show Answer
Answer: ((d))

A, C, D and E Only

The correct answer is - A, C, D, and E Only

Key Points

  • Disaster management involves several critical processes to minimize loss and effectively respond to emergencies:
  • Training (A): Ensures preparedness by equipping individuals and organizations with the necessary skills to handle disasters effectively.
  • Mitigation (C): Focuses on reducing the severity of disasters by identifying risks and implementing preventive measures.
  • Response (D): Involves immediate actions taken during or after a disaster to save lives, reduce impact, and support recovery.
  • Detection (E): Refers to identifying potential disasters or early warning signs to enable proactive measures.
  • Migration (B) is not a direct disaster management process but may occur as a result of disasters, often categorized as a secondary effect.
  • Thus, the processes in the correct answer directly contribute to disaster preparedness and management.

Additional Information

  • Phases of Disaster Management:
  • Preparedness: Activities like training, simulation exercises, and resource planning to ensure readiness.
  • Response: Emergency services such as evacuation, search and rescue, and medical aid immediately after a disaster.
  • Recovery: Long-term efforts to restore normalcy, including infrastructure repair and psychosocial support.
  • Mitigation: Preventive measures such as building codes, hazard mapping, and public awareness campaigns.
  • Importance of Detection:
  • Detection allows early identification of hazards like cyclones, earthquakes, or floods.
  • Technologies such as satellite monitoring and seismic sensors play a key role in disaster detection.
  • Training Benefits:
  • Improves coordination among emergency response teams.
  • Builds community resilience by educating individuals on safety protocols.
32

How many Millenium Development Goals (MDG) were adopted by United Nations ?

  1. ((a))

    8

  2. ((b))

    7

  3. ((c))

    5

  4. ((d))

    10

Show Answer
Answer: ((a))

8

The correct answer is - 8

Key Points

  • Millennium Development Goals (MDGs)
  • The United Nations adopted a total of 8 Millennium Development Goals (MDGs) in the year 2000.
  • The MDGs were a set of time-bound and measurable targets for combating poverty, hunger, disease, and inequality, as well as for improving education and sustainability.
  • These goals were intended to be achieved by the year 2015.
  • They were developed following the adoption of the United Nations Millennium Declaration, signed by all 191 UN member states.
  • Key Themes of MDGs
  • The MDGs focused on addressing the most pressing global issues, grouped into eight specific goals.
  • Each goal was associated with specific targets and indicators to measure progress.

Additional Information

  • List of the 8 Millennium Development Goals
  • Goal 1: Eradicate extreme poverty and hunger.
  • Goal 2: Achieve universal primary education.
  • Goal 3: Promote gender equality and empower women.
  • Goal 4: Reduce child mortality rates.
  • Goal 5: Improve maternal health.
  • Goal 6: Combat HIV/AIDS, malaria, and other diseases.
  • Goal 7: Ensure environmental sustainability.
  • Goal 8: Develop a global partnership for development.
  • Significance of MDGs
  • The MDGs were instrumental in focusing global attention on critical development challenges and mobilizing resources for their achievement.
  • They served as a precursor to the Sustainable Development Goals (SDGs), which were adopted in 2015 to continue the global development agenda.
Code
33

Match List - I with List - II:

List - I (System Name)List - II (Year/Time period)
A. The Mark I computerI. 1951
B. IBM-701II. 1953
C. IBM-650III. 1937-44
D. The Universal Automatic Computer One   (UNIVAC-I)IV. 1952

 

Choose the correct answer from the options given below:

  1. ((a))

    A-III, B-IV, C-II, D-I

  2. ((b))

    A-II, В-III, C-I, D-IV

  3. ((c))

     A-I, B-II, C-IV, D-III

  4. ((d))

     A-IV, B-I, C-II, D-III

Show Answer
Answer: ((a))

A-III, B-IV, C-II, D-I

The correct answer is - A-III, B-IV, C-II, D-I

Key Points

  • The Mark I computer (A-III)
  • The Mark I, also known as the IBM Automatic Sequence Controlled Calculator (ASCC), was developed between 1937 and 1944.
  • It was one of the earliest electromechanical computers.
  • Designed by Howard Aiken, it was used during World War II for complex mathematical computations.
  • IBM-701 (B-IV)
  • The IBM-701, introduced in 1952, was IBM's first commercial scientific computer.
  • It was also known as the "Defense Calculator" and was used primarily for scientific and defense calculations.
  • IBM-650 (C-II)
  • The IBM-650 was launched in 1953 and became one of the first mass-produced computers.
  • It was widely used for business and scientific applications due to its affordability compared to other systems of the time.
  • The Universal Automatic Computer One (UNIVAC-I) (D-I)
  • The UNIVAC-I was introduced in 1951 and was the first commercially available computer in the United States.
  • It was designed primarily for business and administrative purposes.

Additional Information

  • Early Computers
  • Early computers like the Mark I and UNIVAC-I were large, expensive machines that used vacuum tubes and electromechanical components.
  • They laid the foundation for the development of modern computing systems.
  • IBM's Contributions
  • IBM played a significant role in the development of early computers, such as the IBM-701 and IBM-650.
  • These systems marked the beginning of the commercial computer era.
  • Transition to Mass Production
  • Computers like the IBM-650 were among the first to be mass-produced, making them accessible to a wider range of businesses and institutions.
  • This transition helped accelerate the adoption of computing technology across various sectors.
34

Arrange the following steps in model of listening in sequence :

A. Interpreting

B. Responding

C. Remembering

D. Hearing

E. Understanding

Choose the correct answer from the options given below :

  1. ((a))

    E, C, A, B, D

  2. ((b))

    D, E, C, А, В

  3. ((c))

    D, A, B, C, E

  4. ((d))

     A, B, D, E, C

Show Answer
Answer: ((b))

D, E, C, А, В

The correct answer is - D, E, C, A, B

Key Points

  • D: Hearing
  • Hearing is the first step in listening and involves perceiving sound waves through the ears.
  • This is a physiological process that serves as the foundation for active listening.
  • E: Understanding
  • Understanding refers to the ability to comprehend the meaning of the sounds heard.
  • It involves decoding and processing the information to make sense of it.
  • C: Remembering
  • Remembering is the step where the listener stores the interpreted information for later recall.
  • This step is critical for retaining and recalling the information during conversations or decision-making.
  • A: Interpreting
  • Interpreting involves assigning meaning to the information based on prior knowledge, context, and experiences.
  • This step ensures the listener understands not just the words but the intent behind them.
  • B: Responding
  • Responding is the final step in the listening process, where the listener provides feedback or takes action based on what was heard.
  • This demonstrates active engagement in the communication process.

Additional Information

  • Listening vs. Hearing
  • Hearing is a passive physiological process that involves perceiving sound.
  • Listening is an active process that requires attention, interpretation, and response.
  • Importance of Active Listening
  • Active listening ensures effective communication and helps build trust and understanding in relationships.
  • It is a critical skill in professional and personal contexts.
  • Barriers to Effective Listening
  • Common barriers include distractions, preconceived notions, emotional biases, and lack of focus.
  • Overcoming these barriers involves practicing active engagement and improving communication skills.
35

The Rigveda comprises ___________ hymns.

  1. ((a))

    1028

  2. ((b))

    10600

  3. ((c))

    1064

  4. ((d))

    11300

Show Answer
Answer: ((a))

1028

The correct answer is - 1028

Key Points

  • The Rigveda
  • The Rigveda is one of the four Vedas, which are the oldest and most sacred texts of Hinduism.
  • It is primarily a collection of hymns dedicated to various deities, such as Agni (the fire god), Indra (the rain god), and Soma (a ritual drink).
  • Total hymns in the Rigveda
  • The Rigveda comprises exactly 1028 hymns, divided into ten books called Mandalas.
  • These hymns are written in Vedic Sanskrit and are poetic in nature.
  • Significance of 1028 hymns
  • The hymns form the foundation of Vedic rituals and ancient Indian culture.
  • They are believed to have been composed between 1500 BCE and 1200 BCE.

Additional Information

  • Structure of the Rigveda
  • Each of the ten Mandalas (books) contains hymns that are further divided into verses known as Riks.
  • The hymns are composed in praise of various deities and are used in Vedic rituals.
  • Historical Importance
  • The Rigveda is the earliest known literary work in the Indo-European languages.
  • It provides valuable insights into the social, political, and spiritual life of the early Vedic period.
  • Other Vedas
  • The Rigveda is part of the four Vedas, which include:
  • Yajurveda - Focuses on rituals and sacrifices.
  • Samaveda - Contains chants and melodies.
  • Atharvaveda - Deals with spells, charms, and practical knowledge.
36

In which conditions, Karl Pearson's correlation coefficient can be calculated?

A. If means of both the variables are equal

B. If one variable is measured in interval scale and another is measured in ordinal scale

C. If there is linear relationship between two variables

D. If data are obtained in interval or ratio scale for both the variables

E. If direction of relationship between two variables is known

Choose the most appropriate answer from the options given below:

  1. ((a))

    C and D Only

  2. ((b))

    C, D and E Only

  3. ((c))

    B, D and E Only

  4. ((d))

    A, C and E Only

Show Answer
Answer: ((a))

C and D Only

The correct answer is - C and D Only

Key Points

  • Karl Pearson's correlation coefficient
  • It can only be calculated if there is a linear relationship between two variables. This is because Pearson's method measures the strength and direction of linear correlation.
  • The data for both variables must be measured in either interval or ratio scales. These scales provide numerical values that allow for precise calculation of correlations.
  • Conditions Not Required
  • The calculation does not require the means of both variables to be equal (A is incorrect).
  • It also does not allow one variable to be measured in an ordinal scale while the other is in interval scale (B is incorrect), as ordinal data lacks the necessary numerical properties.
  • Knowing the direction of relationship (E is incorrect) is not a prerequisite for calculating Pearson's correlation coefficient; it is revealed during the calculation.

Additional Information

  • Linear Relationship
  • A linear relationship implies that a change in one variable is proportional to the change in another variable.
  • Pearson's correlation coefficient (r) ranges from -1 to +1, where:
  • +1 indicates a perfect positive linear relationship.
  • -1 indicates a perfect negative linear relationship.
  • 0 indicates no linear relationship.
  • Interval and Ratio Scales
  • Interval scale: Includes numerical data where the difference between values is meaningful, but there is no true zero (e.g., temperature in Celsius).
  • Ratio scale: Includes numerical data with a true zero, allowing for meaningful ratios (e.g., weight, height).
  • Nonlinear Relationships
  • For nonlinear relationships, other correlation methods (e.g., Spearman's rank correlation) may be more appropriate.
37

Find out the 'RIGHT' combinations below:

A. Learning a second language takes little time and efforts - Myth

B. All bilinguals easily maintain both languages - True

C. Learning a second language takes little time and efforts - True

D. All bilinguals easily maintain both languages - Myth

Choose the correct answer from the options given below :

  1. ((a))

    A and D Only

  2. ((b))

    B and C Only

  3. ((c))

     A and B Only

  4. ((d))

     C and D Only

Show Answer
Answer: ((a))

A and D Only

The correct answer is - A and D Only

Key Points

  • Learning a second language takes little time and efforts - Myth
  • It is a common misconception that learning a second language is quick and easy.
  • In reality, it requires consistent effort, practice, and exposure over time.
  • Factors like age, motivation, and environment significantly influence the learning process.
  • All bilinguals easily maintain both languages - Myth
  • Maintaining proficiency in two languages can be challenging, especially if one language is not used frequently.
  • Without regular use, individuals may experience language attrition or a decline in fluency.
  • Environmental factors and exposure to native speakers play a key role in maintaining bilingualism.

Additional Information

  • Importance of consistent practice
  • Consistent practice helps in developing fluency in a second language.
  • Immersive experiences like conversations with native speakers, watching media, or reading in the target language enhance learning.
  • Factors influencing bilingualism
  • Age: Younger learners tend to acquire languages more naturally due to higher brain plasticity.
  • Environment: A supportive environment with frequent exposure to both languages is critical for maintaining bilingualism.
  • Motivation: High levels of intrinsic motivation can significantly improve language retention and proficiency.
  • Language attrition
  • Occurs when a language is not used for an extended period, leading to loss of vocabulary and grammatical structures.
  • Regular exposure and active use of the language can prevent attrition.
38

Major thrusts of National Policy on Education (NPE), 1986, were:

A. State level planning and coordination through state council for higher education

B. Expansion of open universities and distance education system

C. Establishment of National Assessment Centre PARAKH

D. Conferring autonomous status on selected colleges

E. Establishment of two multidisciplinary education and research universities (MERU) in each state

Choose the most appropriate answer from the options given below:

  1. ((a))

    A, C and D Only

  2. ((b))

    C, D and E Only

  3. ((c))

    A, B and D Only

  4. ((d))

    B, C, D and E Only

Show Answer
Answer: ((c))

A, B and D Only

The correct answer is - A, B, and D Only

Key Points

  • A. State level planning and coordination through state council for higher education
  • The National Policy on Education (NPE), 1986 emphasized the need for state-level bodies such as the State Council for Higher Education to ensure better coordination and planning in the higher education sector.
  • This was aimed at improving the governance and quality of higher education through decentralized decision-making.
  • B. Expansion of open universities and distance education system
  • The NPE, 1986, focused on the expansion of Open Universities like IGNOU (Indira Gandhi National Open University) to promote access to higher education.
  • It also emphasized the distance education system to reach learners in remote areas and working professionals.
  • D. Conferring autonomous status on selected colleges
  • The policy encouraged the granting of autonomous status to high-performing colleges to promote academic freedom and innovation in curriculum design, teaching, and research.
  • This was aimed at improving the quality of education and fostering excellence in higher education institutions.

Additional Information

  • Incorrect Options Explained
  • C. Establishment of National Assessment Centre PARAKH
  • The establishment of PARAKH (Performance Assessment, Review, and Analysis of Knowledge for Holistic Development) was proposed under the National Education Policy (NEP), 2020, not NPE, 1986.
  • It is a new initiative aimed at standardizing assessment systems across India.
  • E. Establishment of two multidisciplinary education and research universities (MERU) in each state
  • This initiative is also part of the NEP, 2020, not the NPE, 1986.
  • The aim is to create world-class, multidisciplinary institutions across India to improve the quality of education.
  • Key Features of NPE, 1986
  • Focus on promoting universal access, retention, and quality in education.
  • Introduction of a common core curriculum along with flexibility for regional and local variations.
  • Strengthening of teacher education programs and institutions.
  • Special emphasis on vocational education to enhance employability.
  • Promotion of equity by addressing the educational needs of women, scheduled castes, scheduled tribes, and other disadvantaged groups.
39

Match List - I with List - II:

List - I (Institutions of National Importance (INI) Acts)List - II (Year of Enactment)
A. National Institute of Technology ActI. 2017
B. Indian Institute of Management ActII. 1961
C. Indian Institutes of Information Technology ActIII. 2007
D. Institutes of Technology ActIV. 2014

 

Choose the correct answer from the options given below :

  1. ((a))

    A-III, B-I, C-IV, D-II

  2. ((b))

     A-II, B-III, C-IV, D-I

  3. ((c))

    A-IV, B-I, C-II, D-III

  4. ((d))

    A-II, B-IV, C-I, D-III

Show Answer
Answer: ((a))

A-III, B-I, C-IV, D-II

The correct answer is - A-III, B-I, C-IV, D-II

Key Points

  • National Institute of Technology (NIT) Act
  • The NIT Act was enacted in 2007 to declare National Institutes of Technology as Institutions of National Importance.
  • This act governs the functioning of NITs, ensuring quality technical education in India.
  • Indian Institute of Management (IIM) Act
  • Enacted in 2017, this act grants autonomy to IIMs and declares them as Institutions of National Importance.
  • It provides the framework for IIMs to award degrees instead of diplomas.
  • Indian Institutes of Information Technology (IIIT) Act
  • The 2014 IIIT Act declared certain IIITs as Institutions of National Importance.
  • It formalized their governance structure and funding mechanisms.
  • Institutes of Technology (IIT) Act
  • The Institutes of Technology Act, enacted in 1961, established the IITs as premier technical institutions in India.
  • It provided the legal framework for IITs to function as Institutes of National Importance.

Additional Information

  • Institutions of National Importance
  • An institution declared as being of national importance is one that plays a crucial role in developing highly skilled professionals in specific fields.
  • Such institutions have greater autonomy and are governed by specific parliamentary acts.
  • Other Key Acts
  • All India Institute of Medical Sciences (AIIMS) Act (1956): Established AIIMS as a leading medical institution in India.
  • National Law Universities (NLUs): Created through individual state acts but recognized for their critical role in legal education.
Code
40

Which of the following is not an element of communication within the communication process cycle?

  1. ((a))

    Channel

  2. ((b))

    Receiver

  3. ((c))

    Sender

  4. ((d))

    Time

Show Answer
Answer: ((d))

Time

The correct answer is - Time

Key Points

  • Time is not an element of the communication process cycle.
  • The communication process involves specific elements: Sender, Receiver, Message, Channel, and Feedback.
  • Time is not an inherent or defined part of the communication process, though it may influence the effectiveness of communication.
  • Understanding the core components of communication is vital for identifying how messages are transmitted and interpreted.

Additional Information

  • Key elements of communication:
  • Sender: The individual or entity that originates the message.
  • Message: The information, ideas, or thoughts conveyed by the sender to the receiver.
  • Channel: The medium or method used to transmit the message (e.g., verbal, written, digital).
  • Receiver: The individual or group that interprets and processes the message.
  • Feedback: The response or reaction of the receiver, completing the communication loop.
  • Communication context:
  • While time is not an element of the communication process, it can influence the context and effectiveness of communication.
  • For instance, delayed feedback or responses can affect the clarity and success of the communication.
Code
41

Which are the characteristics of research?

A. It always aims to develop new theory.

B. It is a scientific process.

C. Logical reasoning is used in decision making during research process.

D. Hypothesis testing is done in every kind of research.

E. It collects and analyses evidences to derive findings.

Choose the most appropriate answer from the options given below :

  1. ((a))

    B, C and D Only

  2. ((b))

    A, B and C Only

  3. ((c))

    B, C and E Only

  4. ((d))

    C, D and E Only

Show Answer
Answer: ((c))

B, C and E Only

The correct answer is - B, C and E Only

Key Points

  • Research is a scientific process
  • Research is conducted systematically following a scientific methodology.
  • It involves structured steps such as problem identification, data collection, and analysis.
  • Logical reasoning is used during decision-making
  • Logical reasoning ensures the reliability and validity of results.
  • Researchers use inductive or deductive reasoning to interpret data and derive conclusions.
  • Evidence collection and analysis
  • Research collects data through observation, experiments, or surveys.
  • Analyzing this data is essential to derive meaningful findings and test hypotheses.

Additional Information

  • Characteristics NOT applicable in all research types
  • Hypothesis testing
  • Hypothesis testing is not mandatory in every type of research (e.g., descriptive research).
  • Some research focuses purely on exploratory or qualitative findings without a formal hypothesis.
  • Developing new theories
  • While some research aims to develop new theories, others focus on testing or refining existing ones.
  • Not all research results in theoretical advancements; practical applications or validations are also significant outcomes.
  • Scientific process in research
  • Research relies on empirical evidence and avoids subjective opinions or biases.
  • It involves repeatability and reproducibility to confirm findings.
42

What is the full form of ARPANET?

  1. ((a))

    Advanced Research Project Agency Network

  2. ((b))

     Advanced Resource Project Agency Network

  3. ((c))

    Applied Research Project Agency Network

  4. ((d))

     American Research Project Agency Network

Show Answer
Answer: ((a))

Advanced Research Project Agency Network

The correct answer is - Advanced Research Project Agency Network

Key Points

  • ARPANET
  • The Advanced Research Project Agency Network (ARPANET) was the first operational packet-switching network and a precursor to the modern internet.
  • It was funded and developed by the United States Department of Defense's Advanced Research Projects Agency (ARPA) in the late 1960s.
  • ARPANET was designed to enable researchers to share computing resources and communicate effectively.
  • The network used packet switching, a revolutionary method of data transmission that breaks data into packets for efficient delivery.

Additional Information

  • Key Milestones of ARPANET
  • ARPANET was launched in 1969, with the first node established at the University of California, Los Angeles (UCLA).
  • In 1971, ARPANET implemented the first email system, which became a major application for the network.
  • The Transmission Control Protocol/Internet Protocol (TCP/IP) was introduced in the 1980s, forming the foundation for the modern internet.
  • ARPANET was decommissioned in 1990, but its principles and technologies laid the groundwork for today's internet.
  • Packet-Switching Technology
  • Unlike traditional circuit-switched networks, packet switching divides data into smaller packets that are transmitted independently and reassembled at the destination.
  • This method improves efficiency, reliability, and fault tolerance compared to earlier communication methods.
  • Legacy of ARPANET
  • ARPANET's development influenced the creation of many modern networking concepts, including distributed networks and the client-server model.
  • It also demonstrated the potential for collaborative research and communication over long distances, inspiring the development of other networks like NSFNET and the global internet.
43

Identify the correct statement:

A. If 2x=25622^x=\frac{256}{\sqrt{2}} ; then x = 152\frac{15}{2}

B. 13\frac{1}{3} of 50% of 150 is greater than 576\sqrt{576}

C. In the merit list of an examination result, the rank of a student is 5th from the top among 20 students. His rank from the bottom of the list is at 15th position

D. In a class of 30 students, the average of weights of 20 students is 45 kg and the rest of students have an average weight of 40 kg. The average weight of the class is 42.5 kg

Choose the correct answer from the options given below :

  1. ((a))

     A, B and C Only

  2. ((b))

    B, C and D Only

  3. ((c))

    A, B and D Only

  4. ((d))

    A and B Only

Show Answer
Answer: ((d))

A and B Only

The correct answer is - A and B Only

Key Points

  • Statement A: 2x = 256 / (2)1/2
  • 256 = 28, so equation becomes: 2x = 28 / 21/2 = 2(8 - 1/2) = 215/2
  • Thus, x = 15/2 which makes Statement A correct.
  • Statement B: 1/3 of 50% of 150 > √576
  • 1/3 of 50% of 150 = 1/3 × 75 = 25
  • √576 = 24 ⇒ 25 > 24 ⇒ Statement B is correct.
  • Statement C: Rank 5th from top in 20 students means 16th from bottom
  • Rank from bottom = Total students – Rank from top + 1 = 20 – 5 + 1 = 16
  • But it's given as 15th ⇒ One position short ⇒ Statement C is incorrect.
  • Statement D: Weighted average = [(20×45) + (10×40)] / 30 = (900 + 400)/30 = 1300/30 ≈ 43.33
  • Given average = 42.5 kg, which is incorrect ⇒ Statement D is incorrect.

Additional Information

  • Basic Exponent Rule
  • If am / an = am–n, use this rule to simplify exponent-based expressions.
  • Understanding fractional exponents is crucial: a1/2 = √a.
  • Percentage and Fractions
  • 50% of a number = half of the number.
  • Combining fractions with percentages often appears in SSC and Banking exams.
  • Ranking Logic
  • Rank from bottom = Total – Rank from top + 1
  • Always double-check both ranks to avoid misinterpretation in reasoning problems.
  • Weighted Average
  • Total average = (Sum of weights of group A + group B) / Total students.
  • This is useful in time-work and mixture-alligation topics.
44

Select correct order of finalising a research problem:

A. Defining the research problem

B. Selecting the area of research

C. Finding the research gap

D. Study of reference material and reports of previous researches

E. Identifying a research problem

Choose the correct answer from the options given below :

  1. ((a))

    B, C, D, A, E

  2. ((b))

     D, B, C, E, A

  3. ((c))

    B, D, C, E, A

  4. ((d))

    D, B, A, C, E

Show Answer
Answer: ((c))

B, D, C, E, A

The correct answer is - B, D, C, E, A

Key Points

  • Correct Order of Finalising a Research Problem
  • B: Selecting the area of research - The first step is to choose a broad area of interest based on personal, academic, or professional priorities.
  • D: Study of reference material and reports of previous researches - Conducting an extensive review of existing literature helps in understanding the current state of knowledge in the chosen area.
  • C: Finding the research gap - Identifying gaps in the literature helps to pinpoint areas that require further investigation.
  • E: Identifying a research problem - Based on the research gap, a specific research problem is identified for further exploration.
  • A: Defining the research problem - The final step is to clearly define the problem, creating a precise research question or hypothesis.

Additional Information

  • Steps in Research Problem Formulation
  • Selecting the area of research
  • Determine a general field of interest, such as social sciences, engineering, or health sciences.
  • Consider relevance, available resources, and personal motivation while selecting the area.
  • Study of reference material
  • Analyze books, journals, and research papers to understand the current state of knowledge.
  • Explore different perspectives, methodologies, and findings related to the topic.
  • Finding the research gap
  • Identify limitations, inconsistencies, or unexplored areas in the existing research.
  • Addressing these gaps ensures the originality and significance of the research.
  • Defining the research problem
  • Create a specific, clear, and concise statement of the problem.
  • The definition should align with the objectives and scope of the research.
  • Importance of Research Problem Formulation
  • Provides direction and focus to the research process.
  • Helps in selecting appropriate methods and resources.
  • Ensures that the research addresses a significant and relevant issue.
45

Choose the 'WRONG' statement:

A. Machine Language is a low level language

B. 'FORTRAN' is a high level language

C. 'C' is a low level language

D. 'SQL' is a low level language

Choose the correct answer from the options given below :

  1. ((a))

     A and B Only

  2. ((b))

    B and C Only

  3. ((c))

    A and C Only

  4. ((d))

     C and D Only

Show Answer
Answer: ((d))

 C and D Only

The correct answer is - C and D Only

Key Points

  • Machine Language
  • It is considered a low-level language because it directly interacts with the computer hardware.
  • Machine language consists of binary codes (0s and 1s) that are understood by the processor.
  • FORTRAN
  • FORTRAN is a high-level programming language, designed for numerical and scientific computation.
  • It allows developers to write programs that are easier to understand compared to low-level languages.
  • C Language
  • C is considered a middle-level language, as it combines features of both high-level and low-level programming languages.
  • It provides low-level features like direct memory manipulation but also supports structured programming.
  • Thus, the statement "C is a low-level language" is WRONG.
  • SQL
  • SQL (Structured Query Language) is a high-level language used for managing and querying databases.
  • It is far removed from hardware-level operations, making the statement "SQL is a low-level language" WRONG.

Additional Information

  • Low-Level vs High-Level Languages
  • Low-Level Languages
  • Examples include machine language and assembly language.
  • They are closer to hardware and require detailed knowledge of computer architecture.
  • High-Level Languages
  • Examples include Python, Java, FORTRAN, and SQL.
  • They are closer to human language and abstract away hardware details.
  • High-level languages are easier to learn, write, and debug.
  • Middle-Level Languages
  • C is often referred to as a middle-level language because it can perform both system-level programming and application-level programming.
  • It acts as a bridge between low-level hardware operations and high-level problem-solving.
  • SQL Characteristics
  • SQL is primarily used for database management and is highly abstracted from hardware-level operations.
  • It allows users to focus on data manipulation rather than system architecture.
Code

Read the following passage and answer the questions:

A person who takes the trouble to form his own opinions and beliefs, will feel that he owes no responsibility to the majority for his conclusions. If he is a genuine lover of truth, if he is inspired by a passion for seeing things as they are and an abhorrence of holding ideas which do not conform to facts, he will be wholly independent of the assent of those around him. When he proceeds to apply his beliefs in the practical conduct of life, the position is different. There are then good reasons why his attitude should be less inflexible. The society in which he is placed is an ancient and composite growth. The people from whom he dissents have not come by their opinions, customs and by a process of mere haphazard.

These opinions and customs all had their origin in a certain real supposed fitness. They have certain depth of root in the lives of a proportion of the existing generation. Their congruity with one another may have come to an end. That is only one side of the truth. The most zealous propagandism cannot penetrate to them. In common language, we speak of a generation as something possessed of a kind of exact unity, with all its parts and members homogenous. Yet, plainly it is not this. It is a whole but a whole in a state of constant flux, its factors and elements are eternally shifting. It is not one but many generations.

46

A genuine lover of truth will:

  1. ((a))

     appreciate the quality of food

  2. ((b))

    make compromise with situation

  3. ((c))

    criticise what he does not like

  4. ((d))

    be wholly independent of the assent of those around him

Show Answer
Answer: ((d))

be wholly independent of the assent of those around him

The correct answer is Option 4.

 

Key Points

  • The passage directly describes the characteristics of a "genuine lover of truth."
  • It states, "If he is a genuine lover of truth... he will be wholly independent of the assent of those around him."
  • This sentence directly answers the question, indicating that a person who truly loves truth will not be swayed by the opinions or approval of others when forming their beliefs.

Therefore, a genuine lover of truth will be wholly independent of the assent of those around him.

 

Additional Information

  • appreciate the quality of food: This is not mentioned in the passage and is irrelevant to the topic.
  • make compromise with situation: The passage suggests this is a different position, relevant to the "practical conduct of life," but not the core characteristic of a genuine lover of truth in forming their beliefs.
  • criticise what he does not like: The passage does not mention criticism. It focuses on the independence of thought and adherence to facts.
47

According to the passage, customs and traditions originate from:

  1. ((a))

     Conflicts of life

  2. ((b))

    Ignorance

  3. ((c))

    The old generation

  4. ((d))

    Beliefs

Show Answer
Answer: ((c))

The old generation

The correct answer is Option 3.

 

Key Points

  • The passage refers to society as an "ancient and composite growth." This word suggests that the origins of societal opinions and customs are deeply rooted in the past.
  • It also states that these opinions and customs "have certain depth of root in the lives of a proportion of the existing generation." These roots can be traced back to previous generations.
  • The passage's final sentence mentions that a generation is not "one but many generations," which directly implies that the traditions of older generations are a foundational component of the present.

Therefore, customs and traditions are largely a product of the old generation and its enduring influence.

 

Additional Information

  • Conflicts of life: The passage does not mention that conflicts are the origin of customs and traditions.
  • Ignorance: The passage refutes this by stating that customs and opinions "had their origin in a certain real supposed fitness," which is the opposite of ignorance.
  • Beliefs: While customs are based on beliefs ("real supposed fitness"), the passage's emphasis on "ancient" and "many generations" makes "The old generation" a more comprehensive answer for the origin.
48

One's position is usually different when a person

  1. ((a))

    turns a deaf ear to what others say

  2. ((b))

    pays attention to what people say

  3. ((c))

    proceeds to apply his beliefs in the practical conduct of life

  4. ((d))

     remains ignorant of happenings around him

Show Answer
Answer: ((c))

proceeds to apply his beliefs in the practical conduct of life

The correct answer is Option 3.

 

Key Points

  • The passage explicitly states, "When he proceeds to apply his beliefs in the practical conduct of life, the position is different."
  • This sentence directly answers the question, indicating that a person's attitude and position change from being "wholly independent" to "less inflexible" when their beliefs move from a theoretical state to a practical one.
  • The second part of the passage is dedicated to explaining why this change is necessary when interacting with a complex, "ancient and composite" society.

Therefore, a person's position is different when a person proceeds to apply his beliefs in the practical conduct of life.

 

Additional Information

  • turns a deaf ear to what others say: The passage describes this as the approach when forming opinions, not when applying them in life.
  • pays attention to what people say: This is an element of the change in position but not the primary cause of the change itself. The change is triggered by the application of beliefs.
  • remains ignorant of happenings around him: The passage implies the opposite is true when applying beliefs, as one must consider the opinions and customs of others.
49

According to the author, a generation is a whole but it is always:

  1. ((a))

    Constant

  2. ((b))

    Growing

  3. ((c))

    Homogeneous

  4. ((d))

    Heterogeneous

Show Answer
Answer: ((d))

Heterogeneous

The correct answer is Option 4.

 

Key Points

  • The passage directly addresses the nature of a generation in its final sentences.
  • It first mentions the common misconception that a generation is "possessed of a kind of exact unity, with all its parts and members homogenous."
  • It then explicitly refutes this, stating, "Yet, plainly it is not this. It is a whole but a whole in a state of constant flux, its factors and elements are eternally shifting. It is not one but many generations."
  • The phrases "constant flux" and "eternally shifting" are synonymous with being heterogeneous, which means diverse or varied in character.

Therefore, according to the author, a generation is a whole that is always Heterogeneous.

 

Additional Information

  • Constant: The passage explicitly states that a generation is in a state of "constant flux," which means it is constantly changing, the opposite of being constant.
  • Growing: The passage does not discuss the growth of a generation in terms of size, but rather its internal composition and nature.
  • Homogeneous: The passage directly says it is "plainly not this," rejecting the idea that a generation is uniform or homogeneous.
50

According to the author, the attitude of self opinionated person in the practical social life should be:

  1. ((a))

    flexible

  2. ((b))

    rigid

  3. ((c))

    indifferent

  4. ((d))

    proactive

Show Answer
Answer: ((a))

flexible

The correct answer is Option 1.

 

Key Points

  • The passage distinguishes between a person's attitude when forming opinions and when applying them in a social context.
  • It states that when a person "proceeds to apply his beliefs in the practical conduct of life, the position is different."
  • The passage then explicitly advises that "There are then good reasons why his attitude should be less inflexible."
  • The term "less inflexible" is a direct synonym for flexible.

Therefore, according to the author, the attitude of a self-opinionated person in practical social life should be flexible.

 

Additional Information

  • Rigid: The passage describes this attitude as appropriate when forming opinions, but it explicitly states the attitude should be "less inflexible" when applying them in life, which is the opposite of rigid.
  • Indifferent: The passage suggests a person should be mindful of the "ancient and composite" nature of society's growth, which requires consideration, not indifference.
  • Proactive: This term is not discussed in the passage. The focus is on the degree of adaptability, not on taking initiative.

Attempt this paper under real exam conditions

Timed interface, section switching, instant scoring, and question-by-question analytics — free.

Start Timed Attempt