0% found this document useful (0 votes)
11 views1 page

Appd Lab

The document outlines practical exercises for two courses: CCS332 App Development and AD3411 Data Science and Analytics Laboratory. CCS332 includes tasks such as building cross-platform applications for a BMI calculator, expense manager, unit converter, and a to-do list, as well as developing Android applications with Cordova. AD3411 focuses on data analytics using Python, covering tools and experiments related to data handling, visualization, and statistical analysis, with specific course outcomes for students.

Uploaded by

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

Appd Lab

The document outlines practical exercises for two courses: CCS332 App Development and AD3411 Data Science and Analytics Laboratory. CCS332 includes tasks such as building cross-platform applications for a BMI calculator, expense manager, unit converter, and a to-do list, as well as developing Android applications with Cordova. AD3411 focuses on data analytics using Python, covering tools and experiments related to data handling, visualization, and statistical analysis, with specific course outcomes for students.

Uploaded by

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

CCS332 APP DEVELOPMENT

PRACTICAL EXERCISES: 30 PERIODS


1. Using react native, build a cross platform application for a BMI calculator.
2. Build a cross platform application for a simple expense manager which allows entering
expenses and income on each day and displays category wise weekly income and expense.
3. Develop a cross platform application to convert units from imperial system to metric
system ( km to miles, kg to pounds etc.,)
4. Design and develop a cross platform application for day to day task (to-do) management.
5. Design an android application using Cordova for a user login screen with username,
password, reset button and a submit button. Also, include header image and a label. Use
layout managers.
6. Design and develop an android application using Apache Cordova to find and display the
current location of the user.
7.Write programs using Java to create Android application having Databases
● For a simple library application.
● For displaying books available, books lend, book reservation. Assume that student
information is available in a database which has been stored in a database server.

AD3411 DATA SCIENCE AND ANALYTICS LABORATORY

COURSE OBJECTIVES:
• To develop data analytic code in python
• To be able to use python libraries for handling data
• To develop analytical applications using python
• To perform data visualization using plots
LIST OF EXPERIMENTS
Tools: Python, Numpy, Scipy, Matplotlib, Pandas, statmodels, seaborn, plotly, bokeh
Working with Numpy arrays
1. Working with Pandas data frames
2. Basic plots using Matplotlib
3. Frequency distributions, Averages, Variability
4. Normal curves, Correlation and scatter plots, Correlation coefficient
5. Regression
6. Z-test
7. T-test
8. ANOVA
9. Building and validating linear models
10. Building and validating logistic models
11. Time series analysis

COURSE OUTCOMES:
Upon successful completion of this course, students will be able to:
CO1. Write python programs to handle data using Numpy and Pandas
CO2. Perform descriptive analytics
CO3. Perform data exploration using Matplotlib
CO4. Perform inferential data analytics CO5. Build models of predictive analytics

You might also like