Question
Find the third proportional to 14 and
42?Solution
Third proportional = a : b :: b : c It can be written as = b2 = ac  Here, a : b : c = 14 : 42 : c => 42 × 42 = 14 × c => c = (42 × 42)/14 = 126
Which of the following is the main objective of the 3rd Normal Form (3NF) in database normalization?
Which OOP principle allows for restricting access to certain parts of an object while exposing only necessary parts for interaction?
Which of the following statements best describes polymorphism in object-oriented programming?
What will be the output of the following queue implementation using two stacks?
class QueueUsingStacks {Â Â Â Â Â Stacks1 = new Stack <>... Which memory is the fastest?
Which design pattern is most suitable for controlling access to a resource by limiting the number of clients that can use it concurrently?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
Which CPU scheduling algorithm always selects the process with the smallest burst time first, potentially leading to starvation?
Which traversal method visits the root node first in trees?
What is the best-case time complexity of the binary search algorithm ?