Question
A factory produces two types of gadgets: Type A and Type
B. In a day, it produces 300 Type A gadgets and 400 Type B gadgets. If the production cost of Type A is ₹50 per unit and Type B is ₹75 per unit, what is the total production cost for both types of gadgets in a week?Solution
Total production cost of Type A per day = 300 * 50 = ₹15,000. Total production cost of Type B per day = 400 * 75 = ₹30,000. Total daily production cost = 15,000 + 30,000 = ₹45,000. Total weekly production cost = 45,000 * 7 = ₹315,000. Correct answer: C) ₹3,15,000
Which of the following statements best describes the role of data visualization in data analysis?
A data analyst is tasked with improving operational efficiency by examining employee performance metrics and identifying bottlenecks. Which of the follo...
Which of the following is a key difference between Big Data and Traditional Data?
A financial organization is aiming to reduce operational costs by analyzing transactional data to identify inefficiencies. Which of the following roles ...
In descriptive statistics, which of the following measures is least affected by extreme values (outliers)?
In VLANs (Virtual LANs), what protocol is used to carry VLAN information between switches?
Which of the following is true regarding the use of pivot tables in Excel for data analysis?
If a time series exhibits a cyclical pattern that does not follow a fixed period (e.g., economic cycles), which of the following decomposition methods w...
Which SOLID principle emphasizes that software entities should be open for extension but closed for modification?
A developer is tasked with implementing a task scheduling system where multiple tasks with dependencies need to be executed. Which data structure would ...