diff --git a/docs/CSM-AI-Policy/index.md b/docs/CSM-AI-Policy/index.md index 115862c..4e2ab5d 100644 --- a/docs/CSM-AI-Policy/index.md +++ b/docs/CSM-AI-Policy/index.md @@ -19,7 +19,7 @@ Here are some examples of permitted and prohibited prompts. Notice that the dist | --- | --- | | Explain the concept of polymorphism in object-oriented programming with examples. | Write Java code for a `Cat` class extends and `Animal` class and has a polymorphic `toString()` method. | | How does the QuickSort algorithm work? Provide a step-by-step explanation. | Write a Python function that takes an array of integers and sorts it using QuickSort. | -| What are some innovative project ideas for a data analytics capstone project? | Write a project proposal for a data analytics capstone project in which we predict future sales for a retail company using historical data, economic indicators and seasonal trends to improve management and marketing strategies. | +| What are some innovative project ideas for a data analytics capstone project? | Write a project proposal for a data analytics capstone project in which we predict future sales for a retail company using historical data, economic indicators and seasonal trends to improve management and marketing strategies. Include descriptions of milestone deliverables over a 12-week period. | | How do I join two tables and filter the results in SQL? | Write the SQL code to join the `Customer` and `Order` table based on the `customer_id` key. Show only results where the order’s `total_amount` is more than $100.00 | | I'm getting a null pointer exception for my Java code. What causes a null pointer exception and how would I fix it in general? | I'm getting a null pointer exception in line 8 of the following Java code. Debug this code to fix the exception. | | What are the key characteristics of the graph of a polynomial function? How do changes in coefficients affect its shape? | Determine the vertex and axis of symmetry for the quadratic function f(x) = -3x² + 6x - 2. Show step-by-step work. |