You are on page 1of 2

Register Number:

B.E/B.TECH – MID SEM 1


II YEAR / III Semester
18AIC20IJ – FOUNDATION OF ARTIFICIAL INTELLEGENCE AND DATA SCIENCE
(Department of Artificial Intelligence and Data Science)
Date &Time: 17.09.2021 & 1.30 PM - 4.30 PM Maximum: 100 Marks
Part A – (10 x 2 = 20 marks)
Answer All Questions
1. CO1 How to create factors using R programming? Give an example. K1

2. CO1 Mention the types of variable assignment in R programming K2


3. CO1 Define data frame in R and also create the data frame form different vectors. K2
4. CO1 How to achieve machine learning task by using statistics K1
5. CO1 Illustrate the types data analytics life cycle. K3
6. CO1 Create a matrix using R programming which contains 3 rows and 3 columns in row wise. K2
Define the following measure of central tendency functions with an example
i)mean
7. CO1 K1
ii)median
iii)mode
8. CO1 Difference between descriptive statistics and inferential statistics. K2
9. CO2 Infer EDA process in Data Science domain. K2
10. CO2 Mention the application of data science technology? K3
PART B - (5 x 16 = 80 marks)

How can we do the descriptive analytics for a dataset using R programming also elaborate
11.(a) CO1 K2 (16)
the each and every function in descriptive analytics with example R program.
(Or)
How sampling is done by statistics. Give an example for sampling. Illustrate the concept of
(b) CO1 K2 (16)
sample statistics and sample distribution.

i)Elaborate the concept of data visualization techniques and discuss the tools involved in
12.(a) CO2 K2 (8)
data visualization.
ii)Consider the iris data set. This data set contains following columns (sepal. length, sepal.
width, petal. length, petal.width,species).Read the data set using R programming and do the
following operations.
CO2 a) Create the scatter plot between sepal. length and sepal.width column (8)
b) Create Histogram for sepal. length column (colour=blue, thickness=16)

(Or)
Create a data frame using R programming (7 rows and 4 columns) and using dplyr package
do the following operations.
i) Filter a particular data.
(b) CO1 ii) Selecting the particular columns. K2 (16)
iii) Perform the hiding the data in range of column.
iv) Select series of column
v) Finally, summaries the value
13.(a) CO1 Briefly illustrate the types of data structure with example using R programming. K3 (16)
(Or)

(b) CO2 Illustrate random variable? Exemplify the concept of random variable in statistics. K2 (16)

Define data? Give an explanation about different structures of data also mention the
14.(a) CO1 K2 (16)
different types of data collections.
(Or)

(b) CO1 Write the importance of data.table package .Exemplify the package with its functionalities. K2 (16)

i) Create a data frame and do the following operations. (Create a variable for each and
every function, store the output and print it)
K2 (8)
a) Gather b) Spread c) Separate d) Unite
15. (a) CO1
ii)Create a data frame (4 rows and 4 columns) from four vectors (ID, Name, Dateofbirth
and Subject). Using lubridate package convert the wide range of data into long range by
K3 (8)
passing the Dateofbirth and Subject columns into the melt function. And convert the long
range of data into wide range using cast function.
(Or)
i)Write the R code for creating following graphs for your own input values which contains
column values, xaxis,yaxis and title.
a) Line graph
b) Histogram K3 (8)
c)Bar graph
(b) CO2 d)Pie chart
e) Scatter plot
ii)Illustrate the lubridate package and its functionalities in R programming with example
program K2 (8)
.

*****

Knowledge
K1: Remember, K2: Understand, K3: Apply, K4: Analyze, K5: Evaluate, K6: Create
Level
CO1 Demonstrate their knowledge in data analytics
CO2 Demonstrate their knowledge in data visualization

Prepared by Verified by Approved by


Mr. S. Vishnu/IBM Trainer Mrs. K.Chitirakala, AP/Maths Dr.N.M.Saravanakumar, HoD/AI&CSBS

You might also like