1. R Programming Basics
based on session 1
Sign in to Google to save your progress. Learn more
1. What is log2() an example of?  
Clear selection
2. What do equal signs (ie. =) inside the brackets of a function call mean?
Clear selection
3. If number==12.0, what are the values of class(number), typeof(number) and class("number") respectively?
Clear selection
4. What is the recommended assignment operator in R?
Clear selection
5. You type the command x <- 12, but typeof(12) returns the value "double" so you code x <- 12L instead. Why did you add the L in 12L?
Clear selection
If my_age == 23, then what is the value of -(-my_age)?
Clear selection
7. What is the value for FALSE | FALSE | FALSE | FALSE | FALSE | TRUE | FALSE in R?
Clear selection
8. What does the NOT operator do (ie. !)?
Clear selection
9. What is the value for FALSE | FALSE | FALSE | FALSE?  
Clear selection
10. What is the value for (TRUE | TRUE) & (FALSE & FALSE)?  
Clear selection
What does Ctrl+1 and Ctrl+2 do in RStudio? (Try it out!)  
Clear selection
Submit
Clear form
This content is neither created nor endorsed by Google. - Terms of Service - Privacy Policy

Does this form look suspicious? Report