ChatGPT Exercises
Fill in the blanks to test your knowledge.
The four-part prompt structure for effective ChatGPT prompts is: Role, Context, ___, and Constraints
ChatGPT's persistent background context fields — your role, stack, and experience — are configured in the ___ Instructions settings
The ChatGPT feature that stores notes about you dynamically across sessions — updating as you share information — is called ___
Custom ChatGPT instances with a system prompt, knowledge files, and tool access are called ___
OpenAI's reasoning-optimized models that think through problems step-by-step before responding are called o1 and ___
The ChatGPT feature that provides a sandboxed Python execution environment — enabling file analysis, precise calculations, and chart generation — is called Code ___
The code generation approach that shows ChatGPT an existing function and asks for a new one following the same pattern is called ___ application
When asking ChatGPT to review its own generated code, the most valuable checklist items are TypeScript violations, unhandled ___ cases, and potential runtime errors