Data Literacy Questions All Types
Data Literacy Questions All Types
1. ________ is the process of collecting and organizing raw data to make it usable.
2. In data visualization, a ________ is used to show the relationship between two variables.
3. A pie chart represents data in the form of ________.
4. The process of finding errors and inconsistencies in data is called ________.
5. Primary data is collected ________, while secondary data is obtained from ________.
Q6. Define data literacy and explain its importance in Artificial Intelligence.
Q7. Differentiate between structured data and unstructured data with examples.
Q8. What is the significance of data cleaning in AI projects? Provide two examples of data cleaning tasks.
Q9. Explain the concept of data bias and its impact on AI models.
Q10. List any three tools used for data visualization and briefly describe their features.
Q11. Discuss the role of data in training AI systems. Explain the importance of the following:
● Data quality
● Data quantity
Q12. Describe the steps involved in a basic data analysis process, starting from data collection to drawing
conclusions.
css
Copy code
Product | Sales in January | Sales in February
--------- | ---------------- | ----------------
A | 50 | 80
B | 30 | 40
C | 60 | 70
Create a bar graph to represent the data visually. Explain how this visualization helps in analyzing the sales
trend.
Q14. How can a heatmap be used to represent data? Provide an example where a heatmap would be a suitable
visualization.
Q15. What are the differences between primary data and secondary data? Provide two advantages and
disadvantages of each.
Q16. A company wants to use AI to predict customer satisfaction based on product reviews.
1. Identify the types of data the company might collect (structured and unstructured).
2. Suggest methods to clean and preprocess this data for analysis.
3. Propose a suitable way to visualize the relationship between customer ratings and the number of reviews.