Question
Find the HCF of 96 and 168.
Solution
ATQ, 168 ÷ 96 gives remainder 72 96 ÷ 72 gives remainder 24 72 ÷ 24 gives remainder 0 So HCF = 24
Which of the following is an example of an emerging technology that is most likely to impact the future of computing?
Which of the following traversal methods is used to visit nodes in the order "left child, root, right child" in a binary tree?
Fibonacci heaps support which operation in O(1) amortized time?
In B+ trees, which of the following statements is FALSE?
If an algorithm takes $5n²  + 3n + 10$ steps for an input of size n, its Big O notation would be:
In CI/CD pipelines, which of the following is NOT a key benefit of Continuous Integration (CI)?
Which of the following best describes the primary function of an IoT gateway in an Internet of Things (IoT) network?
Which of the following collision resolution techniques involves storing all elements that hash to the same value in a linked list?
Which of the following data structures is best suited for implementing a LIFO (Last In, First Out) mechanism?
Which of the following is NOT a type of graph representation?