0% found this document useful (0 votes)
19 views2 pages

Cse2026 - Important Questions

The document contains important questions related to data handling and visualization for the course CSE2026. It includes topics such as Python libraries for visualization, data transformation techniques, challenges of streaming data, and various visualization methods. Additionally, it covers practical tasks involving Python code for data preprocessing and visualization techniques.

Uploaded by

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

Cse2026 - Important Questions

The document contains important questions related to data handling and visualization for the course CSE2026. It includes topics such as Python libraries for visualization, data transformation techniques, challenges of streaming data, and various visualization methods. Additionally, it covers practical tasks involving Python code for data preprocessing and visualization techniques.

Uploaded by

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

IMPORTANT QUESTIONS

Course Code : CSE2026 &Course Name :DATA HANDLING AND VISUALIZATION

PART A

1. List two Python libraries commonly used for data visualization.


2. Define discretization in data transformation. State Date preparation in the context of data
visualization
3. List any two methods used for plotting graph in python libraries
4. List two Data science job roles in job market.
5. State the purpose of a histogram, and how does it differ from a bar chart?
6. Define visual variables.
7. List two visualization techniques for vector data set.
8. Compare scalar and vector data with example
9. Explain the methods to displaying Hierarchical Structures
10. List out the Multivariate Data Visualization techniques
11. Define Streaming data
12. List out the Challenges of Stream Data Processing
13. Describe the Stream the sensor data and image data using visualization techniques.
14. List the difference between the Raster and Vector data visualization.
15. Outline the python libraries used to analyse and visualize the time series data
16. Describe one challenge faced when visualizing spatial data.
17. List the advantage of using time-series graphs in streaming visualization
18. List two examples of time series data.
19. Define spatial data.
20. Define streaming data.
21. List two examples of streaming data.
22. List the visualization tools to represent temporal data
23. List the major challenges of streaming data
24. Describe one method used in the analysis of streaming data.
25. List the challenges of streaming data
26. Explain 'data transformation' in brief with example.
27. Differentiate between a bar chart and a histogram.
28. Define Transfer Function
29. Identify the types of mapping color models available in visualization

PART-B

1. Use python code to perform the following data transformation techniques :


i) Handling duplicates
ii) Replacing multiple values
iii) Binning
iv) Detecting and filtering outliers

2. Demonstrate at least five data preprocessing steps by taking any sample dataset (using
python).
3. Define data validation & Illustrate the levels on it.
4. Define data. List and explain Data in the Real World and Compare data vs. information
5. List the advantages of data preparation and explain key steps in data preparation.
6. Explain Plotting Using pandas DataFrames, Displaying Figures and Saving Figures in
Matplotlib.
7. Describe visual variables. Explain in detail all the types of visual variables in visualization.
8. Explain space filling and nonspace filling methods in detail with respect to treemaps,
sunburst displays and node-link graphs with diagrams.
9. Define Data Science. Describe in detail with suitable example.

10. Explain the need of Data Visualization and its importance.

11. Explain in detail data wrangling using own dataset& List the disadvantage of data with high
dimensionality.
12. Explain how PCA helps in reducing dimensions. Use the python code to reduce the
dimensions of breast cancer data to predict 'Benign' or 'Malignant'
13. Explain the tools and libraries used for visualization with appropriate examples.
14. Explain Multivariate Data. Compare multivariate data with multidimensional with example.
15. Use the python code to visualize different types of Multivariate Data by considering
appropriate data.
16. Explain the role of data cleaning in Exploratory Data Analysis (EDA). Describe the different
ways of cleaning the data.
17. Explain different visualization techniques using matplotlib library and iris dataset
(minimum of 5 visualization methods)
18. Explain about vector visualization techniques with own examples.
19. Explain the different types of mapping color models
20. Demonstrate the following operations with respect to time series data(using python):
i) Indexing and selection
ii) data ranges, frequencies and shifting

21. Classify any four types of multivariate data visualization in detail with diagrams.
22. Classify the spatial data visualization technology with their category and explain time series
of data visualization with example.
23. Define time oriented data. List the characteristics of time oriented data. Use a python code
to visualize the time oriented data
24. Apply how text data visualization assists in sentiment analysis. Provide a detailed example,
including the types of visualizations that could be used to represent data extracted from
social media feeds.

25. Determine how geospatial data is a spatial type of spatial data. Compare raster and vector
spatial data.
26. Use datetime package to visualize and analyze the stock market data with feature set of
('Open', 'High', 'Low', 'Close', 'Volume').
27. Use python code to visualize the streaming data by considering random data point in 2D
space.
28. Explain data-stream-management system with a neat architectural diagram. Compare DSMS
with DBMS
29. Use python code to visualize the streaming data by considering random data point in 2D
space
30. Describe a comprehensive discussion on the dos and don’ts of data visualization, using
examples from election result reporting.
31. Illustrate how these principles affect public perception and understanding of the results,
and suggest improvements based on recent technological advancements in visualization
tools.

You might also like