MSBTE Study Resource Portal
MSBTE Study Resource Portal
An
Industrial Training Project Report On
Submitted by
2. Acknowledgement 3
3. Organization Structure 4
4. Introduction of Industry 5
4.1Industry Details
4.2About Wachstum Venture
4.3Wachstum Venture Services
5. Problem Statement and Requirement analysis 7
5.1Problem Statement
5.2Requirement Analysis
6. Feasibility Study 9
6.1 Technical Feasibility
6.2 Economic Feasibility
6.3 Operational Feasibility
6.4 Legal Feasibility
6.5 Schedule Feasibility
7. Proposed Methodology and Planning 11
7.1Approach
7.2Benefits
7.3Planning
8. Design 16
8.1ER-Diagram
8.2Flow Chart
8.3Use Case Diagram
9. Coding, Implementation and Testing 19
11. Conclusion 41
12. Reference 42
13. Bibliography 42
ITR-Project-Report
1
ITR-Project-Report
1. Abstract
This resource offers complete study materials for all semesters of the
Maharashtra State Board of Technical Education (MSBTE) curriculum. It
includes Syllabus, notes, Previous Year Question Papers, Previous Year Model
Answer Papers, practical manuals, and Video Playlists. The materials cover a
wide range of subjects and are regularly updated to reflect the latest syllabus
and exam patterns.
Made to help students in their studies, this collection gives easy access to
important educational resources in one place, making it easier to study and
prepare for exams effectively. Additionally, it keeps students updated with the
latest news and provides important links related to their courses and exams.
2
ITR-Project-Report
2. Acknowledgement
I want to thank everyone who helped create this MSBTE Study Resource.
First, I am grateful to the teachers and educators who provided the detailed notes
and materials. Their hard work and dedication are greatly appreciated. I also
thank my classmates and colleagues for their support and ideas; their feedback
helped make this resource better. I extend my heartfelt thanks to our mentor (Prof.
A. L. Tarange) and principal (Dr. A. L. Upadhyay) for their guidance and
encouragement throughout this project.
I also want to express my gratitude for the support received during our
industrial training, which played a significant role in shaping this resource.
Lastly, I thank my family and friends for their constant support and understanding
during this project. Thank you all for your contributions and support in making
this study resource a valuable tool for students.
3
ITR-Project-Report
4
ITR-Project-Report
4. Introduction Of Industry
5
ITR-Project-Report
6
ITR-Project-Report
Usability:
The platform should be user-friendly and easy to navigate.
Performance:
The system should load quickly and handle multiple users simultaneously.
Security:
User data should be protected through secure authentication and encryption
measures.
Scalability:
The system should be able to accommodate an increasing number of users and
resources over time.
Maintainability:
The system should be easy to update with new materials and features as
needed.
7
ITR-Project-Report
Target Users:
User Support:
8
ITR-Project-Report
6. Feasibility Study
6.1.1 Technology:
Use simple and popular technologies like HTML, CSS, and JavaScript for the
website, with PHP for the backend.
6.1.2 Hosting:
Choose a reliable web hosting service to ensure the site is always available.
6.1.3 Database:
Based on the use of simple and popular technologies like HTML, CSS, and JavaScript for the
website, with PHP for the backend, alongside a reliable web hosting service and an efficient
MySQL database, this project is technically feasible for us to undertake and successfully
complete.
6.2.1 Cost:
consider only the time invested in development, hosting, and ongoing updates, as no
monetary costs were incurred.
6.2.2 Funding:
No external funding was required as the project was built using free resources; only
our time and effort were needed.
In conclusion, with no monetary costs involved and the utilization of free resources, this
project is economically feasible. The investment of our time and effort is justified by the
potential for enhanced student performance and satisfaction
9
ITR-Project-Report
MSBTE students will likely benefit from easy access to materials, leading to
strong usage.
6.3.2 Maintenance:
A group of team should be in place for regular updates and user support.
In conclusion, the project is operationally feasible with expected strong user adoption among
MSBTE students and a dedicated group of developer friends handling regular updates and
user support.
6.4.1 Compliance:
6.4.2 Copyright:
In conclusion, the project is legally feasible by adhering to data protection laws and obtaining
necessary permissions for copyrighted materials, ensuring compliance and legality throughout
the development and operation phases.
6.5.1 Timeline:
Set a realistic schedule for development and launch, with phases to gather user
feedback for improvements. The entire project is planned to be completed within
the given time frame of 6 weeks.
In conclusion, the project is feasible within the scheduled 6 weeks, allowing for a
structured development timeline and opportunities for user feedback to enhance the final
product.
10
ITR-Project-Report
To design and develop all necessary pages required for this project, we will
employ the Agile development methodology, ensuring a flexible and
iterative approach that minimizes risks and addresses user needs effectively.
7.1 Approach:
7.1.1 Hand-Drawn Prototypes:
We will create hand-drawn prototypes to outline the structure of the
website, including webpage formats, section divisions, color schemes,
and more. This initial design phase will help us visualize and plan the
layout before moving on to development.
These prototypes will serve as a foundational guide, allowing us to
explore different design ideas and refine our approach based on
feedback. By sketching out the layout and visual elements, we can
identify potential usability issues early and make informed decisions
about the overall look and feel of the website.
11
ITR-Project-Report
Home Page
Department Page
12
ITR-Project-Report
Resource Page
About Us
13
ITR-Project-Report
14
ITR-Project-Report
7.3 Planning:
15
ITR-Project-Report
8. Design
8.1 Er-Diagram
16
ITR-Project-Report
8.2 Flowchart
17
ITR-Project-Report
18
ITR-Project-Report
9.1 Coding
9.1.1 Index.PHP
<?php
// Start session to access session variables
session_start();
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Diploma Dost</title>
<!-- css -->
<link rel="stylesheet" href="style.css">
<!-- font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-
awesome/6.5.2/css/all.min.css"
integrity="sha512-
SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pB
nMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- googlefont -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100
..900&display=swap"
rel="stylesheet">
19
ITR-Project-Report
</head>
<body>
<!-- title -->
<div class="site-name-logo">
<img src="../images/dd-logo.svg" alt="Site Logo" class="site-logo" id="logo">
<span class="site-name">Diploma Dost</span>
</div>
<!-- navbar -->
<nav class="navbar">
<div class="gps-logo"></div>
<ul class="menu">
<li class="menu-item" id="home">Home</li>
<li class="menu-item">
Branch
<ul class="dropdown">
<li class="dropdown-item" id="cm">CM</li>
<li class="dropdown-item" id="it">IT</li>
<li class="dropdown-item" id="entc">ENTC</li>
<li class="dropdown-item" id="ee">EE</li>
<li class="dropdown-item" id="me">ME</li>
<li class="dropdown-item" id="ce">CE</li>
</ul>
</li>
<li class="menu-item">
More
<ul class="dropdown">
<li class="dropdown-item" id="abt">About Us</li>
<li class="dropdown-item" id="contact">Contact</li>
<li class="dropdown-item" id="clg">Our College</li>
</ul>
</li>
<li class="menu-item" id="dnl-mode">
<i class="fa-solid fa-circle-half-stroke"></i>
</li>
</ul>
<div class="msbte-logo"></div>
</nav>
<!-- horizontal division 7:3 -->
<div class="sec-body">
<!-- 70% width section -->
<div class="ver-box">
<!-- page-title -->
<header>
<span class="header-content">I - Scheme</span>
<div class="resource-title">
</div>
</div>
<!-- Department section -->
<main>
<div class="select-title">
<span>Select Department</span>
</div>
<div class="department-box">
<div class="cm branch" id="cm">
<i class="fa-solid fa-computer"></i>
<span>Computer Technolgy</span>
<p>Download Computer Technolgy Study Material</p>
</div>
<div class="it branch" id="it">
<i class="fa-solid fa-microchip"></i>
<span>Information Technolgy</span>
21
ITR-Project-Report
22
ITR-Project-Report
</div>
<div class="syllabus material">
<span>Msbte Syllabus</span>
<p>We provide comprehensive and up-to-date syllabi from various
educational boards and
universities. These syllabi outline the topics and objectives for each
course, helping you
stay organized and focused on what needs to be studied. With
detailed breakdowns of each
subject, you can plan your studies more effectively and ensure you
cover all necessary
material.
</p>
</div>
<div class="manual material">
<span>Msbte Lab Manuals</span>
<p>Find detailed and well-structured lab manuals sourced from
multiple educational platforms.
These manuals will guide you through experiments and practicals
with step-by-step
instructions. Each manual includes clear illustrations, safety
guidelines, and detailed
procedures to ensure you can conduct experiments accurately and
confidently.
</p>
</div>
<div class="notes material">
<span>Notes & E‐Book</span>
<p>We offer a wide range of eBooks and meticulously compiled notes,
23
ITR-Project-Report
href="https://msbte.org.in/file/State%20Level%20Free%20Webinar%20for%20Awar
eness%20of%20Exit%20Examination%20of%20Diploma%20in%20Pharmacy_2006
20240602.jpeg"
target="_blank">Online Webinar on Awareness of Diploma in
Pharmacy</a>
<a id="links" href="https://msbte.org.in/file/Print-
Social&LifeSkillsGuidelines_04012023.pdf"
target="_blank">Implementation Of Life & Skill Course</a>
24
ITR-Project-Report
<div class="cm-k">
<span>K-Scheme Study Material</span>
<p>Computer Technolgy</p>
<div class="cm-k-s1" >
<span id="k">Semester I</span>
<a
href="https://drive.google.com/drive/folders/1Ed8Q3Hk6145S7a885CMSTwbH2RN
Yx-6Z?usp=drive_link" target="_blank">Fundamentals of ICT - 311001</a>
<a
href="https://drive.google.com/drive/folders/1YU40S0wwHJnueJOzmSEZdMDz5me
kOOi5?usp=drive_link" target="_blank">English - 311303</a>
<a
href="https://drive.google.com/drive/folders/1Zuv6rbY8FV3vkeT5qZJOC406PZOk8
PoN?usp=drive_link" target="_blank">Engineering Graphics - 311008</a>
<a
href="https://drive.google.com/drive/folders/1lxFvidUrpdm_ToNZ_kTvWa2YzlKDc
4zW?usp=drive_link" target="_blank">Basic Science - 311305</a>
<a href="https://drive.google.com/drive/folders/1iWeTlr54n_I-
T84VQdtT0KDhKXRNU_M1?usp=drive_link" target="_blank">Basic Mathematics
- 311302</a>
</div>
<div class="cm-k-s2" >
<span id="k">Semester II</span>
25
ITR-Project-Report
<a
href="https://drive.google.com/drive/folders/1Aha48On92I0Dkn_2lR58aQ58risTLSD
O?usp=drive_link" target="_blank">Web Page Desinging - 312004</a>
<a href="https://drive.google.com/drive/folders/18LBcsN4sJdMX0m-
42WkRbabAndOIdepx?usp=drive_link" target="_blank">Social and Life Skills -
312003</a>
<a href="https://drive.google.com/drive/folders/1maIPnVVHlfQAFbq-
zQBVSFsoh3QCUtV-?usp=drive_link" target="_blank">Programming in 'C' -
312303</a>
<a
href="https://drive.google.com/drive/folders/1wu8ZIFlbDeN_RjODCl0OySTfcvpzK7
eY?usp=drive_link" target="_blank">Professional Communication - 312002</a>
<a
href="https://drive.google.com/drive/folders/1qvds4tBNpgPXukDTSe8YYyj6keG_Y
X9U?usp=drive_link" target="_blank">Linux Basic - 312001</a>
<a
href="https://drive.google.com/drive/folders/1ofQL2xkK9SoPPSjmly8HuFywL8U3u
CdA?usp=drive_link" target="_blank">Basic Electrical and Electronics - 312302</a>
<a
href="https://drive.google.com/drive/folders/1PPgR42DKqD6Qs9j5XxcZhwDrOpExt
9Zg?usp=drive_link" target="_blank">Applied Mathematics - 312301</a>
</div>
</div>
</div>
</div>
<!-- 100% width used end of vertical and secondary body -->
<!-- footer section -->
<footer>
<div class="credit-logo">
<span>Created by Government Polytechnic, Solapur Students</span>
<div class="f-logo">
<div class="f-logo1 l" id="logof"></div>
<div class="f-logo2 l" id="msbte"></div>
<div class="f-logo3 l" id="gps"></div>
</div>
</div>
<div class="f-content">
<a href="../other/about.html">About Us</a>
<a href="../other/contct.html">Contact Us</a>
<button onclick="scrollToTop()" id="btn-back-to-top" title="Go to top">Page
Up</button>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>
26
ITR-Project-Report
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Diploma Dost</title>
<!-- css -->
<link rel="stylesheet" href="cmStyle.css">
<!-- font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-
awesome/6.5.2/css/all.min.css" integrity="sha512-
SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pB
nMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-
referrer" />
<!-- googlefont -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100
..900&display=swap" rel="stylesheet">
</head>
<body>
<!-- title -->
<div class="site-name-logo">
<img src="../images/dd-logo.svg" alt="Site Logo" class="site-logo" id="logo">
<span class="site-name">Diploma Dost</span>
</div>
<!-- navbar -->
<nav class="navbar">
<div class="gps-logo"></div>
<ul class="menu">
<li class="menu-item" id="home">Home</li>
<li class="menu-item">
Branch
<ul class="dropdown">
<li class="dropdown-item" id="cm">CM</li>
<li class="dropdown-item" id="it">IT</li>
<li class="dropdown-item" id="entc">ENTC</li>
<li class="dropdown-item" id="ee">EE</li>
<li class="dropdown-item" id="me">ME</li>
<li class="dropdown-item" id="ce">CE</li>
</ul>
27
ITR-Project-Report
</li>
<li class="menu-item">
More
<ul class="dropdown">
<li class="dropdown-item" id="abt">About Us</li>
<li class="dropdown-item" id="contact">Contact</li>
<li class="dropdown-item" id="clg">Our College</li>
</ul>
</li>
<li class="menu-item" id="dnl-mode">
<i class="fa-solid fa-circle-half-stroke" ></i>
</li>
</ul>
<div class="msbte-logo"></div>
</nav>
<!-- horizontal division 7:3 -->
<div class="sec-body">
<!-- 70% width section -->
<div class="ver-box">
<!-- page-title -->
<header>
<span class="header-content">I - Scheme</span>
<div class="resource-title">
<span>| Syllabus | Question Papers | Manuals
|Model Answer Papers | Notes | E‐Books | Video
Lectures |</span>
</div>
<span style="text-decoration: double; font-size: 1.2em; border-bottom: 1px
solid #0f0f0f;">Path To Success with Diploma Dost</span>
</header>
<!-- latest-news-section -->
<div class="latest-news">
<div class="news-title">
<span>Latest News</span>
</div>
<div class="news-ticker">
<div class="news-item"><a id="links"
href="https://msbte.org.in/file/A.Y.%202024-
25_AcademicCalendar_16052024_1104.pdf" target="_blank">Acadmic Calender For
A.Y. 2024‐2025</a></div>
<div class="news-item"><a id="links" href="https://msbte.org.in/file/Print-
Social&LifeSkillsGuidelines_04012023.pdf" target="_blank">Implementation Of
Life & Skill Course</a></div>
<div class="news-item"><a id="links"
href="https://dte.maharashtra.gov.in/wp-content/uploads/2024/06/Direct-Second-
28
ITR-Project-Report
Year-Diploma-Admission-Notice-2024-25-Marathi.pdf" target="_blank">Direct
Second Year Admission Notice</a></div>
</div>
</div>
<!-- Department section -->
<main>
<div class="select-title">
<span>Computer Technology Resource</span>
</div>
<div class="resource">
<div class="syllabus r" id="sy">
<i class="fa-solid fa-folder"></i>
<span>Syllabus</span>
</div>
<div class="pyq r" id="pyq">
<i class="fa-regular fa-file"></i>
<span>Previous Years Question Papers</span>
</div>
<div class="model r" id="md">
<i class="fa-solid fa-lightbulb"></i>
<span>Model Answer Paper</span>
</div>
<div class="notes r" id="notes">
<i class="fa-regular fa-note-sticky"></i>
<span>Notes & E-Book</span>
</div>
<div class="manual r" id="manual">
<i class="fa-solid fa-flask"></i>
<span>Lab Manuals</span>
</div>
<div class="video r" id="video">
<i class="fa-brands fa-youtube"></i>
<span>Video Lectures</span>
</div>
</div>
</main>
<!-- social media links -->
<div class="media-links">
<div class="links-title"><span>Links</span></div>
<div class="link-items">
<a id="links" href="https://www.instagram.com"
target="_blank">Instagram</a>
<a id="links" href="https://www.facebook.com"
target="_blank">Facebook</a>
<a id="links" href="https://github.com" target="_blank">Github</a>
29
ITR-Project-Report
30
ITR-Project-Report
31
ITR-Project-Report
9.2 Implementation
Home Page:
32
ITR-Project-Report
33
ITR-Project-Report
34
ITR-Project-Report
35
ITR-Project-Report
About Us Page:
36
ITR-Project-Report
37
ITR-Project-Report
9.3 Testing:
38
ITR-Project-Report
39
ITR-Project-Report
New Features:
• Personalized Study Plans: Enable users to create and manage custom study
schedules.
• Progress Tracking: Implement tools to monitor and report on study progress.
• AI Recommendations: Use AI to suggest relevant study materials based on
user activity.
Mobile App:
• Develop a mobile app for easy access to resources on smartphones and tablets.
Multiple Languages:
Collaboration Tools:
• Add features for group studies, discussion forums, and peer interactions.
Regular Updates:
40
ITR-Project-Report
11. Conclusion
41
ITR-Project-Report
12. References
https://www.msbte.engg-info.website/
https://www.msbteallclear.com/#google_vignette
https://www.diplomachakhazana.in/2023/05/msbte-study-material-i-
scheme.html
https://econtent.msbte.edu.in/econtent/econtent_home.php
https://developer.mozilla.org/en-US/docs/Web/HTML
https://www.youtube.com/watch?v=HcOc7P5BMi4&list=PLfqMhTWN
BTe0PY9xunOzsP5kmYIz2Hu7i
42
ITR-Project-Report
13. Bibliography
43
ITR-Project-Report
44