PROBLEM SOLVING USING R - UNIT 5 MCQS

PROBLEM SOLVING USING R - UNIT 5 MCQS

12th Grade

15 Qs

quiz-placeholder

Similar activities

FILE HANDLING IN PYTHON

FILE HANDLING IN PYTHON

12th Grade

10 Qs

File Handling in Python - Grade 12 CBSE

File Handling in Python - Grade 12 CBSE

12th Grade

15 Qs

File Handling

File Handling

12th Grade

10 Qs

Class XII Data Visualization Quiz

Class XII Data Visualization Quiz

12th Grade

20 Qs

File Handling Quiz

File Handling Quiz

12th Grade

16 Qs

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

Excel Chart

Excel Chart

9th - 12th Grade

10 Qs

PYPLOT

PYPLOT

12th Grade

10 Qs

PROBLEM SOLVING USING R - UNIT 5 MCQS

PROBLEM SOLVING USING R - UNIT 5 MCQS

Assessment

Quiz

Computers

12th Grade

Easy

Created by

MS.SHYAMALADEVI C

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of coordinate vectors in plotting?

The purpose of coordinate vectors in plotting is to represent the position of points in a graphical space.

To calculate the area of a shape in a plot.

To determine the color of the plotted points.

To create a legend for the graph.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you customize graphical parameters in R?

Adjust parameters by editing the R script directly without functions.

Use the `par()` function for base graphics or customize themes and aesthetics in ggplot2.

Use the `plot()` function exclusively for all graphics.

Customize colors using the `color()` function only.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are automatic plot types in R?

3D plots, contour plots, and radar charts

Automatic plot types in R include scatter plots, line plots, bar plots, and histograms, determined by the data structure.

Heatmaps, funnel charts, and waterfall charts

Pie charts, box plots, and area plots

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add titles and axis labels to a plot?

Add title and labels in the plot settings menu

Use title('Title') and label('X-axis', 'Y-axis') functions

Use plt.title('Title'), plt.xlabel('X-axis label'), and plt.ylabel('Y-axis label') in Matplotlib.

Use plt.set_title('Title') and plt.label_axes('X-axis', 'Y-axis')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What options are available for changing line and point appearances?

font size and alignment

Options include color, width, style, and marker type.

background color and shadow

opacity and texture

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you set limits for the plotting region?

Adjust the plot size with figsize() in Python

Use xlim() and ylim() in R or plt.xlim() and plt.ylim() in Python.

Change the axis limits in the plot settings menu

Use set_xlim() and set_ylim() in R

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of ggplot2 in R?

To create interactive web applications in R.

To perform statistical analysis in R.

The function of ggplot2 in R is to create data visualizations.

To manage data frames 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?