Question
Who among the following is the third lightest
person? Answer the questions based on the information given below. Seven persons R, S, T, U, V, W and X have different weights. Only X is heavier than R. V is immediate heavier than W. W is not the lightest person. U’s weight is more than V’s weight. Average of W’s and U’s weight is equal to that of T’s weight. Weight of third heaviest person is 25kg and second lightest person is 15kg.Solution
Only X is heavier than R. X        R   _____  _____  _____  _____  _____ V is immediate heavier than W. W is not the lightest person. U’s weight is more than that of V’s weight. Average of W and U’s weight is equal to that of T’s weight. It means T must be lighter than U and heavier than F. X        R   U  T  V  W  _____ We get that S is the lightest person. X        R   U  T  V  W  S Weight of third heaviest person is 25kg and second lightest person is 15kg. X    R   U(25Kg)  T  V  W(15Kg)  S Average of W and U’s weight is equal to that of T’s weight. So, weight of T is: (25 + 15) / 2 = 40 / 2 = 20kg. Therefore, the final arrangement is X > R > U (25kg) > T (20kg) > V > W (15kg) > S
What is the primary objective of system testing in the software development lifecycle?
Which of the following element in XSLT is used to apply a template repeatedly on each node?
Consider the following Java code:
  public class Product {
    private String name;
    private double price;
The precision is composed of which of the following two characteristics?
Which of the following is NOT a typical step in NLP text preprocessing?
Which of the following statements best describes the role of the JDBC package in Java programming?
Which statement is FALSE about open loop system?
What is Computer Output Microfilm (COM) primarily used for in data management and archival systems?
Complete the Java code to replace all occurrences of a specific word (case-insensitive) in a string.
public class RegexReplacer {
  pu...
A Decision Support System (DSS) is best described as: