Chapter1 QB
Chapter1 QB
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?