Question
Statements : All doors are chairs. Some
chairs are glass. Some glasses are not tables. Conclusions : I.  No glass is a table. II.  Some chairs are not doors. Directions (1-5):  Read both the conclusions and then decide which of the given conclusions logically follows from the given statements disregarding commonly known facts. Give answer— (1) if only conclusion I is true. (2) if only conclusion II is true. (3) if either conclusion I or conclusion II is true. (4) if neither conclusion I nor conclusion II is true (5) if both conclusions I and II are true.Solution
Alternate solution: Some glasses are not tables(O) `->` Â I.I `->` Â No conclusion. Hence conclusion I does not follow. All doors are chairs(A) `->` Â Conversion `->` Â Some chairs are doors(I). Hence conclusion II does not follow.
What is the main purpose of the AJAX technique in web development?
Which of the following page replacement algorithms results in the lowest page-fault rate for a given reference string but is often impractical to implem...
In a network, which protocol is used to determine the MAC address corresponding to a given IP address?
Which of the following is NOT one of the OWASP Top 10 web security risks?
Which category of computers is known for its immense processing power, used for highly complex calculations, weather forecasting, and scientific simulat...
Which of the following is a characteristic feature of a Relational Database Management System (RDBMS)?
The values appearing in given attributes of any tuple in the referencing relation must likewise occur in specified attributes of at least one tuple in t...
Which is/are correct w.r.t Passive attacks
In data analytics, which algorithm is commonly used for predictive modeling when the target variable is categorical?   Â
Appending value to list in python