0% found this document useful (0 votes)
171 views8 pages

AI Final Exam

The document is a final exam paper for 3rd Year Computer Science students at Hawassa University Daye Campus, focusing on Artificial Intelligence. It includes instructions, a total of 30 questions across four parts, and covers various AI concepts such as machine learning, robotics, and natural language processing. The exam is structured to assess students' understanding of theoretical and practical aspects of AI within a 1.5-hour time limit.

Uploaded by

genet211623
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
171 views8 pages

AI Final Exam

The document is a final exam paper for 3rd Year Computer Science students at Hawassa University Daye Campus, focusing on Artificial Intelligence. It includes instructions, a total of 30 questions across four parts, and covers various AI concepts such as machine learning, robotics, and natural language processing. The exam is structured to assess students' understanding of theoretical and practical aspects of AI within a 1.5-hour time limit.

Uploaded by

genet211623
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Hawassa University Daye Campus

Department of Computer Science


Artificial Intelligence
Final exam for 3rd Year CS Students

Instructor: Talegeta G. Date: 07/03/2016


Time Allowed: 1:30 Minutes.
Total Marks: 50%
Semester II
Program: Regular
Target Group: 3rd Year CS Students

__________________________
Name: _____________
ID: _____________

Attention
 Make sure the exam paper contains 8 pages excluding the cover page.
 The question paper contains 30 questions in 4 parts.
 Answer the question according to the instructions given for each part.
 Write your answer neatly on the attached answer sheet.
 Writing the answer on the question paper will be penalized
 Mobile phone should be switched off.
 Cheating in any form will be punished without prior notice.
Good luck!!!

1
Part I. Write True if the Statement is Correct and Write False if it is Incorrect
on the Attached Answer Sheet [1.5 pts. each, Total =9]
1. Knowledge Base is it uses the knowledge to draw conclusions, make decisions and provide
explanations.
2. Unsupervised learning is a class of machine learning techniques used to find patterns in data.
3. Autonomous in robotics refers to the ability of a robot to interact with and manipulate
objects in its environment.
4. Deep learning, especially CNN has revolutionized computer vision.
5. Image Classification divides an image into meaningful regions or segments.
6. Textual Data is the process of breaking text into smaller units, such as words or phrases.

Part-II: Choose the Best Answer and Write the Letter of your Choice on the
Attached Answer Sheet [1.5 pts. each, Total =24]
1. What is the term for the process of grouping similar data points together in unsupervised
learning?
A. Classification C. Clustering E. C and D
B. Regression D. Association F. None of the above
2. Which one of the following is true about Inference system in Knowledge-based agents?
A. The Inference system of KBA stores fact about the world.
B. Inference system is a central component of a knowledge-based agent.
C. Inference system generates new facts so that an agent can update the KB.
D. It is a collection of sentences.
E. All of the above
3. Which one of the following is true about Depth First Search Algorithm?
A. DFS requires more memory compare to BFS.
B. DFS is more faster than BFS.
C. DFS require less memory compare to BFS.
D. FIFO implementation. E. A and B F. B and C
4. Which one of the following Machine Learning Life cycle is the process of cleaning
and converting raw data into a useable format?
A. Gathering Data C. Data Wrangling
B. Data preparation D. Analyze Data
E. None of the above

2
5. What is a key component of robotic systems that allows them to gather information
about their environment?
A. Manipulators. C. Microprocessors.
B. Sensors. D. Batteries.
6. Which type of artificial neural network is designed for processing sequential data, such as time
series or natural language?
A. Convolutional Neural Network C. Multilayer Perceptron
B. Recurrent Neural Network D. Decision Tree
7. Which AI technique focuses on allowing computers to understand and generate human
language?
A. Deep Learning C. Reinforcement Learning
B. Natural Language Processing D. Expert Systems
8. What is an autonomous robotic system?
A. A system that relies on human input for all its actions.
B. A system that can operate and make decisions independently.
C. A system that can only perform predefined tasks.
D. A system that requires constant monitoring by humans.
E. All of the above
9. In machine learning, what is the term for the data used to assess a model's performance and
generalization?
A. Training data C. Testing data E. A and C
B. Validation data D. Feature data F. B and D
10. What is path planning in robotics?
A. The process of teaching robots to speak.
B. The process of finding a suitable route or trajectory for a robot to reach a destination.
C. The process of detecting obstacles in a robot's environment.
D. The process of powering robots.
E. All of the above
11. Which type of sensor is commonly used to measure distances to objects in the robot's
environment?
A. Temperature sensor. C. Microphone.
B. Infrared sensor. D. Accelerometer.

3
12. Which machine learning technique is commonly used for sentiment analysis in NLP?
A. Linear Regression. C. Deep Learning, such as Recurrent Neural Networks.
B. K-Means Clustering. D. Decision Trees.
13. Which aspect is crucial in designing effective human-robot interaction?
A. Ensuring robots are entirely autonomous.
B. Minimizing any form of communication between humans and robots.
C. Understanding human needs, preferences, and communication patterns.
D. Avoiding any form of human input.
E. All of the above
14. What is a key characteristic of deep learning models in machine learning?
A. They have a shallow architecture with only one layer.
B. They rely on a small number of features.
C. They use neural networks with many layers to learn from data.
D. They are primarily used for unsupervised learning tasks.
E. All of the above
15. What is human-robot interaction in robotics?
A. The process of robots interacting with other robots.
B. The process of humans controlling robots remotely.
C. The study of how humans and robots communicate and collaborate.
D. The process of robots making decisions independently.
E. All of the above
16. Which Machine learning algorithm in Text Classification Machine Learning Applications in
NLP?
A. Recurrent Neural Networks C. Transformer-based models
B. Naive Bayes D. Conditional Random Fields

4
Part III. Fill in the Black Space with the Correct Answer [1.5 pts. each, Total =4.5]

1. ----------------------------- is a form of artificial intelligence (AI) that aims to capture the


knowledge of human experts to support decision-making.
2. ---------------------------- is a field of artificial intelligence (AI) that focuses on enabling
computers to interpret and understand visual information from the world.
3. ------------------- are used for customer support, information retrieval and automated
responses in messaging platforms.

IV Short Answer Questions


1. What are Constraint Satisfaction Search and discuss its type? (2 pts.)

5
2. Discuss the concept of autonomous robotic systems and what advantages do autonomous
systems offer? (2.5 pts.)

3. Discuss the difference between machining learning, deep learning and Artificial
Intelligence? (3 pts.)

6
4. List and discuss the difference between Types of machine learning techniques? (3 pts.)

5. What are the difference between Convolutional Neural Networks and Recurrent Neural
Networks? (2 pts.)

7
Answer Sheet

Name_____________________________ ID _______

Part I True/False Part II Multiple Choice

1. 1. 10.

2. 2. 11.

3. 3. 12.

4. 4. 13.

5. 5. 14.

6. 6. 15

7. 8. 16 16

8.

9.

Part III Fill in the Blank Space


1.

2.

3.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy