Question
Statements: No construction is building.
No building is foundation. Every foundation is apartment. Conclusions: I. Some apartment are not building. II. Some foundation being construction is a possibility. In the question below there are three statements followed by two conclusions I and II. You have to take the three given statements to be true even if they seem to be at variance from commonly known facts and then decide which of the given conclusions logically follows from the three statements disregarding commonly known facts .Solution
No building is foundation (E) + All foundation is apartment (A) → Some apartment are not building (O*). Hence conclusion I follows. No construction is building (E) + No building is foundation (E) → Probable conclusion → Some foundation may be construction (I). Hence conclusion II follows.
What is the worst-case time complexity for inserting an element into a hash table that uses separate chaining for collision resolution?
Which traversal method visits the root node first in trees?
Which algorithm is used for computing Max-Flow in a network?
In the context of Management Information Systems (MIS), which of the following best describes the role of a decision support system (DSS)?
Which of the following is a primary feature of Mobile Computing?
Time complexity of heap sort is:
Which of the following traversal methods is used to visit nodes in the order "left child, root, right child" in a binary tree?
Which of the following best describes the function of the Control Unit (CU) in the CPU?
Which of the following statements about parameter passing in Python is TRUE?
Priority Queue allows access to elements based on priority rather than order.