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 term for the input text a user provides to guide an AI model's output?
- Command
- Query
- Script
- Prompt
Answer: D. Prompt
Explanation: A prompt is the specific instruction or text provided to an AI model to elicit a desired response, acting as the starting point for the generation process.
Question 2: Which field of AI focuses on teaching computers to learn from data without being explicitly programmed?
- Cybersecurity
- Data mining
- Cloud computing
- Machine learning
Answer: D. Machine learning
Explanation: Machine learning is a subset of AI that enables systems to learn and improve from experience by identifying patterns in data rather than following static rules.
Question 3: What is the process of an AI model applying its learned knowledge to new, unseen data called?
- Inference
- Training
- Fine-tuning
- Backpropagation
Answer: A. Inference
Explanation: Inference is the stage where a trained AI model makes predictions or generates outputs based on new input data it has not encountered during its training phase.
Question 4: Which AI technology is specifically designed to interpret and process visual information like images and video?
- Robotic process automation
- Computer vision
- Natural language processing
- Speech synthesis
Answer: B. Computer vision
Explanation: Computer vision is the field of AI that trains computers to interpret and understand the visual world, allowing them to identify objects, faces, or scenes in images.
Question 5: What are the layers of interconnected nodes in an AI model inspired by the human brain called?
- Data clusters
- Decision trees
- Logic gates
- Neural networks
Answer: D. Neural networks
Explanation: Neural networks are computational models inspired by the structure of biological brains, consisting of layers of nodes that process information to recognize complex patterns.
Question 6: What is the primary purpose of 'training data' in the development of an AI model?
- To delete old files
- To speed up internet access
- To store user passwords
- To teach the model patterns
Answer: D. To teach the model patterns
Explanation: Training data is the large dataset used to teach an AI model how to recognize patterns, make decisions, or generate content during its initial learning phase.
Question 7: Which AI application is designed to simulate human conversation through text or voice?
- Spreadsheet
- Firewall
- Search engine
- Chatbot
Answer: D. Chatbot
Explanation: A chatbot is a software application designed to mimic human conversation, often using natural language processing to understand and respond to user inputs.
Question 8: What is the term for an AI model that has been trained on a vast amount of data to perform many different tasks?
- Basic algorithm
- Static program
- Foundation model
- Simple script
Answer: C. Foundation model
Explanation: A foundation model is a large-scale AI model trained on massive datasets, serving as a base that can be adapted for a wide variety of downstream tasks.
Question 9: What does 'NLP' stand for in the context of artificial intelligence?
- Natural language processing
- Network layer protocol
- New learning platform
- Neural logic programming
Answer: A. Natural language processing
Explanation: Natural language processing (NLP) is the branch of AI that helps computers understand, interpret, and manipulate human language in both text and speech formats.
Question 10: Which of these is a common everyday example of AI technology?
- Physical hardware switches
- Manual data entry
- Analog clock settings
- Recommendation systems
Answer: D. Recommendation systems
Explanation: Recommendation systems, like those used by streaming services or online stores, use AI to analyze user behavior and suggest content they are likely to enjoy.