Grade – 11 – Computer Science – Emerging Technologies and Futuristic Concepts – Multiple Choice Questions

Multiple Choice Questions

Emerging Technologies and Futuristic Concepts

Topic: Artificial Intelligence
Grade: 11

Question 1:
Which of the following is an example of unsupervised learning?
a) Image classification
b) Sentiment analysis
c) Clustering
d) Reinforcement learning

Answer: c) Clustering
Explanation: Clustering is a type of unsupervised learning where data is grouped together based on similarities. An example of clustering is customer segmentation, where customers are grouped based on their purchasing behavior or demographics. Another example is document clustering, where documents are grouped based on their content.

Question 2:
What is the purpose of a genetic algorithm?
a) Solving complex mathematical problems
b) Predicting future stock prices
c) Simulating human behavior
d) Optimizing solutions through natural selection

Answer: d) Optimizing solutions through natural selection
Explanation: Genetic algorithms are inspired by the process of natural selection and are used to find the best solution to a problem. They work by creating a population of potential solutions and applying selection, crossover, and mutation operations to evolve the population towards better solutions. An example of a genetic algorithm is finding the optimal route for a delivery truck to visit multiple locations.

Question 3:
Which neural network architecture is best suited for image recognition tasks?
a) Feedforward neural network
b) Radial basis function network
c) Recurrent neural network
d) Convolutional neural network

Answer: d) Convolutional neural network
Explanation: Convolutional neural networks (CNNs) are specifically designed for image recognition tasks. They use convolutional layers to extract features from images and pooling layers to reduce the spatial dimensionality. CNNs have been successful in various computer vision tasks, such as object detection and image classification. For example, in the task of identifying cats and dogs in images, a CNN would be able to learn specific features like fur texture and facial features.

Question 4:
Which algorithm is commonly used for sentiment analysis?
a) Decision tree
b) Naive Bayes
c) K-means clustering
d) Support vector machine

Answer: b) Naive Bayes
Explanation: Naive Bayes is a commonly used algorithm for sentiment analysis, which involves determining the sentiment (positive, negative, or neutral) expressed in a piece of text. Naive Bayes calculates the probability of a document belonging to a particular sentiment class based on the frequency of words in the document. For example, in sentiment analysis of movie reviews, Naive Bayes can predict whether a review is positive or negative based on the words used.

Question 5:
What is the purpose of reinforcement learning?
a) Classifying data into categories
b) Discovering patterns in data
c) Predicting future outcomes
d) Learning through trial and error

Answer: d) Learning through trial and error
Explanation: Reinforcement learning is a type of machine learning where an agent learns to make decisions by interacting with an environment. The agent receives feedback in the form of rewards or punishments based on its actions, and it aims to maximize the cumulative rewards over time. An example of reinforcement learning is training an AI agent to play a video game by trial and error, where the agent learns to take actions that lead to higher scores.

Note: This is the first set of questions and answers for the given topic. Please let me know if you would like me to provide more questions and answers.

Leave a Comment

Your email address will not be published. Required fields are marked *

Shopping Cart
error: Content cannot be copied. it is protected !!
Scroll to Top