Question
The length is decreased by 18%, the breadth is decreased
by 12% and the height is increased by 50%. Calculate the percentage change in the volume of the cuboid.Solution
ATQ, Let initial dimensions be l, b, h. Initial volume = lbh cubic units New volume = 0.82l × 0.88b × 1.5h = 1.0824lbh Required percentage change = {(1.0824lbh – lbh)/lbh} × 100 = 8.24%
Which of the following is the primary goal of a Cross-Site Scripting (XSS) attack?
Which of the following represents the Preorder Traversal of the binary tree given below?
       A       / \      B   C   ...Which of the following OWASP Top 10 risks involves insecure coding practices that allow attackers to gain access to sensitive data, such as usernames a...
Given a singly linked list with 'n' nodes, what is the time complexity to delete the last node?
Which of the following statements best describes polymorphism in object-oriented programming?
Which of the following is a key challenge in handling deadlocks in an operating system?
What is the best-case time complexity of the binary search algorithm ?
Which operation is used to add an element to the top of a stack?
Which design pattern is best suited for ensuring that a class has only one instance and provides a global point of access to it?
Priority Queue allows access to elements based on priority rather than order.