Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toddawhittaker committed Jul 11, 2024
1 parent ad1143a commit e1656a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CSM-AI-Policy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit e1656a5

Please sign in to comment.