Data Analytics and Artificial Intelligence

Data Analytics and Artificial Intelligence

University

10 Qs

quiz-placeholder

Similar activities

Predictive Analytics

Predictive Analytics

University

10 Qs

FSDA - Amsterdam

FSDA - Amsterdam

University

10 Qs

Azure - Modern Data Warehousing

Azure - Modern Data Warehousing

University

10 Qs

CSD33503-Chap10-Data Mining Trends Quiz

CSD33503-Chap10-Data Mining Trends Quiz

University

11 Qs

Data Analytics

Data Analytics

University

10 Qs

Big Data Analytics Introduction

Big Data Analytics Introduction

University - Professional Development

8 Qs

Comprehension Check Chapter 4

Comprehension Check Chapter 4

University

10 Qs

Information Technology  - 3

Information Technology - 3

KG - University

10 Qs

Data Analytics and Artificial Intelligence

Data Analytics and Artificial Intelligence

Assessment

Quiz

Computers

University

Hard

Created by

Budi Dermawan

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is data cleaning important in data analytics?

Data cleaning is important in data analytics because it helps to ensure accuracy, consistency, and reliability of the data, which is essential for making informed decisions and drawing accurate conclusions.

Data cleaning is important in data analytics because it is a time-consuming process with no real benefits.

Data cleaning is not important in data analytics because the data is already accurate and reliable.

Data cleaning is important in data analytics because it helps to introduce errors and inconsistencies into the data.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is descriptive analytics?

Descriptive analytics predicts future outcomes based on historical data

Descriptive analytics is a type of data analysis that describes what has happened in the past by using historical data to better understand and explain business performance.

Descriptive analytics analyzes real-time data to make business decisions

Descriptive analytics focuses on identifying trends and patterns in data

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library is commonly used for machine learning?

pandas

numpy

scikit-learn

matplotlib

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

>> a = np.random.uniform(low=1., high=3.5, size=4)

>> ...

>> a

output:

array([2.144, 2.348, 3., 2.483])

np.round(a)

np.sort(a)

a = np.round(a,1)

a = np.round(a,3)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are some common techniques used for data cleaning?

Some common techniques used for data cleaning include removing duplicates, handling missing data, correcting errors, and standardizing data formats.

Ignoring missing data

Introducing more errors to the data

Adding more duplicates to the dataset

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is not a function in the pandas package

random

Series

sort

read_csv

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the different types of machine learning algorithms?

The different types of machine learning algorithms include only supervised learning

The different types of machine learning algorithms include supervised learning, unsupervised learning, semi-supervised learning, reinforcement learning, and deep learning.

The different types of machine learning algorithms include only reinforcement learning

The different types of machine learning algorithms include only decision tree learning

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?