Skip to content

Chapter 1 Quiz — AI Foundations

Test your understanding of core artificial intelligence concepts and terminology. Questions cover Remember, Understand, Apply, and Analyze levels of learning.

Questions

1. What is the difference between Artificial Intelligence and Machine Learning?

Answer: Artificial Intelligence is the broad field concerned with building systems that can perform tasks normally requiring human intelligence, such as understanding language or recognizing images. Machine Learning is a specific approach within AI where systems learn patterns from data rather than following hand-coded rules. All machine learning is AI, but not all AI uses machine learning.

2. What is a Large Language Model (LLM), and how does it differ from earlier chatbots?

Answer: A Large Language Model is a type of AI trained on vast quantities of text, enabling it to generate, summarize, translate, and reason about language at a human-like level. Earlier chatbots followed rigid scripts or simple keyword matching rules and could not handle unexpected phrasing. LLMs learn statistical patterns across billions of words, allowing far more flexible and natural conversation.

3. What is Generative AI, and why is it significant for education?

Answer: Generative AI refers to AI systems that can produce new content — text, images, audio, or video — rather than simply classifying or retrieving existing content. For education, this is significant because it makes high-quality content creation fast and affordable, enabling personalized explanations, practice problems, and tutoring materials at scale. It shifts the bottleneck from content production to content curation and quality assurance.

4. What is a neural network, and what role does it play in modern AI?

Answer: A neural network is a computational structure loosely inspired by the human brain, consisting of layers of interconnected nodes that transform input data into output predictions. Modern AI systems, including LLMs and image generators, are built on very large neural networks with billions of parameters. Training adjusts those parameters so the network produces accurate outputs for the task at hand.

5. Why does training data matter so much to the quality of an AI model?

Answer: Training data is the raw material from which an AI model learns patterns, facts, and relationships. If the training data is biased, incomplete, or inaccurate, those flaws are absorbed into the model and reflected in its outputs. High-quality, diverse, and representative training data is therefore essential for building AI systems that are accurate and fair.

6. What is a Foundation Model, and how does it differ from a task-specific model?

Answer: A Foundation Model is a large AI model trained on broad data that can serve as a starting point for many different applications, such as answering questions, writing code, or generating images. A task-specific model is trained only for a narrow purpose, such as spam detection. Foundation Models are more flexible and can be adapted to new tasks with relatively little additional training.

7. What is a Frontier Model, and why should school leaders pay attention to them?

Answer: A Frontier Model is the most capable AI model currently available, pushing the boundary of what AI can do. School leaders should pay attention because frontier models set the benchmark for what competitors and vendors will offer in the near future, and they reveal the direction of AI capability growth. Decisions about curriculum, policy, and vendor contracts should account for how rapidly frontier capabilities are advancing.

8. What is a prompt, and why does prompt quality affect AI outputs?

Answer: A prompt is the input — typically a text instruction or question — that a user provides to an AI model to guide its response. The quality of a prompt directly shapes the usefulness of the output: a vague prompt produces vague results, while a well-structured prompt with clear context and constraints produces more accurate and relevant answers. This is why Prompt Engineering has emerged as a practical skill for educators and administrators.

9. What is a context window, and why does its size matter for educational use cases?

Answer: A context window is the total amount of text — including the conversation history, instructions, and documents — that an AI model can consider at one time when generating a response. A larger context window allows users to paste in long documents, full lesson plans, or extended student work for the AI to analyze. For educational tasks like reviewing a student's essay or answering questions about a textbook chapter, a larger context window means more complete and coherent assistance.

10. What is AI hallucination, and why is it a concern in educational settings?

Answer: AI hallucination occurs when a model generates text that sounds confident and fluent but is factually incorrect or entirely fabricated. In educational settings this is a serious concern because students may accept plausible-sounding but wrong information as fact. Educators should teach students to verify AI-generated claims against authoritative sources, and school policies should require human review of AI-produced content before it is used in instruction.

11. What is the difference between public knowledge and private knowledge in the context of AI models?

Answer: Public knowledge refers to information that is widely available and was likely included in an AI model's training data, such as historical events or scientific principles. Private knowledge refers to information specific to an institution — student records, internal policies, local curriculum maps — that was not part of training data. AI systems can reason about public knowledge out of the box, but accessing private knowledge typically requires additional steps such as Retrieval Augmented Generation or fine-tuning.

12. What is a Multimodal AI, and how could it benefit classroom instruction?

Answer: A Multimodal AI can understand and generate multiple types of content — text, images, audio, and video — rather than just one modality. In classroom instruction this opens possibilities such as a student photographing a math problem and receiving a step-by-step text explanation, or a teacher uploading a diagram for the AI to describe. Multimodal capabilities make AI assistants more versatile and accessible for diverse learners.

13. What is an AI Agent, and how does it differ from a simple chatbot?

Answer: An AI Agent is an AI system that can take a sequence of actions to complete a multi-step goal, such as searching the web, reading documents, and drafting a report, without requiring a human to direct each step. A simple chatbot responds to a single prompt and stops. Agents are important for education because they can automate complex administrative tasks — like compiling student progress reports or scheduling parent communications — saving significant teacher and administrator time.

14. What does the term 'token' mean in the context of large language models?

Answer: A token is the basic unit of text that an LLM processes — roughly equivalent to a word or part of a word in English. Models break text into tokens during both training and inference. Understanding tokens matters practically because model pricing and context window limits are measured in tokens, so educators and IT staff need to estimate token usage when planning AI-powered tools for their schools.

15. How does Prompt Engineering help educators get better results from AI tools?

Answer: Prompt Engineering is the practice of crafting inputs to an AI model in ways that reliably produce high-quality, relevant outputs. For educators this means learning techniques such as specifying the audience and reading level, providing examples of the desired output format, or breaking complex tasks into smaller steps. Investing time in prompt design significantly improves the usefulness of AI-generated lesson plans, assessments, and feedback.