Question
Five boxes B, C, D, E, F are placed in a row from west
to east direction according to their weight in an increasing order. And also each of them is of different color. The box which is second lightest is of which color? I. D placed at one of the extreme end. Purple box is heavier than Red box. Neither box F nor C is the heaviest. Box B is not of Blue and Red color. Pink box is not heavier than Red box. II. Only one box is placed in between box F and C. Box B is heavier than Pink box. Box C is not placed adjacent to D. Box E is of Black color. Blue box is lighter than E. Neither F nor D is of Blue color. Blue box is heavier than Purple box. Each of the questions below consists of three statements numbered I, II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question.Solution
From Statement I: And Pink < Red < Purple From statement II:
And Purple < Blue < Black (E) and Pink < B From both statements I and II We get that D is the lightest box and is of Pink color and F is second heaviest and is of Red color. D (Pink) < F (Red) < B (Purple) < C (Blue) < E (Black)
What is the purpose of the with statement when working with files?
Data Frame are associated with which layer of OSI Model
- What will be the output of the following Java code snippet, which implements a simple ArrayList and performs an insertion and a retrieval? import java.util...
Which of the following protocols is responsible for sending and receiving emails across the internet?Â
In data analytics, which algorithm is commonly used for predictive modeling when the target variable is categorical?   Â
Which of the following SQL queries is used to find the second highest salary from an employee table?
SELECT MAX (salary) Â Â Â Â Â Â Â FROM empl...- Which attack type specifically targets application-layer protocols like HTTP, DNS, and SMTP?
Which of the following is the most effective method for ensuring that an organization complies with security and privacy regulations such as GDPR or HIP...
In database management systems (DBMS), which normalization form removes partial dependency?
Which of the following statements best describes a key difference between virtual machines and containers?Â