You are on page 1of 2

ANNEXURE-1

Standard Template for Academic Tasks (22231)

SET A
Academic Task Number: CA1 Course code: Cap787 Date of Conduct 7 Sept Course title: Data Science Tool Box Max. Marks 30

Question SET A Question Statement Course Bloom’s Marks per


Number Outcome level Question
1. What are the different objects in R? Name them. CO1,CO2 L2 5
2. How do we get a list of all the packages installed in R? And how to install a CO1 L2 5
package in R?
3. which function is used to create a pie graph in R? give its parameters also. CO1 L2 5

4. Is an array a matrix or a matrix and array? Justify with example CO1 L2 5

5. Suppose a vector v is c(10,20,30,40) and a list x is list (6:12), then what is CO1 L2 5
the output of v*x[1]?
6. How to obtain the transpose of a matrix? Give example. CO1 L2 5

Page 1 of 2
ANNEXURE-1
Standard Template for Academic Tasks (22231)

Academic Task Number: CA1 Course code: Cap787 Date of Conduct 7 Sept Course title: Data Science Tool Box Max. Marks
30

SET B

Question Question Statement Course Bloom’s Marks per


Number Outcome level Question
1. What does unlist() do ? Give example. CO1,CO2 L2 5

2. What makes a valid variable name in R? Mention rules CO1 L2 5

3. How do we get the standard deviation for a vector xyz having 100 values? CO1 L2 5

4. How do we get the name of current working directory and which CO1 L2 5
command is used to set the name of working directory?

5. What is the difference between %% and %/%? CO1 L2 5

6. What is the main difference in Array and a matrix? CO1 L2 5

Page 2 of 2

You might also like