0% found this document useful (0 votes)
40 views3 pages

CTIT

This document contains 17 questions related to various data mining and machine learning topics such as graph algorithms, cryptarithmetic problems, data warehousing, cloud computing, data mining techniques, decision trees, and Internet of Things. The questions cover concepts like finding the shortest path using algorithms like A*, Dijkstra's, developing a decision tree model to help decide whether to launch a new product, explaining IoT architecture and applications.

Uploaded by

wani12112001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views3 pages

CTIT

This document contains 17 questions related to various data mining and machine learning topics such as graph algorithms, cryptarithmetic problems, data warehousing, cloud computing, data mining techniques, decision trees, and Internet of Things. The questions cover concepts like finding the shortest path using algorithms like A*, Dijkstra's, developing a decision tree model to help decide whether to launch a new product, explaining IoT architecture and applications.

Uploaded by

wani12112001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

CTIT

1. Consider the following graph-

The numbers written on edges represent the distance between the nodes. The numbers written
on nodes represent the heuristic value. Find the most cost-effective path to reach from start
state A to final state J using A* Algorithm or Best First Search.

2. Consider the following graph-

The numbers written on edges represent the distance between the nodes. The numbers written
on nodes represent the heuristic value. Find the most cost-effective path to reach from start
state A to final state Z using A* Algorithm Best First Search.
3. Apply Dijkstra’s Algorithm for the graph given below, and find the shortest path from
node A to node C

4. Apply Dijkstra’s Algorithm for the graph given below, and find the shortest path from node
0 to node 7

5. Solve the following crypt arithmetic problem


EVER + SINCE = DARWIN
find the value of D + A + R + W + I + N
6. Solve the following crypt arithmetic problem
SATURN + URANUS = PLANETS
find the value of S + A + R + N + U+ T

7. What is multidimensional data model? Explain the Data warehouse implementation


process.
8. Explain Data mining functionalities in detail
9. What is cloud computing? Explain benefits, challenges, and risks of Cloud Computing.
10. Explain cloud computing models in detail with one example each. (IAAS, PAAS, SAAS)
11. Explain types of cloud in detail with one example each. (Public, Private, Hybrid)
12. Explain types of Analysis with example. (Descriptive, diagnostic, predictive, prescriptive)
13. Explain with example how hierarchical clustering is used for data mining?
14. A company is considering whether to launch a new product. They have collected data on
previous product launches and the factors that influenced their success or failure, including
market size, competition, advertising budget, and product features. The company wants to use
a decision tree to help them decide whether to launch the new product or not.
Question:
Develop a decision tree to help the company decide whether to launch the new product or
not. What factors are the most important in determining the success or failure of a product
launch, and what are the potential outcomes of launching or not launching the new product?
How confident can the company be in their decision based on the decision tree model? What
other considerations should the company take into account before making a final decision?
15. What is Internet of Things (IoT)? Explain any two applications where IoT is used.
16. Explain the IoT architecture in detail
17. What is Internet of Things (IoT)? Explain the characteristics of IOT in detail.

You might also like