Question
510.11 ÷ 16.98 × 5.14 – 119.9 =
√? What approximate value will come in place of the question mark (?) in the following question? (Note: You are not expected to calculate the exact value.)ÂSolution
510 ÷ 17 × 5 – 120 = √? 30 x 5 – 120 = √? 150 – 120 = √? √? = 30 ? = 900Â
The amortized time for inserting into a dynamic array (like C++ vector) is:
Which algorithm is best suited to find the shortest path in a graph with negative edge weights but no negative cycles?
Which algorithm returns a minimum spanning tree (MST) and uses a priority queue to select the next edge connected to the growing tree?
Which of the following protocols is most commonly used in IoT devices to enable communication between smart devices?
Dynamic Programming is preferred over recursion when:
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
Which of the following SQL queries is used to remove a table from a database?
Which algorithm is best suited for finding a Hamiltonian cycle in an undirected graph?   Â
Which data structure is used for implementing recursive function calls?
Which protocol is most commonly used for secure communication between IoT devices over the internet?    Â