Question
Srikant is shorter than Raju. Anuj is taller than
Srikant. Vipin is taller than Raju but shorter than Rakesh. Raju is taller than Anuj who will be in the middle if they stand in a row according to descending order of their height?Solution
Raju > Srikant ……(i) Anuj > Srikant ………(ii) Rakesh > Vipin > Raju ……(iii) Raju > Anuj ………..(iv) From (i), (ii), (iii) and (iv), we get Rakesh > Vipin > Raju > Anuj > Srikant. So, Raju is in the middle of the row.
Which is not the property of Data warehouse
Which is not an IoT OS?
What is a primary feature of the Agile Model in software development?
How many types of JDBC drivers?
If a series is already sorted, which sorting technique will finish in the least time?
What is the primary objective of the Producer-Consumer problem in concurrent programming?
For the system showm below calculate the transfer function.
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â Â ...
What is a best practice for securing remote access in Windows and Unix/Linux environments?Â
What does a star schema consist of?