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

A95-R5 July2023

Done

Uploaded by

gaganpathak630
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)
33 views8 pages

A95-R5 July2023

Done

Uploaded by

gaganpathak630
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

No.

of Printed Pages : 8

A9.5-R5 - ARTIFICIAL INTELLIGENCE CONCEPTS AND R PROGRAMMING

DURATION : 03 Hours MAXIMUM MARKS : 100

OMR Sheet No. :

Roll No. : Answer Sheet No. :

Name of Candidate : ________________________________________ ; Signature of Candidate : _______________________

INSTRUCTIONS FOR CANDIDATES :

• Carefully read the instructions given on Question Paper, OMR Sheet and Answer Sheet.

• Question Paper is in English language. Candidate has to answer in English language only.

• There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and
PART TWO contains FIVE questions.

• PART ONE is Objective type and carries 40 Marks. PART TWO is Subjective type and carries
60 Marks.

• PART ONE is to be answered in the OMR ANSWER SHEET only, supplied with the question paper,
as per the instructions contained therein. PART ONE is NOT to be answered in the answer book for
PART TWO.

• Maximum time allotted for PART ONE is ONE HOUR. Answer book for PART TWO will be supplied
at the table when the Answer Sheet for PART ONE is returned. However, Candidates who complete
PART ONE earlier than one hour, can collect the answer book for PART TWO immediately after
handing over the Answer Sheet for PART ONE to the Invigilator.

• Candidate cannot leave the examination hall/room without signing on the attendance sheet
and handing over his/her Answer Sheet to the invigilator. Failing in doing so, will amount to
disqualification of Candidate in this Module/Paper.

• After receiving the instruction to open the booklet and before answering the questions, the candidate
should ensure that the Question Booklet is complete in all respects.

DO NOT OPEN THE QUESTION BOOKLET UNTIL YOU ARE TOLD TO DO SO.
PART ONE 1.4 Which of the following is the branch of
Artificial Intelligence ?
(Answer all the questions. Each question carries
ONE mark)
(A) Machine Learning
1. Each question below gives a multiple choice
of answers. Choose the most appropriate
one and enter in the "OMR" answer sheet (B) Cyber forensics
supplied with the question paper, following
instructions therein. (C) Full-Stack Developer

(1x10)
(D) Network Design
1.1 The performance of an agent can be improved
by :

(A) Learning

(B) Observing 1.5 Which term is used for describing the


judgmental or commonsense part of problem
(C) Perceiving solving ?

(D) None of the mentioned


(A) Heuristic

(B) Critical
1.2 Select the most appropriate situation for that
a blind search can be used.
(C) Value based
(A) Real-life situation

(B) Complex game (D) Analytical

(C) Small Search Space

(D) All of the above


1.6 Decision Tree algorithm is a type of :

1.3 Among the given options, which search


(A) Supervised learning
algorithm requires less memory ?

(A) Depth First Search (B) Unsupervised learning


(B) Optimal Search
(C) Active learning
(C) Breadth-First Search

(D) Linear Search (D) Reinforcement learning

Page 2 SPACE FOR ROUGH WORK A9.5-R5/08-23


1.7 The output of training process in machine 2. Each statement below is either TRUE or
learning is __________. FALSE. Choose the most appropriate one
and enter your choice in the "OMR" answer
(A) machine learning algorithm sheet supplied with the question paper,
following instructions therein.
(B) machine learning model
(1x10)
(C) null
2.1 In supervised learning, given training explain
(D) accuracy examples of Input and corresponding output,
the machine can predict outputs for new
inputs.
1.8 Numbers in R are generally treated as
_______ precision real numbers.
2.2 Linear regression is a machine learning
algorithm based on supervised learning.
(A) single

(B) double
2.3 Database Management System is an
(C) real application of artificial intelligence.

(D) imaginary
2.4 Artificial Intelligence "Agent" does mapping
of precept sequence to an action.

1.9 If you explicitly want an integer, you need to


specify the _____ suffix. 2.5 OLAP stands for Online Available
Processing.
(A) D

(B) R 2.6 Unsupervised learning is the type of learning


