Question
Sushil can type 40 lines in 20 minutes but he leaves 8%
margin on each line. In how much time he will type 46 pages with 80 lines on each page in which he leaves 25% more margin than before?Solution
Capacity of Sushil = (40 lines)/(20 minutes) × 92% = 1.84 Now, 25% of 8 = 2 Margin % = (8 + 2) = 10% Required time = (80 ×46 ×90%)/1.84 = 1800 minutes = 30 hours
Which of the following statements about normalization in relational databases is correct?
The amortized cost of appending an element at the end of a dynamic array is:
Which of the following scenarios violates Boyce-Codd Normal Form (BCNF) in a relational schema?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
Which protocol is used by devices to obtain an IP address automatically in a network?
In a data warehouse, which of the following best describes the concept of "data granularity"?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which SOLID principle emphasizes that a class should have only one reason to change?
Which of the following best illustrates Encapsulation in Object-Oriented Programming?