Heads up: opening this section reveals every question, every option, and the correct answer for this round. If you came here to play, scroll up and hit Play first.
Question 1: What is the primary purpose of a prompt in an AI system?
- To delete previous logs
- To guide AI generation
- To increase model speed
- To store user data
Answer: B. To guide AI generation
Explanation: A prompt is an input request, such as a command or question, used to guide an AI system to generate a specific response or perform a desired task effectively.
Question 2: What term describes an AI generating factually incorrect or nonsensical information?
- Fine-tuning
- Zero-shotting
- Context shifting
- Hallucination
Answer: D. Hallucination
Explanation: AI hallucination occurs when a model generates a response that is factually incorrect, nonsensical, or fabricated while being presented as a confident, plausible fact to the user.
Question 3: What does the 'context window' measure in an AI model?
- Internet connection speed
- Maximum token capacity
- The model's age
- User privacy settings
Answer: B. Maximum token capacity
Explanation: The context window is the maximum amount of information, measured in tokens, that an AI model can process and reference during a single interaction or conversation session.
Question 4: Which technique involves providing examples within a prompt to guide AI performance?
- Few-shot prompting
- Temperature scaling
- Zero-shot prompting
- Model hallucination
Answer: A. Few-shot prompting
Explanation: Few-shot prompting involves providing an AI model with a small number of input-output examples within the prompt to guide its performance on a specific task or format.
Question 5: What is the function of 'temperature' in an AI model?
- Sets response length
- Controls randomness
- Measures server heat
- Limits user access
Answer: B. Controls randomness
Explanation: Temperature is a hyperparameter that controls the randomness of an AI model's output, where lower values produce more deterministic, focused responses and higher values increase creativity.
Question 6: What is the process of training a model on a smaller, task-specific dataset?
- Retrieval augmentation
- Fine-tuning
- Prompt engineering
- Zero-shot training
Answer: B. Fine-tuning
Explanation: Fine-tuning is the process of taking a pre-trained foundation model and further training it on a smaller, task-specific dataset to improve its performance in a particular domain.
Question 7: What does RAG stand for in the context of AI frameworks?
- Retrieval-augmented generation
- Randomized AI Grouping
- Rapid Automated Generation
- Recursive Algorithm Growth
Answer: A. Retrieval-augmented generation
Explanation: Retrieval-augmented generation (RAG) is an AI framework that improves response accuracy by retrieving relevant information from external, authoritative knowledge bases before generating an answer for the user.
Question 8: What is the practice of designing and refining prompts called?
- Model hallucination
- Prompt engineering
- Context windowing
- Data fine-tuning
Answer: B. Prompt engineering
Explanation: Prompt engineering is the practice of designing, refining, and optimizing prompts to guide AI models toward generating more accurate, relevant, and useful outputs for specific user needs.
Question 9: What is a 'zero-shot' prompting technique?
- Providing many examples
- Training the model again
- Reducing the temperature
- Asking without examples
Answer: D. Asking without examples
Explanation: Zero-shot prompting is a technique where an AI is asked to perform a task without being provided any specific examples of the desired output within the prompt.
Question 10: Which of these is a definition of a large language model (LLM)?
- A type of neural network
- A manual coding language
- A web browser extension
- A hardware storage device
Answer: A. A type of neural network
Explanation: A large language model (LLM) is a type of neural network trained on vast amounts of text data to understand, summarize, translate, and generate human-like language.