Question
Statements: Some medals are sports. All
the sports are games. Conclusions: I. Some medals are games. II. No sport is medal In each of the questions below are given two statements followed by two conclusions numbered I, and II. You have to take the given statements to be true even if they seem to be at variance with commonly known facts. Read all the conclusions and then decide which of given conclusions logically follows from the given statements disregarding commonly known facts.Solution
Some medals are sports (I) + All the sports are games (A) → Some medals are games (I). Hence conclusion I follows. Some medals are sports (I) → Conversion → Some sports are medals (I). Hence conclusion II does not follow.
Which page replacement algorithm minimizes the number of page faults theoretically but is difficult to implement in practice?
In system design, what is the primary purpose of a feasibility study?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which of the following is a core characteristic of Big Data?
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Which of the following statements is true about ACID properties in database transactions?
In a data warehouse, which of the following best describes the concept of "data granularity"?
In Java, what will be the output of the following code snippet?
public class Test {
   public static void main(String[] args) { <...
Which of the following best describes the function of the Control Unit (CU) in the CPU?
Which graph traversal algorithm uses a queue to explore nodes layer by layer?