wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ARTIFICIAL INTELLIGENCE (ROBOTICS 1)

Total questions: 67

Worksheet time: 1hrs 27mins

Name
Class
Date
1.

Which machine learning algorithm is best suited for predicting house prices?

a)

K-Means Clustering

b)

Linear Regression

c)

Q-Learning

d)

Principal Component Analysis

2.

What is the primary goal of unsupervised learning?

a)

Predicting labeled outputs

b)

Discovering hidden patterns in unlabeled data

c)

Maximizing rewards in an environment

d)

Classifying data into predefined categories

3.

In reinforcement learning, what does an agent learn to maximize?

a)

Accuracy

b)

Precision

c)

Reward

d)

F1-score

4.

Which NLP technique breaks text into individual words or phrases?

a)

Stemming

b)

Tokenization

c)

POS tagging

d)

Sentiment analysis

5.

What does 'semantics' refer to in language?

a)

Sentence structure

b)

Word meaning

c)

Contextual usage

d)

Pronunciation

6.

Which machine learning application helps robots identify objects in their environment?

a)

Motion planning

b)

Object recognition

c)

Clustering

d)

Dimensionality reduction

7.

Which NLP task analyzes the emotional tone of text?

a)

Question answering

b)

POS tagging

c)

Sentiment analysis

d)

Stemming

8.

What does a Markov Decision Process (MDP) model?

a)

Supervised classification

b)

Unsupervised clustering

c)

Reinforcement learning decision making

d)

Text tokenization

9.

Which machine learning algorithm can be used for both classification and regression?

a)

K-Means

b)

Linear Regression

c)

Support Vector Machines

d)

Q-learning

10.

What is the goal of dimensionality reduction?

a)

To increase the number of features

b)

To reduce the number of features

c)

To create new features

d)

To label features

11.

Which NLP application enables robots to understand spoken commands?

a)

Sentiment analysis

b)

Voice control

c)

Question answering

d)

POS tagging

12.

What does 'pragmatics' study?

a)

Word origins

b)

Sentence grammar

c)

Language use in context

d)

Vocabulary size

13.

Which machine learning technique helps robots plan a path to avoid obstacles?

a)

Clustering

b)

Object recognition

c)

Motion planning

d)

Sentiment analysis

14.

What is the process of reducing words to their root form called?

a)

Tokenization

b)

Stemming

c)

POS tagging

d)

Parsing

15.

Neural networks are commonly used in which type of learning?

a)

Unsupervised learning

b)

Supervised learning

c)

Reinforcement learning

d)

All of the above

16.

Regression is used for predicting categorical outputs.

a)

True

b)

False

17.

Clustering requires labeled data.

a)

True

b)

False

18.

Q-learning agents learn through trial and error.

a)

True

b)

False

19.

Tokenization is the process of assigning grammatical tags to words.

a)

True

b)

False

20.

Syntax refers to the meaning of words.

a)

True

b)

False

21.

Object recognition is a key application of machine learning in robotics.

a)

True

b)

False

22.

Sentiment analysis is used to extract factual information from text.

a)

True

b)

False

23.

MDPs are used in supervised learning.

a)

True

b)

False

24.

SVMs are only used for classification.

a)

True

b)

False

25.

Dimensionality reduction always improves model accuracy.

a)

True

b)

False

26.

Voice control relies on NLP.

a)

True

b)

False

27.

Semantics is the study of language structure.

a)

True

b)

False

28.

Motion planning uses reinforcement learning.

a)

True

b)

False

29.

Stemming improves text understanding by preserving word variations.

a)

True

b)

False

30.

Neural networks are not used in unsupervised learning.

a)

True

b)

False

31.

(a)   learning uses labeled data to train a model.

32.

(a)   is a technique used to group similar data points together.

33.

(a)   is a reinforcement learning algorithm that learns an action-value function.

34.

(a)   is the process of breaking text into individual units.

35.

(a)   is the study of language meaning.

36.

_________ helps robots identify objects in their environment.

4 lines
37.

_________ is used to determine the emotional tone of text.

4 lines
38.

(a)   models decision making in uncertain environments.

39.

(a)   is used for both classification and regression.

40.

_________ reduces the number of features in a dataset.

4 lines
41.

(a)   enables robots to understand spoken commands.

42.

(a)   studies language use in context.

43.

(a)   algorithms help robots plan paths.

44.

(a)   reduces words to their root form.

45.

(a)   can be used in both supervised and unsupervised learning.

46.

Analysis: A robot is trained to identify different types of tools in a workshop. It performs well on the training data but struggles with tools that are slightly different in appearance. Which aspect of supervised learning is most likely the cause?

a)

Overfitting

b)

Underfitting

c)

Incorrect feature selection

d)

Inadequate training data size

47.

Analysis: In a clustering task, the K-means algorithm is used. If the initial centroids are poorly chosen, what potential issue might arise?

a)

The algorithm will not converge.

b)

The algorithm will produce suboptimal clusters.

