Cuestionario Oracle Academy

Cuestionario Oracle Academy

University

10 Qs

quiz-placeholder

Similar activities

BCSC0006 Trees

BCSC0006 Trees

University

10 Qs

Trees

Trees

University

10 Qs

Trees

Trees

University

11 Qs

DRAINER CS : Data Structures Final Review

DRAINER CS : Data Structures Final Review

University

10 Qs

DS-U3-Q1

DS-U3-Q1

University

10 Qs

DSAA Quiz

DSAA Quiz

University

15 Qs

BFS and DFS - Data Structures

BFS and DFS - Data Structures

University

15 Qs

Cuestionario Oracle Academy

Cuestionario Oracle Academy

Assessment

Quiz

Computers

University

Hard

Created by

Carlos Quiñones

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is Information Entropy in Machine Learning?

It refers to the amount of information available in a dataset.

It measures how uncertain or disordered a dataset is.

It calculates the variance in a dataset.

It determines the accuracy of a machine learning model.

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which of the following best describes recursion in programming?

A function that calls another function.

A function that calls itself.

A loop that repeats a block of code.

A conditional statement in a program.

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is a Binary Tree?

A type of data structure with a linear arrangement.

A tree structure where each node has at most two children.

A tree structure where each node has an arbitrary number of children.

A structure that stores data in a non-hierarchical way.

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which traversal method prints the nodes of a tree in the order: left, node, right?

In-order traversal

Pre-order traversal

Post-order traversal

Level-order traversal

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What does the ID3 algorithm primarily calculate in decision trees?

The depth of the tree.

The probability of each class.

The information gain of each attribute.

The total number of leaf nodes.

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

How does recursion help in tree structures?

It is used to navigate the tree by calling the same method on the left and right children.

It reduces the size of the tree.

It creates a binary tree from the data.

It helps calculate entropy for the tree.

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which of the following is NOT a type of decision tree algorithm?

C4.5

 CART

K-means

 ID3

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?