Midterm Test: Inquiry-Based Problem Solving with AI Tools
Midterm Test: Inquiry-Based Problem Solving with AI Tools
Steps to Complete the Assignment
Steps to Complete the Assignment
Step 1: Define the Problem
- Example Question to Ask AI:
"How can I use Python to read a CSV file named grade.csv?" - Expected Response: The AI may suggest using tools like pandas to load the CSV file and provide example code.
Step 2: Execute Programs
- Example Question to Ask AI:
"How can I run a Python program?" - Expected Response: The AI may suggest tools like Google Colab, Kaggle, or setting up Python locally.
Step 3: Calculate Averages
- Example Question to Ask AI:
"How can I calculate the average for each column in a CSV file using Python?" - Expected Response: The AI will explain how to calculate averages using functions like mean() and provide example code.
Step 4: Visualize Data
- Example Question to Ask AI:
"How can I create a bar graph for student grades using Python?" - Expected Response: The AI will provide instructions and example code to generate graphs using libraries like matplotlib.
Step 5: Combine Steps
- Example Question to Ask AI:
"How do I write a program that combines reading a CSV file, calculating averages, and creating graphs?" - Expected Response: The AI will guide you in organizing your code and combining all parts.