Company: SDET_12oct
Difficulty: medium
Mr. Dell has constructed a large hall on the third floor of his house for the purpose of conducting physics coaching classes. The dimensions of the hall (Length:Breadth:Height) are in the ratio of 5:3:2. If the height of the hall is one meter less than its breadth, what would be the length of the longest bamboo that can be placed in the hall? sqrt(38) meters sqrt(35) meters sqrt(42) meters sqrt(30) meters From the following list of religious structures, identify the item that does not belong with the others. Cathedral Temple Monastery Mosque Consider the following pseudo-code that uses a stack. What is the output for input "doselectquiz"? declare a stack of characters; while (there are more characters) { read a character; push it; } while (stack not empty) { pop a character; write to screen; } doselectquiz ziuqtcelesod zuiqtcelesod doselectqziu What's the worst-case time complexity of insertion sort? O(n) O(n log n) O(n^2) O(log n) A stack is implemented using an array of size 5. Assum