R programming

R programming

University

5 Qs

quiz-placeholder

Similar activities

social engineering

social engineering

1st Grade - Professional Development

10 Qs

Decrypt it! Level 2

Decrypt it! Level 2

University

10 Qs

Emerging technologies

Emerging technologies

6th Grade - University

10 Qs

CSC1243 - Introduction to Computer Programs (Programming Langua)

CSC1243 - Introduction to Computer Programs (Programming Langua)

University

10 Qs

HCI Week 9

HCI Week 9

University

8 Qs

UNIT-1 PYTHON BASICS

UNIT-1 PYTHON BASICS

University

10 Qs

TPG Basics of web3 and programming

TPG Basics of web3 and programming

University

10 Qs

PYTHON LOOPING

PYTHON LOOPING

University

10 Qs

R programming

R programming

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

dadus jadhav

Used 20+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

What is the syntax to output "Hello World" in R ?

'hello world'

"Hello World"

print("Hello world")

all of the above

2.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

When the 1st appeared R programming language ?

August 1992

August 1993

August 1994

August 1995

3.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

How do we create a variable named X with the numeric value 5 ?

x:5

x<- 5

int x = 5

all of the above

4.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

who introduced R programming Language ?

Ross ihaka

Robert gentalman

both (a) and (b)

florian hahne

5.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

how do we insert comment in R programming

# this is a comment

/* this is a comment

// this is a comment

none of these