in which labeled training data is used.
(C) L

(D) K 2.7 Correlation is a statistical measure which


determines co-relationship or association of
two variable.

1.10 Attributes of an object (if any) can be accessed


using the ______ function. 2.8 Poisson distribution is a discrete probability
distribution.
(A) objects()

(B) attrib() 2.9 library () function is used to watch for all


available packages in library.
(C) attributes()

(D) obj() 2.10 Full Form of GUI is Guided User Interface

Page 3 SPACE FOR ROUGH WORK A9.5-R5/08-23


3. Match words and phrases in column X with the closest related meaning / word(s) / phrase(s) in
column Y. Enter your selection in the "OMR" answer sheet supplied with the question paper,
following instructions therein.
(1x10)

X Y

3.1 Confusion Matrix A Unsupervised learning

3.2 Robots B ggplot2

3.3 Classification C Sensor

Processing large data sets to identify


3.4 D accuracy
patterns and relationships

3.5 Clustering E Data mining

3.6 Data Visualization in R F Data frame

It tends to convert a physical attribute to


3.7 G Supervised learning
an electrical signal.

it changes an electrical signal to physical


3.8 H Vectors
action.

3.9 data displayed in a format as a table. I Reinforcement learning

a sequence of elements which share the


3.10 J Actuator
same data type

K Application of AI

L Data warehousing

M Poisson distribution

Page 4 SPACE FOR ROUGH WORK A9.5-R5/08-23


4. Each statement below has a blank space to fit one of the word(s) or phrase(s) in the list below.
Choose the most appropriate option, enter your choice in the "OMR" answer sheet supplied
with the question paper, following instructions therein.
(1x10)

A regression B Correlation C Machine Learning

D R E data warehouse F histogram

G Supervised learning H Variance I Pie chart

Root Mean Square


J Arrays K L Structured data
Error

M Unstructured data

4.1 __________ is the expected value of the squared variation of a random variable from its mean
value.

4.2 __________ is a statistical measure that expresses the extent to which two variables are linearly
related.

4.3 A __________ is a graph that shows the frequency of numerical data using rectangles.

4.4 A __________ is a statistical technique that relates a dependent variable to one or more independent
(explanatory) variables.

4.5 __________ is data that has been organized into a formatted repository, typically a database.

4.6 __________ is a language and environment for statistical computing and graphics.

4.7 __________ is the field of study that gives computers the capability to learn without being explicitly
programmed.

4.8 __________ is defined by its use of labeled datasets to train algorithms that to classify data or
predict outcomes accurately.

4.9 __________ is a metric used for evaluating the performance of regression algorithm.

4.10 A __________ is a central repository of information that can be analyzed to make more informed
decisions.

Page 5 SPACE FOR ROUGH WORK A9.5-R5/08-23


PART TWO 9. Briefly explain the following (Any three) :

(Answer any FOUR Questions) (a) Confusion Matrix


5. (a) Describe the building blocks of artificial
(b) NAN and INF in R programming
intelligence (AI) in detail.

(b) Describe the structure of Agents. (c) Data mart and Datawarehouse

(c) Differentiate between OLAP and OLTP. (d) Different types of agent-based systems.

(5+5+5)
(5+5+5)
-oOo-

6. (a) What is classification and regression in


machine learning ? Mention different
types of regression. Can regression be
used for classification ?

(b) Explain the ways/techniques for


cleaning the raw data.

(7+8)

7. (a) What are applications of artificial


intelligence (AI) ?

(b) What are the metrics to analyze


machine learning algorithms ?

(7+8)

8. (a) Explain the neural networks. Explain


feed forward and back propagation in
detail.

(b) How many data structures R


programming uses? Write a R program
to convert a given matrix to a
1 dimensional array.
(8+7)

Page 6 SPACE FOR ROUGH WORK A9.5-R5/08-23


SPACE FOR ROUGH WORK

Page 7 SPACE FOR ROUGH WORK A9.5-R5/08-23


SPACE FOR ROUGH WORK

Page 8 SPACE FOR ROUGH WORK A9.5-R5/08-23

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