R Programming Challenge for BCA Students

R Programming Challenge for BCA Students

University

20 Qs

quiz-placeholder

Similar activities

Sjmit-Q1-[Workshop-MAR-25]

Sjmit-Q1-[Workshop-MAR-25]

12th Grade - University

20 Qs

SAS INFORMATIKA KELAS 9

SAS INFORMATIKA KELAS 9

9th Grade - University

20 Qs

Quiz de Escalares y Vectores

Quiz de Escalares y Vectores

University

15 Qs

EMT QUIZ

EMT QUIZ

University

20 Qs

Economics products and cost

Economics products and cost

University

20 Qs

Midterm Examination 1.3 (Computer Network)

Midterm Examination 1.3 (Computer Network)

University

15 Qs

DATA STRUCTURE AND EGGNOG

DATA STRUCTURE AND EGGNOG

University

17 Qs

Midterm Examination 1 (Software Design)

Midterm Examination 1 (Software Design)

University

15 Qs

R Programming Challenge for BCA Students

R Programming Challenge for BCA Students

Assessment

Quiz

Others

University

Easy

Created by

krishan425 krishan425

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the primary data structures in R?

Arrays

Strings

Vectors, Lists, Matrices, Data Frames, Factors

Tuples

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a vector in R?

Use the c() function, e.g., c(1, 2, 3) for numeric vectors.

Use the array() function, e.g., array(1, 2, 3) for numeric vectors.

Create a list using list(1, 2, 3) instead of a vector.

Use the vector() function, e.g., vector(1, 2, 3) for numeric vectors.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to read a CSV file in R?

import.csv()

read.csv()

read.file()

load.csv()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the difference between a list and a data frame in R.

A list is a collection of elements of different types, while a data frame is a table-like structure with columns of potentially different types but equal length.

A list is a fixed-size structure, while a data frame can change size dynamically.

A list and a data frame are the same, both are used for storing tabular data.

A list is always a numeric vector, while a data frame can only contain character data.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'apply' family of functions in R?

To manage memory allocation in R.

To create new data structures in R.

To visualize data in R.

To apply a function to elements of data structures in R.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you handle missing values in R?

Use na.omit(), na.fill(), or imputation methods to handle missing values in R.

Ignore missing values and proceed with analysis without any adjustments.

Replace missing values with zeros only.

Use na.remove() to delete all rows with missing values.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of the 'ggplot2' package in R?

The 'ggplot2' package is used for statistical analysis in R.

The 'ggplot2' package is used for data visualization in R.

The 'ggplot2' package is used for machine learning in R.

The 'ggplot2' package is used for data cleaning in R.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?