Student Corner
SPPU IT Syllabus
BE IT Project 2020-21
Project ID 05 Details:
PID | 05 |
Project Title | Intelligent Transport System |
Guide Name | Parag Achaliya |
Group Members | Sapana Medhane, Vishakha More, Pranoti Pawar, Sayali Shirude |
Project Document of SEM-I | Click Here |
Project Document of SEM-II |
Project ID 06 Details:
PID | 06 |
Project Title | Image Processing Based Waste Management System |
Guide Name | Parag Achaliya |
Group Members | Govind Bidgar, Prasad Dhole, Hrutika Bhosale, Kajal Gholap |
Project Document of SEM-I | Click Here |
Project Document of SEM-II |
Project ID 07 Details:
PID | 07 |
Project Title | MSRTC Bus Tracking System |
Guide Name | Parag Achaliya |
Group Members | Madhavi Mandale, Swati Sonawane, Vaishali Mahale, Vaishnavi Bagul |
Project Document of SEM-I | Click Here |
Project Document of SEM-II |
Data Structure & Files Laboratory (SE IT 2015 Pattern A.Y. 2019-20 Sem-2)
Laboratory Manuals:-
Assignment No. | Assignment Title | Download |
---|---|---|
1 | Write a program to implement stack as an abstract data type using linked list and use this ADT for conversion of infix expression to postfix, prefix and evaluation of postfix/prefix expression. | Download |
2 | Implement priority queue as ADT using single linked list for servicing patients in an hospital with priorities as i) Serious (top priority) ii) medium illness (medium priority) iii) General (Least priority). | Download |
3 | Create Binary tree and perform following operations: a. Insert b. Display c. Depth of a tree d. Display leaf-nodes e. Create a copy of a tree | Download |
4 | Construct and expression tree from postfix/prefix expression and perform recursive and nonrecursive In-order, pre-order and post-order traversals. | Download |
5 | Implement binary search tree and perform following operations: a. Insert b. Delete c. Search d. Mirror image e. Display f. Display level wise | Download |
6 | Consider a friends’ network on face book social web site. Model it as a graph to represent each node as a user and a link to represent the fried relationship between them. Store data such as date of birth, number of comments for each user. 1. Find who is having maximum friends 2. Find who has post maximum and minimum comments 3. Find users having birthday in this month. Hint: (Use adjacency list representation and perform DFS and BFS traversals) | Download |
7 | Represent any real world graph using adjacency list /adjacency matrix find minimum spanning tree using Kruskal’s algorithm. | Download |
8 | Represent a given graph using adjacency matrix /adjacency list and find the shortest path using Dijkstra's algorithm (single source all destination). | Download |
9 | Store data of students with telephone no and name in the structure using hashing function for telephone number and implement chaining with and without replacement. | Download |
10 | A business house has several offices in different countries; they want to lease phone lines to connect them with each other and the phone company charges different rent to connect different pairs of cities. Business house want to connect all its offices with a minimum total cost. Solve the problem by suggesting appropriate data structures. | Download |
11 | Department maintains a student information. The file contains roll number, name, division and address. Write a program to create a sequential file to store and maintain student data. It should allow the user to add, delete information of student. Display information of particular employee. If record of student does not exist an appropriate message is displayed. If student record is found it should display the student details. | Download |
12 | Implement direct access file using hashing ( chaining without replacement) perform following operations on it a. Create Database b. Display Database c. Add a record d. Search a record e. Modify a record | Download |
Dates:-
Assignment No. | S1 |
---|---|
1 | 03/01/2020 |
2 | 17/01/2020 |
3 | 31/01/2020 |
4 | 11/02/2020 |
5 | 25/02/2020 |
Internet of Things (BE IT 2015 Pattern)
Unit-wise PPTs:-
Unit No. | Unit Name | PPT |
---|---|---|
1 | INTRODUCTION TO INTERNET OF THINGS | Download |
2 | IoT NETWORK ARCHITECTURE AND DESIGN | Download |
3 | SMART OBJECTS: THE “THINGS” IN IoT | Download |
4 | ADDRESSING TECHNIQUES FOR THE IoT | Download |
5 | IoT PLATFORMS | Download |
6 | IoT PHYSICAL SERVERS AND CLOUD OFFERINGS | Download |
Unit-wise Question Bank - View
University Question Papers - Download
List of Slow & Fast Learners - View
Internet of Things Laboratory (BE IT 2015 Pattern)
Laboratory Manuals:-
Assignment No. | Assignment Title | Download |
---|---|---|
1 | Study of Raspberry-Pi, Beagle board, Arduino. | Download |
2 | Study of different operating systems for Raspberry-Pi/Beagle board/Arduino. Understanding the process of OS installation on Raspberry-Pi/Beagle board/Arduino. | Download |
3 | Open source prototype platform- Raspberry-Pi/Beagle board/Arduino -Simple program digital read/write using LED and Switch -Analog read/write using sensor and actuators. | Download |
4 | Upload data from environmental sensor to cloud server (You can use any public cloud IBM Watson IoT cloud or Google or AWS etc.). | Download |
5 | Introduction to MQTT/ CoAP and sending sensor data to cloud using Raspberry-Pi/Beagle board/Arduino. | Download |
6 | Design a web interface to control connected LEDs remotely using Raspberry-Pi/Beagle board/Arduino. | Download |
7 | Install, configure XMPP server and deployed an application on Raspberry Pi/Beagle board/Arduino. Write client applications to get services from the server application. | Download |
8 | Install, configure APACHE server and deployed an application on Raspberry Pi/Beagle board/Arduino. Write client applications to get services from the server application. | Download |
Dates:-
Assignment No. | B1 | B2 | B3 |
---|---|---|---|
1 | |||
2 | |||
3 | |||
4 | |||
5 | |||
6 | |||
7 |
Oral QB - View
Software Testing and Quality Assurance (BE IT 2015 Pattern)
My YouTube Lectures: View
Unit-wise PPTs:-
Unit No. | Unit Name | PPT |
---|---|---|
1 | SOFTWARE TESTING BASICS | Download |
2 | TESTING TECHNIQUES AND LEVELS OF TESTING | Download |
3 | SOFTWARE TEST AUTOMATION AND QUALITY METRICS | Download |
4 | FUNDAMENTALS OF SOFTWARE QUALITY ASSURANCE | Download |
5 | QUALITY ASSURANCE MODELS | Download |
6 | SOFTWARE QUALITY ASSURANCE TRENDS | Download |
Question Bank - View
Slow & Fast Learner New List - View
Human Computer Interaction (TE IT 2015 Pattern)
My YouTube Lectures: View
Unit-wise PPTs:-
Unit No. | Unit Name | PPT |
---|---|---|
1 | INTRODUCTION | Download |
2 | UNDERSTANDING THE HUMAN | Download |
3 | UNDERSTANDING THE INTERACTION | Download |
4 | HCI - DESIGN PROCESS | Download |
5 | HCI - DESIGN RULES, GUIDELINES, AND EVALUATION TECHNIQUES | Download |
6 | HCI MODELS AND THEORIES | Download |
Question Bank - View
Slow & Fast Learner New List - View
Software Laboratory - III (TE IT 2015 Pattern)
Laboratory Manuals:-
Assignment No. | Assignment Title | Download |
---|---|---|
1 | Using HTML5 layout tags develop informative page with sections which include various images, links to other pages for navigation, make use of all possible formatting (for example font, color etc.). | Download |
2 | Apply CSS properties Border, margins, Padding, Navigation, dropdown list to page created in first assignment. | Download |
3 | Create form in HTML with all form elements apply form validations (e.g. Email, mobile, Pin code, Password). | Download |
4 | Validate URL, Email, Required using functions empty, preg_match, filter_var in PHP. | Download |
5 | Understand servlet life cycle, create login page and apply proper validations with appropriate messages using doGet()/ doPost() methods. | Download |
6 | Develop website using any CMS tool which falls into one of the categories blog, social networking, News updates, Wikipedia, E-commerce store. Website must include home page, and at least 3 forms (with Validation), use at list HTML5, PHP, CSS/Bootstrap, JavaScript web technologies. No database support is needed. Deploy website on live webserver and access through URL. | Download |
Practical Dates:-
Assignment No. | T1 | T2 | T3 | T4 |
---|---|---|---|---|
1 | 04/08/2020 | 04/08/2020 | 04/08/2020 | 04/08/2020 |
2 | 17/08/2020 | 17/08/2020 | 17/08/2020 | 17/08/2020 |
3 | 31/08/2020 | 31/08/2020 | 31/08/2020 | 31/08/2020 |
4 | 14/09/2020 | 14/09/2020 | 14/09/2020 | 14/09/2020 |
5 | 28/09/2020 | 28/09/2020 | 28/09/2020 | 28/09/2020 |
6 | 19/10/2020 | 19/10/2020 | 19/10/2020 | 19/10/2020 |
XAMPP - DOWNLOAD
Assignment No. 4 - VIEW
Dear sir pls send me iot ebook
ajitmaid@gmail.com
You can download it from this website only.
Sir…this web page very nice
Sir…this web page very nice&backgroun d color is awesome
Thank You Sir for IOT PPts
Sir, blog is really very nice , full of information and attractive. But I would like to tell u that plz change the colour of GUI ani plz put fresh colour.. it will look more better.
Great achievements sir.Bravo..
Super Designing of this blog Sir…Super Graphics..All is fresh combination…
Nice Creation… 🙂
Thank you sir for providing Such unique material.. for IOT
awesome design sir…stylish website
Something innovative…..to me….too good….liked it soooo much…..
Great WebDesigning Sir..
awesome designing sir …it is very attractive ..
Awesome web designing sir
Pls sir question bhi send karo na…taki hamari practice ho jaye..
A creativity is appearing from everywhere .its really best for all of us .thanku sir
Sir please can u please our college and give some expert lecture on any interested topic related to IT field
Sir please can u visit our college and give some expert session on any latest technology related to IT field
Yes I can conduct. Please tell me your college name & ask any of your teacher to contact me to complete some formalities.
First time I visited your blog ..nice blog sir it’s attractive and great design
thank you
Very Nice Parag…keep going
please upload PPTs of STQA unit 4 to 6
Unable to download the 7th and 8th assignments if iot lab. Please do reply.
Today I have downloaded SE IT Syllabus from your website. Thanks for simplifying my task.
It’s my pleasure sir
Sir the assignment 7 in IOTL is about XMPP where as the content is written on Apache which is the 8th assignment.