Question
The ratio of the number of English books to Hindi books
in a library shelf is 5:3. If 108 Hindi books are written by Pradeep, which constitutes 36% of the Hindi books, then find the difference between the number of English books and Hindi books in the shelf.Solution
Number of Hindi books = 108/0.36 = 300 Number of English books = 300 × (5/3) = 500 Required difference = 500 – 300 = 200
Which of the following SQL queries is used to find the second highest salary from an employee table?
SELECT MAX (salary) FROM empl...Which of the following is not a valid difference between IPv4 and IPv6?
- Which layer of the OSI Model is responsible for ensuring error-free delivery of data between source and destination?
Identify correct statement w.r.t Java Syntax
Which of the following is defined as an attempt to steal, spy, damage or destroy computer systems, networks, or their associated information?
Consider a Binary Search Tree (BST) where every node stores a key and two child pointers. What is the time complexity of finding the Lowest Common Ances...
Which of the following statements best describes a key difference between virtual machines and containers?
Which component in a V-shaped software development model corresponds to the testing phase?
What is the purpose of the with statement when working with files?
Which method is used to compute the inverse of a matrix in numerical computing efficiently?