Question
12, 3.6, 18, 0.72, 0.432,
0.3024 Find the wrong number in the given number series.Solution
ATQ, 12 x 0.3 = 3.6 3.6 x 0.4 =Â 1.44 1.44 x 0.5 = 0.72 0.72 x 0.6 = 0.432 0.432 x 0.7 = 0.3024 1.44 will come in place of 18
A data structure allows insertion and deletion only from one end. Which of the following best describes its use case in real-world scenarios?
In the context of network security protocols, which of the following is responsible for securing web traffic by encrypting data between a client and a s...
Which of the following Big Data processing models is based on the concept of continuous data flow processing?
Which of the following query will return the third-highest salary from an Employee table in SQL?
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
  int x = 10, y = 20, *p1 = &x, *p2 = &y;...
What factor primarily determines the minimum sample size needed for a survey ?
Which cloud computing service model provides users with complete control over hardware resources like servers, storage, and networks?
Which of the following forecasting methods is most suitable for data with a linear trend but no seasonality?
Which SQL query would return the top three departments with the highest total salaries from an employees table with columns department , salary , and em...
In data analysis, why is sampling often preferred over analyzing an entire population?