Question
If the length of a rectangle becomes double and its
breadth becomes three-fourth, then find the percentage increase in its area.Solution
ATQ, Let length and breadth of the rectangle be βLβ cm and βBβ cm Initial area = (L Γ B) cmΒ² Increased length and breadth = β2Lβ cm and β3B/4β cm Increased area = {2L Γ (3B/4)} = {(3 Γ L Γ B)/2} cmΒ² Required percentage = {(1.5LB β LB)/LB} Γ 100 = 50%
Which of the following best differentiates between server-based virtualization and hypervisor-based virtualization?
Which of the following is true about triggers in a relational database?
In the context of asymmetric encryption, which of the following is a key feature of public-private key pairs?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
What is the time complexity of searching an element in a balanced binary search tree (BST) with nnn nodes?
A code flow involves processing a stream of data where elements are added to the front and removed from the front. Which type of linked list would provi...
Which design pattern is most suitable for controlling access to a resource by limiting the number of clients that can use it concurrently?
Β What is the maximum number of nodes in a binary tree of height 'h' (where root is at height 0)?
Union-Find with Path Compression achieves nearly:
Which data structure is used for undo operations in text editors?