Question
The total strength of school A is 20% more than that of
school B. In school A and B, out of total number of students, 20% and 40% respectively are girls. The number of boys in school A is how much percent more/less than that in school B?Solution
Let the total number of students in school B be βxβ. Therefore, total number of students in school A = 1.2x Number of boys in school A = 0.80 Γ 1.2x = 1.96x Number of boys in school B = 0.6x Required % = [(1.96x β 0.6x)/0.6x] Γ 100 = 60%
Which of the following describes the difference between Windows and Unix/Linux file systems?Β Β
In Data Communication, what protocol is used to ensure reliable transmission of data over a network?
In Data Structures, which of the following algorithms uses the Divide and Conquer strategy?
What is the time complexity of inserting an element in a heap?
Which data structure is used in BFS (Breadth-First Search)?
Which of the following is true for the time complexity of binary search?
Depth-First Search (DFS) typically uses which data structure implicitly or explicitly?
In a relational database, what is the purpose of a foreign key?
Which application layer protocol is used to retrieve emails from a remote server?
Which page replacement algorithm replaces the page that will not be used for the longest period of time in the future?Β Β