Question
A recent survey for XYZ city showed that 56 percent of
the population is below 21 years (exactly 21 years old not included), 25 percent of the rest of people is between 21-60 years and the rest of the population is more than 60 years. Then, what is the percentage of people who are more than 60 years of age in XYZ city?Solution
Let total population = 1000 Below 21 years of age = 56% of 1000 = 560 Remaining = 440 Between (21-60) = 25% of 440 = 110 Remaining = 330 (i.e., above 60 years age) Percentage of people above 60 = (330/1000) × 100 = 33%
Which of the following statements correctly describes a major difference between public and private clouds?
SMTP commands
Which of the following types of networks is most suitable for securely connecting geographically distant branches of a multinational company, while ensu...
Which of the following best describes the main advantage of a Management Information System (MIS)?
The time horizon of data warehouse is
Which of the following is not a valid difference between IPv4 and IPv6?
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...
What will be the output of the following code snippet?
class Animal:
def sound(self):
return "Some sound"
...
Which of the following best describes a significant difference between distributed parallel computing and cloud computing?
- Which phase of the Software Development Lifecycle (SDLC) focuses on identifying the feasibility and goals of the project?