Chatbots Introduction to Chatbot 3 — Questions and Answers
Question 1: What is an 'entity' in chatbot terminology?
- A specific piece of information extracted from user input (Correct answer)
- A type of server hardware
- A graphic animation
- A password hashing method
Correct answer: A specific piece of information extracted from user input
An entity is a key data point, like a date or location, extracted from the user's message.
Question 2: Which chatbot type can understand context and free-form language best?
- AI-powered conversational chatbot (Correct answer)
- Simple menu-button bot
- Static FAQ list
- Email autoresponder
Correct answer: AI-powered conversational chatbot
AI conversational chatbots use NLP to understand context and free-form language.
Question 3: What is a 'fallback response' in a chatbot?
- A default reply when the bot doesn't understand input (Correct answer)
- A backup power supply
- A second user account
- A faster network route
Correct answer: A default reply when the bot doesn't understand input
A fallback response is the default message given when the bot cannot understand the user.
Question 4: Which early program is considered one of the first chatbots?
- ELIZA (Correct answer)
- Windows 95
- Photoshop
- Excel
Correct answer: ELIZA
ELIZA, created in the 1960s, is one of the earliest known chatbot programs.
Question 5: What does a 'conversation flow' define in a chatbot?
- The structured path a dialogue follows (Correct answer)
- The internet bandwidth used
- The font size of replies
- The number of CPU cores
Correct answer: The structured path a dialogue follows
A conversation flow maps out the structured path and steps a dialogue can take.
Question 6: Why is training data important for AI chatbots?
- It teaches the bot to recognize intents and respond accurately (Correct answer)
- It increases monitor resolution
- It cools the server
- It speeds up the keyboard
Correct answer: It teaches the bot to recognize intents and respond accurately
Training data helps AI chatbots learn to recognize user intents and give accurate responses.
Question 7: What is a virtual assistant like Siri or Alexa an example of?
- A voice-enabled AI chatbot (Correct answer)
- A spreadsheet macro
- A printer driver
- A web browser plugin
Correct answer: A voice-enabled AI chatbot
Siri and Alexa are voice-enabled AI chatbots, also called virtual assistants.
What is an 'entity' in chatbot terminology?