Importance of data

Importance of data

10th Grade

10 Qs

quiz-placeholder

Similar activities

Data Visualization

Data Visualization

10th Grade - University

12 Qs

python

python

10th Grade

10 Qs

Numpy Revision Test

Numpy Revision Test

10th Grade

8 Qs

python advance

python advance

10th Grade

13 Qs

ICT Application - School Management System

ICT Application - School Management System

8th - 11th Grade

15 Qs

NumPy

NumPy

9th Grade - University

10 Qs

Reshaping & vStack&hstack( )

Reshaping & vStack&hstack( )

9th Grade - University

10 Qs

Exploring Data Visualization

Exploring Data Visualization

9th Grade - University

10 Qs

Importance of data

Importance of data

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Reem Aburmaileh

Used 21+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

1- The process of collecting data is called _________________

a.data analysis

b.data collection

c.data visualization

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

2- Ahmed observed the soil, moisture, water, weather, and rainfall of the Date trees to take a decision on the best months to grow a Date tree.

In computer science, information and facts observed and collected are known as?

Data

Domain

Desktop

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

3- This plot is ------------

Bar graph

Scatter plot

Line plot

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

4- Using the sensors in weather stations, Ahmed collected the weather information for a complete year.

The bigger the data collection the better understanding Ahmed will have about the Date tree growth. Is this statement true or false?

True

False

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

5- Through data analysis, Ahmed found that during the first year of the Date tree growth, it required 20 – 25 litres of water twice a day. In data analysis, this relationship between the tree's growth and watering is referred to as?

Collection

Correlation

Control

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

6- import matplotlib.pyplot as plt

import pandas as pd

grades = pd.DataFrame([[0, 1, 2, 3, 4, 5, 6, 7, 8, 9],

[92, 89, 88, 85, 81, 78, 75, 75, 72, 65]])

plt.scatter(grades.loc[0, :], grades.loc[1, :], color="black")

plt.title("Grades and absences")

plt.xlabel("Absences")

plt.ylabel("Grades")

plt.show()

* The title of the graph is -----------

Grades

Absences

Grades and absences

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

7- Using the data collected, Ahmed developed many graphs and plots to show to his supervisor. These graphs and plots have made Ahmed’s supervisor understand his data analysis quicker and clearer.In computer science, what is this process of data representation called?

Data Process

Data Visualization

Data Requirement

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?