Question
What is the shortest distance between Yash’s Saloon
and Yash’s house? Answer the questions based on the information given below . Yash started his journey from his saloon to his house. He walks 15m towards in north direction and stops at Point C. From there, he takes two consecutive right turns of 15m each and stops at Point D. From there, he takes two consecutive left turns of 12m each and stops at Point A. From there, he walks 18m to his right and stops at Point B. Yash’s house is in south of Point B and east of Point D.Solution
Shortest distance between Yash’s Saloon and Yash’s house = 18 + 12 + 15 = 45 m.
An e-commerce company wants to understand the trend of holiday season sales over the past decade to forecast future sales. Which analysis method should ...
Which data modeling technique is used to represent the relationships between entities in a database?
Which sampling technique involves dividing the population into mutually exclusive subgroups and then randomly selecting samples from each subgroup?
In the context of data analysis, which of the following best describes trend analysis?
Which of the following R functions is used to perform a t-test for comparing the means of two independent samples?
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 features in Power BI allows for dynamically filtering data across multiple visuals with a single control element?
In a structured database, which data storage format would best support hierarchical data with varying levels of nested attributes?
A data analyst is working on a survey dataset that records customer feedback as "Very Satisfied," "Satisfied," "Neutral," "Dissatisfied," and "Very Diss...
Why is sampling commonly used in data analysis, especially when dealing with large datasets?