Question
Monthly income of A is Rs. 45000 out of which he spent
30%, 22% and 24% of his total income in rent, medicine and transportation, respectively. Find his expenditure on given three items.Solution
Required expenditure = (0.30 + 0.22 + 0.24) × 45000 = Rs. 34200
A programmer is implementing a data analysis tool that frequently needs to append elements to a collection. If an array is used, what is a potential per...
Which type of database join returns only the matching rows from two tables based on a condition?
Priority Queue allows access to elements based on priority rather than order.
Which of the following is the main objective of the 3rd Normal Form (3NF) in database normalization?
Which network topology ensures full redundancy but is highly expensive and complex to implement?
What is the purpose of the keys() method in a dictionary?
Which type of database key is a candidate key that has not been chosen as the primary key?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
Which of the following best explains segmentation in memory management?
Given the following code snippet, which operation is performed on the binary tree to produce the output: 4, 2, 5, 1, 3 ?
class Node {Â Â Â Â Â in...