Question
(?) + (35)2 = (140)2 –
(80)2 + 20% of 5480Solution
? + 1225 = 19600 – 6400 + `20/100` × 5480 ? + 1225 = 19600 – 6400 + 1096 ? = 13071
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?