0% found this document useful (0 votes)
12 views2 pages

Chapter1 QB

This document is a question bank for R programming, categorized by marks for each question. It includes definitions, syntax, and explanations of various R concepts such as data types, functions, and data structures. The questions are designed to assess knowledge on both fundamental and advanced topics in R programming.
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)
12 views2 pages

Chapter1 QB

This document is a question bank for R programming, categorized by marks for each question. It includes definitions, syntax, and explanations of various R concepts such as data types, functions, and data structures. The questions are designed to assess knowledge on both fundamental and advanced topics in R programming.
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/ 2

CHAPTER - 1

Question Bank
The fallowing question carries 2 marks each
1. Define R? List the features of R?
2. Explain declaring and initializing Variables in R Language with an example?
3. What is Data frame in R? Write a syntax to create an Data frame?
4. List the Applications of R Programming.
5. Give an example for rbind() and cbind() functions?
6. Define List in R? Write a syntax to create a list?
7. Define Vector in R? Write a syntax to create a vector?
8. Define Matrix in R? Write a syntax to create a Matrix?
9. Define Factor in R? Write a syntax to create a Factor?
10. Define Array in R? Write a syntax to create an Array?
11. Differentiate between class() and typeof() function?
12. List the data Types in R Programming with an example?
13. What is scan() function in R?
14. Differentiate between paste and cat function?
15. Define Coercion in R? List its types?
16. Explain seq() and rep() functions?
17. Define function in R? Write a syntax to create a function?
18. What are special values in R? List the Special values in R?
19. List the different class system in R?
The fallowing question carries 5 marks each
1. Explain the operations on vectors with an example?
2. Explain the operations on Matrix with an example?
3. Explain logical operators.
4. Explain different types of function with an example.
5. What is exception? Explain how to handle exception.
6. Explain the graphic plot() function with an example.
7. Explain different types of Coercion in R with an example?
8. Write a R program to create and access the elements of array?

Prepared by: Chandrashekhar K, Asst. Prof, Dept. of BCA Page 1


CHAPTER - 1

The fallowing question carries 10 marks each


1. Explain the different Data Types of R.
2. Explain the different control and looping statements in R.
3. Define List? Explain different ways to access the elements of list with an example?
4. Briefly explain different types of data structures in R?
5. Explain Reading and Writing into the file in R with an example?
6. Explain different parameters used in plot() function with an example?
7. Write a R program to perform operations on vector and matrix?
8. Write a R program to demonstrate data structures in R?
9. Explain different types of operators in R?
10. Explain S3 and S4 class in R with code snippet?

Prepared by: Chandrashekhar K, Asst. Prof, Dept. of BCA Page 2

You might also like