Question
What is the short title of the Act governing patents in
India?Solution
The official name is “The Patents Act, 1970,” which consolidates and amends the law relating to patents in India.
Which data cleaning technique is most appropriate for handling missing data when missing values are randomly distributed across a dataset?
What is the primary difference between recursion and iteration in programming?
Which of the following is an example of semi-structured data?
In VLANs (Virtual LANs), what protocol is used to carry VLAN information between switches?
In data management, what role does metadata play when working with a large dataset of customer transactions?
In data analysis, why is sampling often preferred over analyzing an entire population?
Which of the following is the primary purpose of exploratory data analysis (EDA)?
In file systems, which allocation method results in the maximum random access performance?
Which of the following best describes quantitative data in a business analysis context?
Given the following SQL query:
SELECT department _ id, COUNT(*) AS employee _ count
FROM employees
GROUP BY department_id
HA...