Question
If the difference between the weights of U and R is
23kg, then how many items are lighter than the item S? Answer the questions based on the information given below. There are six items P, Q, R, S, T and U. Each of the items has different weight. P is heavier than S but lighter than U. The weight of second heaviest item is 58kg. The weight of the second lightest item is 35kg. The weight of Q is more than the weight of S and T, which is the lightest among all. U is not the heaviest item. R is lighter than P.Solution
P is heavier than S but lighter than U. The weight of Q is more than the weight of S and T, which is the lightest among all. U is not the heaviest item. R is lighter than P. U > P > S Or Q > S > T Also, T is the lightest among all and U is not the heaviest. So, Q must be the heaviest item among all. The final arrangement is as follows: Q > U(58) > P > S/R > R/S (35) > T If the difference between the weights of U and R is 23kg, then weight of R must be 35kg which means item S is heavier than R.
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?