Ai 2 Flashcards
(56 cards)
True or False: AI can only perform tasks that it has been explicitly programmed to do.
False
Fill in the blank: Machine learning is a subset of ______.
Artificial Intelligence
Which of the following is a common use case of AI in healthcare? (a) Inventory management (b) Disease diagnosis (c) Scheduling meetings
b) Disease diagnosis
What is natural language processing (NLP)?
A field of AI that enables computers to understand, interpret, and respond to human language.
True or False: AI can analyze large datasets faster than a human can.
True
Short Answer: Name one advantage of using AI in customer service.
24/7 availability
Which algorithm is commonly used in supervised learning?
Linear regression.
Linear regression is a fundamental algorithm in AI that models the relationship between input features and a continuous output by fitting a straight line to the data
What is reinforcement learning?
A type of machine learning where an agent learns to make decisions by receiving rewards or penalties.
What is the Turing Test used for?
To determine whether a machine exhibits human-like intelligence.
Which of the following is NOT a type of AI? (a) Narrow AI (b) General AI (c) Super AI (d) Quantum AI
d) Quantum AI
Short Answer: What is an example of AI in autonomous vehicles?
Self-driving technology
Give an example input and output for linear regression - use case thermostat
Input: Outside temperature
Output: Heating time needed
Analogy: If it gets colder outside, you need to run your heating longer. Linear regression finds the best-fit line to predict how long to heat your home for a given temperature.
What is computer vision?
A field of AI that enables computers to interpret and make decisions based on visual data.
How does an SDK work
Simplified Answer:
An SDK (Software Development Kit) gives developers everything they need—like pre-made code, instructions, and testing tools—so they can build apps quicker and make sure they work properly on a specific system.
Example:
If you’re making an app for iPhones, you use Apple’s iOS SDK. It gives you code and tools so you don’t have to figure out everything yourself, like how to make the app open the camera.
What is the difference between supervised and unsupervised learning?
Supervised learning uses labeled data, while unsupervised learning does not.
Which technology is often used in AI chatbots?
Natural Language Processing (NLP)
What is a neural network?
A computational model inspired by the human brain, used in machine learning.
What is the role of data in AI?
To train, validate (fine-tune), and test the model.
Short Answer: Name one ethical concern related to AI.
Bias in decision-making
Which of the following is a potential use of AI in agriculture? (a) Pest control (b) Weather forecasting (c) Both a and b
c) Both a and b
What is linear regression
Linear regression is a way to find the best straight line through a bunch of dots on a graph, so you can make predictions. For example, if you know how study time affects test scores, you can use it to guess someone’s score based on how long they studied.
What is a continuous output in machine learning?
A continuous output is a result that can take any numerical value within a range. It’s common in regression tasks, like predicting someone’s weight or a house price.
This contrasts with a fixed category output, used in classification tasks. For example, predicting whether an email is spam or not spam is a classification problem with fixed categories.
Which algorithm is commonly used in unsupervised learning?
K-means clustering
This is a method used when we don’t have the answers in advance. It looks at lots of data and tries to group similar things together – like sorting socks by colour without knowing what each colour is called.
It works in steps and keeps repeating them until things stop changing. This kind of repeating process is called iterative – it means doing something again and again, each time making small improvements, like adjusting a recipe bit by bit until it tastes right.
What is a continuous output in AI?
A continuous output is when an AI model predicts any numerical value within a range, rather than choosing from fixed categories.
It is typically used in regression problems.
Example: Predicting house prices, where the output could be £300,500 or £301,750, not just “cheap” or “expensive.”