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, 30% 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.70 × 1.2x = 0.84x Number of boys in school B = 0.6x Required % = [(0.84x – 0.6x)/0.6x] × 100 = 40%
Multithreading an interactive program will increase responsiveness to the user by ___________
DBMS periodically suspends all processing and synchronizes its files and journals through the use of
The symbol table in a compiler is used to store:
Which of the following is the first phase of a compiler?
Which of these is an example of a peephole optimization technique?
Which of the following algorithms is specifically designed to minimize the average time a process spends waiting before execution in a CPU scheduling co...
Which of these is a bottom-up parser?
Which of the following grammars is suitable for top-down parsing?
Which of the following is NOT a type of intermediate code?
Which parser is most commonly used in modern compilers?