Question
If the length of the rectangular pipe is 2 times of its
breadth and 5 times of its height. Find the total surface area if its volume is 600 cm³?Solution
LCM of 2 and 5 = 10 Length = 10xcm Breadth = 5xcm Height = 2xcm Volume = 10x × 5x × 2x = 600 100x = 600 x = 60 Length = 60 cm, Breadth = 30 cm, Height = 12 cm Total surface Area = 2 (lb + bh + hl) = 2 (60×30 + 30×12 + 60×12) = 2 (1800 + 360 + 720) = 2 × 2880 = 5760 cm²
In the context of backups, what is a retention policy?
A firewall that monitors the state of active connections and makes decisions based on the context of those connections is known as a:
What is the main advantage of Hadoop's HDFS (Hadoop Distributed File System)?
In the context of a database, what is a transaction?
If we want to represent the graph as an______ , then it can be implemented as_______.Â
How many dimensions are selected in Slice operation?
In a depth-first traversal of a tree or graph, what data structure is typically used to keep track of nodes to be visited next?
In dynamic programming, what is the purpose of the "bottom-up" approach?
What is the scope of a variable in programming?
What is the worst-case time complexity of inserting n elements into an empty linked list, if the linked list needs to be maintained in sorted order? Mo...