Question
180000, 7200, 360, 36, 2.4,
0.48 Find the wrong number in the given number seriesÂSolution
ATQ, 180000 ÷ (5 × 5) = 7200 7200 ÷ (5 × 4) = 360 360 ÷ (5 × 3) = 24 24 ÷ (5 × 2) = 2.4 2.4 ÷ (5 × 1) = 0.48 Therefore, 24 should come in place of 36.
A queue initially empty undergoes the following sequence of operations:
1. enqueue(10)
2. enqueue(20)
3. dequeue()
4.�...
Which of the following tools is commonly used for compliance auditing in Unix/Linux environments?Â
Which of the following statements accurately describes the object-oriented programming (OOP) support in Java and C?
Complete the Python code to print the elements of the main diagonal of a square matrix matrix of size N x N.
def print_main_diagonal(matrix, N):<...
What happens if a subclass does not explicitly call a superclass constructor?
What is the best case time complexity of merge sort?
Which of the following is a key characteristic of a Public Cloud?Â
What is the primary goal of code optimization in software development?
The following Java code attempts to demonstrate method overloading, but it has a compilation error. How should it be corrected?
public class Calc...
Which service model offers virtual machines and storage resources?