Question
The HCF of two numbers is 6 and their LCM is 96. If one
of the numbers is 24, find the other number.Solution
For two numbers a and b: a × b = HCF × LCM Let the other number be x. 24 × x = 6 × 96 24x = 576 x = 576 / 24 = 24 Answer: 24 (Note: both numbers become 24 in this case, which is allowed.)
Which of the following query will return the third-highest salary from an Employee table in SQL?
Abstract Class in Java
Which of the following best describes a significant difference between distributed parallel computing and cloud computing?Â
Which of the following sorting algorithms is NOT stable?Â
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
In object-oriented programming, what type of polymorphism is achieved at runtime?Â
In a hypervisor-based virtualization environment, which of the following storage solutions is best suited for providing high availability and scalabilit...
Which of the following is not a method of inter-process communication (IPC) in modern operating systems?Â
What will be the output of the following code when the pop method is executed?
class Stack:
  def __init__(self):
    s...
In a mission-critical network requiring fault tolerance and multiple redundant paths, which of the following topologies provides the highest level of re...