Question
An asset bought at Rs.10 lakh was sold for Rs.4 lakh
after 3 years. What is the depreciation charged on the asset per year as per straight line method?Solution
Depreciation = (Cost – salvage value) / life of asset = (10 lakh – 4 lakh) / 3 = 2 lakh
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?