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 focus of artificial intelligence as a field of computer science?
- Managing social media advertising campaigns
- Building physical hardware for gaming consoles
- Creating systems that perform human-like tasks
- Designing websites for small businesses
Answer: C. Creating systems that perform human-like tasks
Explanation: Artificial intelligence is a branch of computer science focused on creating systems capable of performing tasks that typically require human intelligence, such as reasoning, learning, and problem-solving.
Question 2: Which machine learning technique trains models using labeled datasets?
- Supervised learning
- Unsupervised learning
- Natural language processing
- Reinforcement learning
Answer: A. Supervised learning
Explanation: Supervised learning is a machine learning technique that trains models using labeled datasets, where input data is paired with the correct output answers to guide the learning process.
Question 3: What is the main goal of unsupervised learning in machine learning?
- To provide rewards for correct actions
- To discover hidden patterns in unlabeled data
- To translate human language into code
- To replicate human sight capabilities
Answer: B. To discover hidden patterns in unlabeled data
Explanation: Unsupervised learning is a machine learning approach that analyzes unlabeled data to discover hidden patterns, structures, or groupings without predefined outcomes or labeled answers provided by humans.
Question 4: Which field of AI enables machines to interpret visual information from images and videos?
- Large language modeling
- Computer vision
- Reinforcement learning
- Natural language processing
Answer: B. Computer vision
Explanation: Computer vision is an AI field that enables machines to interpret and analyze visual information from images and videos, effectively replicating human sight capabilities for various digital applications.
Question 5: What is a chatbot designed to do?
- Design complex 3D graphic animations
- Write software for operating systems
- Simulate human conversation with users
- Repair broken computer hardware components
Answer: C. Simulate human conversation with users
Explanation: A chatbot is a software application designed to simulate human conversation with users through text or voice interfaces, often utilizing natural language processing to understand and process inputs.
Question 6: Which machine learning method involves an agent learning through rewards and penalties?
- Natural language processing
- Reinforcement learning
- Supervised learning
- Unsupervised learning
Answer: B. Reinforcement learning
Explanation: Reinforcement learning is a machine learning method where an agent learns to make decisions by interacting with an environment and receiving rewards or penalties for its specific actions.
Question 7: What is a neural network inspired by?
- Ancient mathematical algorithms
- Traditional mechanical clockwork
- The structure of the human brain
- Modern cloud storage architecture
Answer: C. The structure of the human brain
Explanation: A neural network is a computational model inspired by the human brain that uses interconnected layers of nodes to process data and recognize complex patterns within information.
Question 8: What does NLP stand for in the context of artificial intelligence?
- New Logic Platform
- Neural Logic Programming
- Network Learning Protocol
- Natural Language Processing
Answer: D. Natural Language Processing
Explanation: Natural language processing (NLP) is a field of AI that enables computers to understand, interpret, and generate human language in a meaningful way for various communication tasks.
Question 9: What is a large language model (LLM) primarily trained on?
- Video game source code
- Massive amounts of text data
- Only mathematical equations
- Physical sensor data from robots
Answer: B. Massive amounts of text data
Explanation: A large language model is a type of neural network trained on massive amounts of text data to perform various natural language processing tasks like generation and translation.
Question 10: Which subset of AI allows systems to improve performance without being explicitly programmed?
- Machine learning
- Reinforcement learning
- Natural language processing
- Computer vision
Answer: A. Machine learning
Explanation: Machine learning is a subset of artificial intelligence that enables systems to learn from data and improve performance without being explicitly programmed for every single task they perform.