Question
Find the average number of automatic cars sold in city
A, C and E together. Study the following table carefully and answer the given questions: The bar graph shows the percentage of number of Honda automatic cars sold and number of Honda manual cars sold out of total number of Honda cars sold in five different cities i.e. A, B, C, D and E.Solution
Number of automatic cars sold in city A = (132/55) × 45 = 108 Number of automatic cars sold in city C = (170/68) × 32 = 80 Number of automatic cars sold in city E = 250 Required average = (108 + 80 + 250)/3 = 146
In which scenario would para virtualization be preferred over full virtualization?Â
Who is widely regarded as the "Father of the Computer" for his conceptual design of the Analytical Engine?
- Which of the following best defines the concept of Encapsulation in Object-Oriented Programming (OOP)?
Which of the following best describes the main advantage of a Management Information System (MIS)?
In relational databases, which of the following best describes the role of a "foreign key"?  Â
Which of the following code snippets correctly implements a singly linked list in Java, including the ability to insert a new node at the beginning?
Dynamic programming is used by
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â
Which of the following design patterns violates the Open/Closed Principle of SOLID principles in object-oriented design?Â
In the Least Recently Used (LRU) page replacement algorithm, given the following reference string 4, 2, 4, 1, 5, 2, 3, 4, and assuming 3 frames, how man...