Question
A rectangular water reservoir contains 42,000 liters of
water. Find the depth of water in the reservoir, if the base measures 6m by 3.5mSolution
Volume = 4200 lit = 42 m3 Length = 6m Breadth = 3.5m Volume = L x B x H 42 = 6 x 3.5 x H H = 42/6 x 3.5 H = 2m
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
int x = 10, y = 20, *p1 = &x, *p2 = &y;...
Which of the following statements correctly differentiates between continuous and categorical data?
How is the optimal sample size determined in statistical analysis?
In Power BI, which feature allows the creation of dynamic and customized summaries of data by dragging and dropping fields into a table-like structure?
Which forecasting method is most appropriate for time series data with a consistent trend but no seasonality?
In a dataset with outliers, which measure is more robust than the mean?
Consider the following Python code snippet:
class Employee:
def __init__(self, name, age):
self.name = name
<...In hypothesis testing, which of the following statements best describes the null hypothesis?
Which of the following best illustrates the concept of polymorphism in Object-Oriented Programming (OOP)?
Which of the following best illustrates the use of trend analysis in marketing?