Which of the following personalities is the author of Jeh: A Life of JRD Tata?
If a piece of blood-rich liver is dipped in hydrogen peroxide, gas given off is
Any two shortest points in a wave that are in phase are termed as
Hormones thyroxine and adrenaline and pigment melanin are formed from
Which of the following commands can be used to get information about all users who are currently logged into the system
When light enters a less dense medium, it bends
The output of the two codes shown below is the same. State whether this statement is true or false.bin((2**16)-1) '{}'.format(bin((2**16)-1))
Which of the following is used for creating a binary export of the contents of a Mongo database
What is the output of this C code int main() { int x = 1; short int i = 2; float f = 3; if (sizeof((x == 2) ? f : i) == sizeof(float)) printf("float\n"); else if (sizeof((x == 2) ? f : i) == sizeof(short int)) printf("short int\n"); }
Which applications can be tested using Jmeter
SQL query to find the temperature in increasing order of all cities
If a single table hosts all the instances of a class hierarchy, then it is known as
A person wants to visit some places. He starts from a vertex and then wants to visit every place connected to this vertex and so on. What algorithm he should use
A mixture of 40 litres of salt and water contains 70%of salt.how much water must be added to decrease the salt percentage to 40%