Question
300, 150, 150, ?, 450,
1125 What will be come in place of Question marks (?) in the given number series.Solution
300 × 0.5 = 150 150 × 1 = 150 150 × 1.5 = 225 225 × 2 = 450 450 × 2.5 = 1125
Which of the following is used to handle exceptions in Java?
Which tree traversal is most suitable for finding the shortest path in an unweighted graph represented as a tree?
ch data structure is used in Depth-First Search (DFS)?
Which C++ feature allows functions or operators to have the same name but behave differently?
What is the output of the following code: x = 5; y = 2; print(x ** y)?
Which of the following sorting algorithms is stable?
Which of the following services is NOT commonly provided by AI/ML platforms?
Which of the following algorithms is most commonly used in Operating Systems for deadlock prevention?
Which of the following statements is correct for Python lists?
Which type of Memory is typically the fastest in a computer system?