Question
40 men can complete a piece of work in 40 days. βxβ
men started the work and after 30 days 64 more men joined them so that whole work was finished in the desired time. Find the value of βxβSolution
Total work = 40 Γ 40 = 1600 units According to question; 30 Γ x + 10 Γ (x + 64) = 1600 Or, 30x + 10x + 640 = 1600 Or, 40x = 960 Or, x = 24
Best case complexity of insertion sort is:
Which of the following is a primary advantage of using a star schema in a data warehouse design?
Union-Find with path compression achieves nearly constant time because its complexity is:
Which of the following is an effective countermeasure against Cross-Site Scripting (XSS) attacks in a web application?
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which type of relationship between classes in OOP is best represented when one class is a part of another class but can exist independently?
...Which traversal method visits the root node first in trees?
Which of the following best differentiates between server-based virtualization and hypervisor-based virtualization?
In the context of asymmetric encryption, which of the following is a key feature of public-private key pairs?
Which encryption technique is used in Transport Layer Security (TLS) to securely establish a session key?