Semester 3 subjects new syllabus.
MUMBAI UNIVERSITY
🖥🖱
📌1.Principles of Operating Systems
📌2.Linear Algebra
📌3.Data Structures
📌4.Advanced Database Concepts
📌5.Java based Application Development
📌6.Web Technologies
📌7.Green Technologies
MUMBAI UNIVERSITY
🖥🖱
📌1.Principles of Operating Systems
📌2.Linear Algebra
📌3.Data Structures
📌4.Advanced Database Concepts
📌5.Java based Application Development
📌6.Web Technologies
📌7.Green Technologies
Semester 4 subjects NEW syllabus
MUMBAI UNIVERSITY
📌📌📌🖥📝
1.Theory of Computation
2.Computer Networks
3.Software Engineering
4.IoT Technologies
5.Android Application Development
6.Advanced Application Development
7.Management & Entrepreneurship
MUMBAI UNIVERSITY
📌📌📌🖥📝
1.Theory of Computation
2.Computer Networks
3.Software Engineering
4.IoT Technologies
5.Android Application Development
6.Advanced Application Development
7.Management & Entrepreneurship
Waterfall model
Software engineering (unit 1)
The waterfall model is a linear, sequential approach to the software development lifecycle (SDLC) that is popular in software engineering and product development. The waterfall model uses a logical progression of SDLC steps for a project, similar to the direction water flows over the edge of a cliff.
you can group the activities of the waterfall approach into five stages: planning(requirement), design, implementation(coding), verification(testing), and maintenance.
Software engineering (unit 1)
The waterfall model is a linear, sequential approach to the software development lifecycle (SDLC) that is popular in software engineering and product development. The waterfall model uses a logical progression of SDLC steps for a project, similar to the direction water flows over the edge of a cliff.
you can group the activities of the waterfall approach into five stages: planning(requirement), design, implementation(coding), verification(testing), and maintenance.
Incremental model
Software engineering (unit 1)
Incremental Model is a process of software development where requirements are broken down into multiple standalone modules of software development cycle. Incremental development is done in steps from analysis design, implementation, testing/verification, maintenance.
The incremental model provides operational and visible product at the early increments. As components of the whole product are incorporated one by one, bug detection becomes easier.
Software engineering (unit 1)
Incremental Model is a process of software development where requirements are broken down into multiple standalone modules of software development cycle. Incremental development is done in steps from analysis design, implementation, testing/verification, maintenance.
The incremental model provides operational and visible product at the early increments. As components of the whole product are incorporated one by one, bug detection becomes easier.
