Contents

Which of the following is the assignment operator?
a) <-                                       
b) ->
c) =                                                        
d) ==

c

Which of the following is a loosely-typed language?
a) R                                       
b) T
c) S                                                        
d) Both R and S

c

What is the limit to matrices in R?
a) One dimensional            
b) Two dimensional
c) Three dimensional
d) No limit

b

Which is the function used to add the vectors?
a) c()                                      
b) add(vectors)
c) c(vectors)                         
d) vectors.add

a

Which of the following list contains multiple data types?
a) Vectors                             
b) Data frames
c) Matrices                           
d) Arrays

b

Which function is used to create data frames?
a) data.frames()  
b) frame.data()
c) data.frame()   
d) frame(data)

c