Question
78, 80, 84, ?, 108,
140 Find the missing number (?) in the given number series.Solution
ATQ, 78 + 2 = 80 80 + 4 = 84 84 + 8 = 92 92 + 16 = 108 108 + 32 = 140
Which service model offers virtual machines and storage resources?
A C function pop(Stack* s) is designed to remove and return the top element from a stack.
#include
#include
#d...
Which of the following scenarios best demonstrates a potential use of candidate keys in a relational database?Β
Using a bottom-up dynamic programming approach to calculate the 6th Fibonacci number (F(0)=0, F(1)=1), what are the values stored in the DP table F at i...
Which design pattern would be most appropriate to ensure that only one instance of a class exists and provides a global point of access to that instance...
The order of convergence of Newton-Raphson method is:
Consider the following Python code:
s = "PythonProgramming"
part1 = s[2:6] # Corrected line
part2 = s[-5:]
print(part1 + par...
Which of the following network topologies is most resilient to node failures?Β
Round robin scheduling is essentially the preemptive version of
In HTTP request methods, which of the following methods is not idempotent ?Β