c)

The algorithm will require excessive computational resources.

d)

The algorithm will fail to assign all data points to clusters.

48.

Analysis: A reinforcement learning agent is tasked with navigating a maze. It consistently takes a longer path to the goal despite receiving a reward for reaching it. What is the most probable reason?

a)

The discount factor is too high.

b)

The learning rate is too low.

c)

The reward function is not properly defined.

d)

The agent is exploring too much.

49.

Analysis: An object recognition system in a robotic arm struggles to differentiate between a wrench and a plier. Which aspect of the object recognition process requires improvement?

a)

Image preprocessing

b)

Feature extraction

c)

Classification model

d)

Sensor calibration

50.

Analysis: A sentence like 'Time flies like an arrow' can have multiple interpretations. Which aspect of language understanding is most relevant to resolving this ambiguity?

a)

Syntax

b)

Semantics

c)

Pragmatics

d)

Tokenization

51.

Analysis: A text processing system incorrectly tags the word 'bank' as a financial institution in the sentence 'The river bank was flooded.' What is the primary cause of this error?

a)

Incorrect stemming

b)

Poor tokenization

c)

Lack of contextual understanding

d)

Inadequate POS tagging rules

52.

Analysis: A sentiment analysis model classifies a sarcastic tweet as positive. What is the key challenge the model faces in this scenario?

a)

Handling complex syntax

b)

Understanding implied meaning

c)

Processing large datasets

d)

Performing accurate tokenization

53.

Analysis: A question-answering system fails to provide a correct answer to a question that requires reasoning across multiple sentences in a document. What is the most likely limitation?

a)

Inefficient search algorithm

b)

Inadequate knowledge base

c)

Poor language parsing

d)

Lack of contextual inference

54.

Analysis: A voice-controlled robot misinterprets the command 'turn right' when the user speaks with a heavy accent. What aspect of NLP needs improvement?

a)

Text-to-speech conversion

b)

Speech recognition

c)

Semantic analysis

d)

Syntactic parsing

55.

Analysis: A robot is trained to understand and respond to human emotions based on text messages. It frequently misinterprets neutral messages as negative. What is the likely cause?

a)

Poor data preprocessing

b)

Biased training data

c)

Inefficient classification algorithm

d)

Insufficient computational power

56.

Application: Which machine learning algorithm would be most suitable for predicting the fuel consumption of a robot based on its speed and weight?

a)

K-Means clustering

b)

Linear Regression

c)

Q-learning

d)

Principal Component Analysis

57.

Application: A robot needs to sort objects into different categories based on their shapes and sizes. Which machine learning technique would be most appropriate?

a)

Reinforcement learning

b)

Classification using a Neural Network

c)

Dimensionality reduction

d)

Markov Decision Processes

58.

Application: A robot is learning to navigate an unknown environment by trial and error. Which machine learning approach would be most effective?

a)

Support Vector Machines

b)

Clustering

c)

Reinforcement learning

d)

Regression

59.

Application: Which computer vision technique, enabled by machine learning, is essential for a robot to identify and locate objects in its environment?

a)

Motion planning

b)

Dimensionality reduction

c)

Object recognition

d)

Sentiment analysis

60.

Application: A robot needs to understand and respond to complex human commands like "Find the red tool and bring it to me." Which NLP technique is crucial for this task? a) Stemming b) Tokenization c) Semantic analysis d) Part-of-speech tagging

a)

Stemming

b)

Tokenization

c)

Semantic analysis

d)

Part-of-speech tagging

61.

Application: A customer service chatbot needs to analyze customer reviews to identify common complaints and suggestions. Which NLP application is most relevant? a) Question answering b) Sentiment analysis c) Voice control d) Syntax parsing

a)

Sentiment analysis

b)

Question answering

c)

Syntax parsing

d)

Voice control

62.

Application: A robot is designed to assist elderly individuals by understanding and responding to their spoken requests. Which NLP feature is essential for this application?

a)

Tokenization

b)

Stemming

c)

Voice contro

d)

Dimensionality reduction

63.

Application: A robot needs to summarize lengthy technical documents into concise reports. Which NLP task is most relevant?

a)

Question answering

b)

Text summarization (using techniques related to NLU)

c)

Clustering

d)

Part-of-speech tagging

64.

Application: A robot is used in a search and rescue operation to analyze text messages and social media posts for information about survivors. Which NLP application is critical?

a)

Object recognition

b)

Sentiment analysis and information extraction

c)

Dimensionality reduction

d)

Motion planning

65.

65. Application: A robot is designed to interact with children and tell stories based on their questions. Which NLP feature is most important? a) Syntax parsing b) Question answering and natural language generation c) Stemming d) Tokenization

a)

Question answering and natural language generation

b)

Stemming

c)

Tokenization

d)

Syntax parsing

66.

Describe the role of machine learning and NLP in developing intelligent robots, providing examples of their applications and considering future societal implications.

4 lines
67.

Full Name of your Instructor in this subject.

(a)