Question
The questions below are based on the given Series - I.
The series - I satisfy a certain pattern, follow the same pattern in Series - II and find the wrong number in the series–II. I. 64, 96, 192, 480, 1440, 5040 II. 58, 87, 174, 435, 1315, 4567.5Solution
Series I. 64 × 1.5 = 96 96 × 2 = 192 192 × 2.5 = 480 480 × 3 = 1440 1440 × 3.5 = 5040 Series II 58 × 1.5 = 87 87 × 2 = 174 174 × 2.5 = 435 435 × 3 = 1305 1305 × 3.5 = 4567.5 In place of 1315, 1305 should come.
Time complexity of heap sort is:
Which type of database key is a candidate key that has not been chosen as the primary key?
Which data structure uses LIFO (Last In, First Out) principle?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
- Which of the following is the primary characteristic of Infrastructure as a Service (IaaS) in cloud computing?
Which of the following accurately describes the role of a "foreign key" in a relational database system?
Deletion in Red-Black Trees maintains balance using:
Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?
In the dynamic programming approach for LCS, the base cases are crucial for correctly initializing the dp table.
Consider the following Python co...
RISC stands for: