Question
Two numbers are respectively 30% and 50% more than a
third number. First number is approximately how much percent less than the second number?Solution
Let the third number be 100 First number = 100 + 30% of 100 = 130 Second number = 100 + 50% 0f 100 = 150 Required percent = 150-130/150*100 = 13.33%
What does below UNIX command do?
cat filename
Which data structure is ideal for implementing a LRU (Least Recently Used) cache?
What is the primary purpose of data deduplication in storage management?
Which of these can be overloaded?
In the context of ADTs, what does "polymorphism" refer to?
What is a resource in the context of deadlocks?
In a virtual memory system, what is a "page fault"?
In Variational Autoencoders (VAEs), what is the purpose of the "encoder" network?
ICMP sends “Destination Unreachable – Fragmentation Needed” when:
In a two-phase locking protocol, which phase allows transactions to acquire locks but not release them?