Study Guide Generator
Prompt
Create a study guide for: Subject: {subject}. Topic: {topic}. Exam type: {exam_type}. Key materials: {materials}. Difficulty areas: {difficult_topics}. Include: topic overview, key terms with definitions, concept summaries, relationships between concepts (mind map style), practice questions (mix of types), mnemonics or memory aids, common exam mistakes, and a study schedule suggestion.
Variables
subject
topic
exam_type
materials
difficult_topics
About This Prompt
Create comprehensive study guides from course material with key concepts, practice questions, and mnemonics.
Example Output
**Study Guide: Cloud Computing Fundamentals**
**Exam:** AWS Cloud Practitioner Certification
## Key Terms
Term
Definition
Remember
------
-----------
----------
IaaS
Infrastructure as a Service — raw compute, storage, networking
"I arrange a Server"
PaaS
Platform as a Service — managed runtime environment
"Platform to Program"
SaaS
Software as a Service — ready-to-use application
"Simply a Software"
Region
Geographic area with 2+ Availability Zones
Think: country
AZ
Isolated data center within a region
Think: city within country
## Concept Map
```
Cloud Computing
├── Service Models: IaaS → PaaS → SaaS (more managed →)
├── Deployment: Public / Private / Hybrid
├── AWS Global Infra: Regions → AZs → Edge Locations
└── Pricing: On-Demand / Reserved / Spot / Savings Plans
```
## Practice Questions
**Q1 (Multiple Choice):** A company needs to run a web app without managing servers. Which service model?
A) IaaS B) PaaS C) SaaS D) FaaS
**Answer:** B — PaaS provides managed runtime.
**Q2 (Scenario):** Your app needs 99.99% uptime. How should you architect it?
**Answer:** Deploy across multiple AZs within a region with load balancing and auto-scaling.
## Common Mistakes
- Confusing Regions with AZs
- Thinking Reserved Instances are physical servers
- Forgetting that S3 is global (not region-specific)
## Suggested Study Schedule (2 weeks)
- Days 1-3: Service models and global infrastructure
- Days 4-6: Core services (EC2, S3, RDS, Lambda)
- Days 7-9: Security and compliance
- Days 10-12: Pricing and billing
- Days 13-14: Practice exams and weak areas
Usage Tips
- Create the guide from official materials first
- Focus extra time on your difficulty areas
- Do practice questions under timed conditions
- Review mistakes from practice tests more than notes