Question
In the questions given below, there are three
statements followed by three conclusions I, II and III. You have to take the three given statements to be true even if they seem to be at variance from commonly known facts. Read all the conclusions and then decide which of the given conclusions definitely follows from the given statements disregarding commonly known facts. Statements : Some Caps are Hats All Hats are Shirt Only Shirt is Pant Conclusions : I. Some Caps can be Pant II. No Hat is Pant III. Some Caps are ShirtSolution
Only Shirt is Pant → All Pants are Shirt (A) and Pant cannot have any positive relation with anyone. Hence conclusion I is not true. All Hats are Shirt + Only Shirt is Pant → No Hat is Pant (E) and Pant cannot have any positive relation with anyone. Hence conclusion II is true. Some Caps are Hat (I) + All Hats are Shirt (A) → Some Caps are Shirt (I). Hence conclusion III is true.
In which of the following scenarios would the Floyd-Warshall algorithm be most suitable?
Which type of inheritance in C++ allows a class to inherit from more than one base class?
Consider the following Java code snippet:
  import java.util.PriorityQueue;
  public class HeapQuestion9 {
    publ...
Encapsulation is often described as a "protective barrier" that prevents the data from being accessed by the code outside the class. This statement is:
In PAM technique which of the below attributes of the pulse is used to vary as the amplitude of message varies
The first step in the greedy Activity Selection problem is to sort the activities. Which criterion is used for sorting to ensure the greedy choice prope...
Consider the Quick Sort algorithm with the last element as the pivot. For the array [7, 2, 1, 6, 8, 5, 3, 4], what will be the state of the array *after...
Which of the following is NOT a typical step in NLP text preprocessing?
Dijkstra's algorithm, used for finding the shortest paths from a single source to all other vertices in a graph with non-negative edge weights, is an ex...
Which query retrieves all records from TableA that have no corresponding records in TableB?