Question
A boy lost his 25% of his money. After spending 30% of
the remainder, he has Rs 1260 left. What money does he had initially?Solution
Let A be the pocket money, A ( 1 + x/100) ( 1 + y/100) = 1260 (Given) Here x = - 25, y = - 30 Therefore, A( 1 - 25/100) ( 1 - 30/100) = 1260 A = (1260 x 100 x 100) / (75 x 70) = Rs 2400
In the context of containerization, what is the role of an orchestration tool?
Which of the following statements correctly describes a major difference between public and private clouds?
Which of the following is not a valid difference between IPv4 and IPv6?
- Which type of attack allows an attacker to inject malicious scripts into a trusted website to execute in a victim's browser?
Which of the following best describes the IaaS model?
- What will be the output of the following Java code snippet, which implements a simple ArrayList and performs an insertion and a retrieval? import java.util...
Consider a Binary Search Tree (BST) with the following values inserted in sequence: 45, 32, 50, 15, 40, 47, 60. What will be the in-order traversal of t...
Port number for data and control of FTP protocol
In a Management Information System (MIS), which of the following is considered the primary objective?
What will be the output of the following code snippet implementing the Least Recently Used (LRU) page replacement algorithm?
def lru(pages, capac...