PO, PSO & CO's

PO, PSO & CO's

Program Outcomes

PO1. Engineering knowledge: Apply the knowledge of mathematics, science, engineering fundamentals, and an engineering specialization to the solution of complex engineering problems.

PO2. Problem analysis: Identify, formulate, research literature, and analyze complex engineering problems reaching substantiated conclusions using first principles of mathematics, natural sciences, and engineering sciences.

PO3. Design/development of solutions: Design solutions for complex engineering problems and design system components or processes that meet the specified needs with appropriate consideration for the public health and safety, and the cultural, societal, and environmental considerations.

PO4. Conduct investigations of complex problems: Use research-based knowledge and research methods including design of experiments, analysis and interpretation of data, and synthesis of the information to provide valid conclusions.

PO5. Modern tool usage: Create, select, and apply appropriate techniques, resources, and modern engineering and IT tools including prediction and modeling to complex engineering activities with an understanding of the limitations.

PO6. The engineer and society: Apply reasoning informed by the contextual knowledge to assess societal, health, safety, legal and cultural issues and the consequent responsibilities relevant to the professional engineering practice.

PO7. Environment and sustainability: Understand the impact of the professional engineering solutions in societal and environmental contexts and demonstrate the knowledge of, and need for sustainable development.

PO8. Ethics: Apply ethical principles and commit to professional ethics and responsibilities and norms of the engineering practice.

PO9. Individual and team work: Function effectively as an individual, and as a member or leader in diverse teams, and in multidisciplinary settings.

PO10. Communication: Communicate effectively on complex engineering activities with the engineering community and with society at large, such as, being able to comprehend and write effective reports and design documentation, make effective presentations, and give and receive clear instructions.

PO11. Project management and finance: Demonstrate knowledge and understanding of the engineering and management principles and apply these to one’s own work, as a member and leader in a team, to manage projects and in multidisciplinary environments.

PO12. Life-long learning: Recognize the need for, and have the preparation and ability to engage in independent and life-long learning in the broadest context of technological change.

 Program Specific Outcomes

PSO-1: Inculcate professional skills: The ability to understand, analyze and develop computer program for ubiquitous computing

PSO-2: Cultivate employability and entrepreneurship: The ability to promote innovative career paths to be an entrepreneur and for higher studies

 

Course Outcomes (COs)

Second Year Engineering  SEM I
Course code and name :-210241  Discrete Mathematics
 
210241.1 Solve the engineering problems by applying set theory, propositional logic and mathematical induction
210241.2 Develop skill in expressing mathematical properties of relation and function
210241.3 Identify number of logical possibilities of events to design professional engineering Solutions
210241.4 Use binary tree in searching, Huffman coding and expression tree
210241.5 Use minimum spanning tree algorithms and shortest path algorithms to find the solution of graph based problem
210241.6 Analyze the properties of binary operations and evaluate the algebraic structure
Course code and Name :-210242  Fundamentals of Data Structure
210242.1 Design the algorithms to solve the programming problems, identify appropriate algorithmic strategy for specific application, and analyze the time and space complexity
210242.2 Discriminate the usage of various structures, Design/Program/Implement the appropriate data structures; and Identity the appropriate data structure in approaching the problem solution
210242.3 Demonstrate use of sequential data structures- Array and Linked lists to store and process data
210242.4 Understand the computational efficiency of the principal algorithms for searching and sorting and choose the most efficient one for the application
210242.5 Use efficient indexing techniques and multiway search techniques to store and maintain data
210242.6 Understand, Implement and apply principles of data structures-stack and queue to solve computational problems
Course code   and Name  :-210243 Object Oriented Programming
210243.1 Apply constructs- sequence, selection and iteration; classes and objects, inheritance, use of predefined classes from libraries while developing software.
210243.2 Design object-oriented solutions for small systems involving multiple objects.
210243.3 Use virtual and pure virtual function and complex programming situations.
210243.4 Apply object-oriented software principles in problem solving.
210243.5 Analyze the strengths of object-oriented programming.
210243.6 Develop the application using object oriented programming language(C++).
Course code and Name :-210244  Computer Graphics
210244.1 Identify the basic terminologies of Computer Graphics and interpret the mathematical foundation of the concepts of computer graphics.
210244.2 Apply mathematics to develop Computer programs for elementary graphic operations.
210244.3 Illustrate the concepts of windowing and clipping and apply various algorithms to fill and clip polygons.
210244.4 Understand and apply the core concepts of computer graphics, including transformation in two and three dimensions, viewing and projection.
210244.5 Understand the concepts of color models, lighting, shading models and hidden surface elimination.
210244.6 Create effective programs using concepts of curves, fractals, animation and gaming.
Course code and Name :-210245 Digital Electronics and  Logic Design
210245.1 Simplify Boolean Expressions using K Map
210245.2 Design and simplify Combinational digital circuits using minimization methods as per the specifications.
210245.3 Design and simplify sequential digital circuits using minimization methods as per the specifications.
210245.4 Illustrate simple real-world applications using ASM and PLD
210245.5 Analyze appropriate logic families’ IC packages as per the given design specifications
210245.6 Illustrate organization and architecture of computer system
Course code and Name :-210247 Data Structures Lab
210246.1 Use algorithms on various linear data structure using sequential organization to solve real life problems
210246.2 Analyze problems to apply suitable searching and sorting algorithm to various applications
210246.3 Analyze problems to use variants of linked list and solve various real life problems
210246.4 Designing and implement data structures and algorithms for solving different kinds of problems
Course code: and Name  -210248 OOP and Computer  Graphics Lab
210.248.1 Understand and apply the concepts like inheritance, polymorphism, exception handling and other generic structures for implementing reusable programming codes. 
210.248.2 Analyze the concept of file and apply it while storing and retrieving the data from secondary storages.
210.248.3 Analyze and apply computer graphics algorithms for line-circle drawing, scan conversion and filling with the help of object oriented programming concepts. 
210.248.4 Understand the concept of windowing and clipping and apply various algorithms to fill and clip polygons.
210.248.5 Apply logic to implement, curves, fractals, animation and gaming programs.
Course code and Name  :-210249 Digital Electronics Lab
210248.1 Design and implement combinational circuits.
210248.2 Design and implement sequential circuits.
210248.3 Understand the behavior of Shift Register
Course code and Name :-210250  Business Communication Skills Laboratory
210249.1 Express effectively through verbal/oral communication and improve listening skills
210249.2 Write precise briefs or reports and technical documents
210249.3 Prepare for group discussion/meeting/interviews and presentations
210249.4 Explore goal target settings, self motivation,and practising creative thinking
210249.5 Operate effectively in multy disciplinary and hetrogeneous team through the knowledge of teamwork, interpersonal realationships, conflict management and leadership qualities.
Second Year Engineering  SEM II
Course code and Name :-207003 Mathematics III
207003.1 Solve linear differential equations and equations reducible to LDE
207003.2 Obtain Fourier transform and Z-transform of functions and apply in continuous and discrete systems and image processing
207003.3 Apply statistical methods of central tendency , dispersion,correlation and regression for data analysis
207003.4 Apply probability theory and probability distribution for predictions and test a hypothesis
207003.5 Solve algebraic and transcendental equations and system of linear equations using numerical techniques
207003.6 Obtain interpolating polynomials, numerical differentiation and integration ,numerical solution of ordinary differential equations to use in modern scientific computing
Course code and Name :-210253 Data Structures and Algorithms
210252.1 Solve the searching problem efficiently by storing the data using hash function
210252.2 Use binary tree in searching, Huffman coding and expression tree
210252.3 Use minimum spanning tree algorithms and shortest path algorithms to find the solution of graph based problem
210252.4 Solve the searching problem using symbol table and weight balanced tree
210252.5 Use efficient indexing techniques and multiway search techniques to store and maintain data
210252.6 Apply primitive file operations on sequential, direct and index sequential file
Course code and Name :-210254  Software Engg.
210253.1 Understand basic terms of software engineering & Software design Process
210253.2 Translate the requirement model into design Model
210253.3 Make use the COCOMO Model to calculate estimation & Scheduling of software project
210253.4 Analyze software requirements & formulate design solution for a software
210253.5 Identify risk management & software configration management
210253.6 Understand knowledge of software testing approches,approaches to verification & validation
Course code and Name :-210255 Microprocessor
210254.1 Exhibit skill of assembly language programming for the application.
210254.2 Classify Processor architectures.
210254.3 Illustrate advanced features of 80386 Microprocessor.
210254.4 Compare and contrast different processor modes.
210254.5 Use interrupts mechanism in applications
210254.6 Differentiate between Microprocessors and Microcontrollers.
Course code and Name :-210256  Principles of Programming Languages
210256.1 Define basic principles of programming languages for effective and efficient program development.
210256.2 Describe Data representation and Computations by Using Data Types, Statements, Subprograms and Encapsulation
210256.3 Demonstrate a programs in Java as a  Object Oriented Programming language using classess, objects, data and methods
210256.4 Apply the concepts of inheritance, encapsulation and packages in Java programming language
210256.5 Analyze the concept of Multithreading in java for robust application development.
210256.6 Apply basic concepts of Functional and Logical programming paradigm for simple software 
Course code and Name :-210257  DSAL
210256.1 Solve the problem of hashing, dictionary and set efficiently by using  python programming
210256.2 Apply tree and graph concepts to construct binary tree, expression tree and graph using C++ programming
210256.3 Analyze algorithm design techniques for indexing, sorting, multi-way searching, file organization
210256.4 Analyze the efficiency of most appropriate data structure for creating efficient solutions for engineering design situations.
Course code    and Name  :  -210258  MPL
210258.1 Understand and apply various addressing modes and instruction set  to implement assembly language program
210258.2 Apply logic to implement code conversion
210258.3 Analyze and apply logic to demonstrate processor mode of operation
Course code and Name  :-210259    COC
210259.1 Understand the basic perception of profession, professional ethics, various moral and social issues, industrial standards, code of ethics and role of professional ethics in engineering field.
210259.2 Aware of professional rights and responsibilities of an engineer, responsibilities of an engineer for safety and risk benefit analysis.
210259.3 Understand the impact of the professional Engineering solutions in societal and Environmental contexts, and demonstrate the knowledge of, and need for sustainable development.
210259.4 Acquire knowledge about various roles of engineers in variety of global issues and able to apply ethical principles to resolve situations that arise in their professional lives.
Course code and Name  :-210260    PBL
210258.1 Identify the reallife problem from societal need point of view.
210258.2 Choose and compare alternative approaches to select most feasible one.
210258.3 Analyze and synthesize the identified problem from technological perspective.
210258.4 Design the reliable and scalable solution to meet challenges.
210258.5 Evaluate the solution based on the criteria specified.
210258.6 Inculcate long life learning attitude towards the societal problems
Course code and Name  :-210244 Computer Graphics
210244.1 Identify the basic terminologies of Computer Graphics and interpret the mathematical foundation of the concepts of computer graphics.
210244.2 Apply mathematics to develop Computer programs for elementary graphic operations.
210244.3 Illustrate the concepts of windowing and clipping and apply various algorithms to fill and clip polygons.
210244.4 Understand and apply the core concepts of computer graphics, including transformation in two and three dimensions, viewing and projection.
210244.5 Understand the concepts of color models, lighting, shading models and hidden surface elimination.
210244.6 Create effective programs using concepts of curves, fractals, animation and gaming.

 

Third Year Engineering  SEM I
Course code and name :-310241 Database Management  Systems 
310241.1 Analyze and design Database Management System using ER model 
310241.2 Implement database queries using database languages
310241.3 Normalize the database design using normal forms 
310241.4 Apply Transaction Management concepts in real-time situations
310241.5 Understand NoSql Databases for processing unstructured data
310241.6 Understand emerging databases, complex datatypes, object oriented database & Spatial data
Course code and Name :-310242 Theory of Computation
310242.1 Understand formal language, translation logic, essentials of translation, alphabets, language representation and apply it to design Finite Automata and its variants
310242.2 Construct regular expression to present regular language and understand pumping lemma for RE
310242.3 Design Context Free Grammars and learn to simplify the grammar
310242.4 Construct Pushdown Automaton model for the Context Free Language
310242.5 Design Turing Machine for the different requirements outlined by theoretical computer science
310242.6 Understand different classes of problems, classify and analyze them and study concepts of NP completeness
Course code   and Name  :-310243 Systems Programming  and Operating System
310243.1 Summarize fundamental concepts of Computer Networks, architectures, protocols and   technologies 
310243.2 Illustrate the working and functions of data link layer 
310243.3 Analyze the working of different routing protocols and mechanisms
310243.4 Implement client-server applications using sockets 
310243.5 Illustrate role of application layer with its protocols, client-server architectures  
310243.6 To learn the fundamental concepts of Information Security 
Course code and Name :-310244 Computer Networks  and Security
310244.1 Analyze computer networks, architectures, protocols and technologies
310244.2 Illustrate the working and functions of data link layer
310244.3 Analyze the working of different routing protocols and mechanisms
310244.4 Implement clientserver applications using sockets
310244.5 Illustrate role of application layer with its protocols, Client-Server architectures
310244.6 Comprehend the basics of information security
Course code and Name :- Elective I- 310245(A): Internet of Things and Embedded Systems
310245.1 Understand the fundamentals and need of Embedded Systems for the Internet of Things
310245.2 Apply IoT enabling technologies for developing IoT systems
310245.3 Apply design methodology for designing and implementing IoT applications
310245.4 Analyze IoT protocols for making IoT devices communication
310245.5 Design cloud based IoT systems
310245.6 Design and Develop secured IoT applications
Course code and Name :-310246:Database Management Systems Laboratory
310246.1 Design E-R Model for given requirements and convert the same into database tables
310246.2 Design schema in appropriate normal form considering actual requirements
310246.3 Implement SQL queries for given requirements , using different SQL concepts
310246.4 Implement PL/SQL Code block for given requirements
310246.5 Implement NoSQL queries using MongoDB
310246.6 Design and develop application considering actual requirements and using database concepts
Course code: and Name  -310247 Computer Networks  and Security  Laboratory
310247.1 Analyze computer networks, architectures, protocols and technologies
310247.2 Demonstrate error control, flow control techniques and protocols and analyze them
310247.3 Demonstrate the subnet formation with IP allocation mechanism and apply various routing algorithms
310247.4 Develop Client-Server architectures and prototypes
310247.5 Implement web applications and services using application layer protocols
310247.6 Use network security services and mechanisms
Course code and Name  :-310248 Laboratory Practice I
310248.1 Implement language translators
310248.2 Use tools likeJavac, g++ , JNI in program development 
310248.3 Implement internals and functionalities of Operating System
310248.4 Design IoT and Embedded Systems based application
310248.5 Develop smart applications using IoT
310248.6 Develop IoT applications based on cloud environment
Course code and Name :-310249 Seminar and Technical  Communication
310249.1 Analyze a latest topic of professional interest
310249.2 Enhance technical writing skills
310249.3 Identify an engineering problem, analyze it and propose a work plan to solve it
310249.4 Communicate with professional technical presentation skills
Third Year Engineering  SEM II
Course code and Name :-310251 Data Science and Big  Data Analytics
310251.1 Analyze needs and challenges for Data Science Big Data Analytics
310251.2 Apply statistics for Data Science &Big Data Analytics
310251.3 Apply the lifecycle of Big Data analytics to real world problems
310251.4 Implement Big Data Analytics using Python programming
310251.5 Implement and Evaluate Big Data Analytics
310251.6 Implement and Evaluate Big Data Analytics
Course code and Name :-310252 Web Technology 
310252.1 Describe the behavior of web pages using HTML and CSS
310252.2 Apply the client side technologies for web development
310252.3 Compare technical differences between Servlet and JSP
310252.4 Understand the use web services and frameworks
310252.5 Apply the server side technologies for web development
310252.6 Understand the latest web development platform
Course code and Name :-310253 Artificial Intelligence
310253.1 Understand suitable Intelligent agents for Artificial Intelligence applications
310253.2 Apply informed search,uninformed search or heuristic approaches in complex environment 
310253.3 Make a Use of adversarial search techniques for designing game
310253.4 Identify knowledge associated & represent it by ontological engineering to plan a strategy to solve given problem
310253.5 Apply ideas underlying modern logical inference system
310253.6 Understand complex problems with expressive yet carefully constrained language of representation
Course code and Name :-Elective II 310254(C): Cloud Computing
310254(C).1 Understand the different cloud computing environment
310254(C).2 Describe data storage in the cloud
310254(C).3 Analyze virtualization technology and study the installation of virtualization software
310254(C).4 Understand web services, cloud services and cloud computing applications
310254(C).5 Understand security service services in cloud computing
310254(C).6 Understand cloud trends, automatic cloud computing, multimedia cloud
Course code and Name :-310255 Internship
310255.1 To create awareness of social, economic and administrative considerations in the working environment of industry organizations."
310255.2 To apply knowledge gained throughinternships to complete academic activities in a appropriate technology and tools to solve given problem."
310255.3 To choose appropriate technology and tools to solve given problem
310255.4 To demonstrate abilities of a responsible professional and use ethical practices in day to day life.
310255.5 Creating network and social circle, and developing relationships with industry people."
310255.6 to analyse various career opportunities and decide carrier goals.
Course code and Name :-310256 Data Science and Big Data Analytics  Laboratory
310256.1 Apply principles of Data Science for the analysis of real time problems
310256.2 Analyse text preprocessing & data visualization in Big data
310256.3 Examine data analytics algorithms & data representation using statistical methods
Course code    and Name  :  -310257 Web Technology  Laboratory 
310257.1  Understand the importance of website planning and website design issues
310257.2 Apply the client side and server side technologies for web application development
310257.3  Analyze the web technology language,frameworks and services
310257.4 Create three tier web based application 
Course code and Name  :- 310258 Laboratory Practice II
310258.1 Apply basic principles of AI, Information Security, Cloud Computing, Augmented Reality, Software Modeling in solutions that require problem solving, perception, knowledge representation, and learning
310258.2 Use tools and techniques in the area of AI, Information Security, Augmented and Virtual Reality, Cloud Computing, Software Modeling and Architectures
310258.3 Design and Develop an application in AI, Information Security, Augmented Reality, Software Modeling
310258.4 Use tools and techniques in the area of Information Security
310258.5 Use the knowledge of security for problem solving
310258.6 Apply the concepts of Information Security to design and develop applications

 

Final Year Engineering  SEM I
Course code and name :-410241 Design and Analysis of  Algorithms
 
410241.1 Formulate the problem
410241.2 Analyze the asymptotic performance of algorithms
410241.3 Decide and apply algorithmic strategies to solve given problem
410241.4 Find optimal solution by applying various methods
410241.5 Analyze and Apply Scheduling and Sorting Algorithms.
410241.6 Solve problems for multi-core or distributed or concurrent environments
Course code and Name :-410242 Machine Learning 
410242.1 Distinguish different learning based applications
4210242.2 Apply different preprocessing methods to prepare training data set for machine learning
410242.3 Design and implement supervised and unsupervised machine learning algorithm.
410242.4 Implement different learning models
410242.5 Learn Meta classifiers and deep learning concepts
410242.6 Learn neural network for solving engineering problems
Course code   and Name  :-410243 Blockchain Technology  
410243.1 Interpret the fundamentals and basic concepts in Blockchain
410243.2 Compare the working of different blockchain platforms
410243.3 Use Crypto wallet for cryptocurrency based transactions
410243.4 Analyze the importance of blockchain in finding the solution to the real-world problems.
410243.5 Illustrate the Ethereum public block chain platform
410243.6 Identify relative application where block chain technology can be effectively used and  implemented.
Course code and Name :- Elective III  410244(D): Object oriented Modeling and Design
410244(D).1 Describe the concepts of object-oriented and basic class modelling.
410244(D).2 Draw class diagrams, sequence diagrams and interaction diagrams to solve problems.
410244(D).3 Choose and apply a befitting design pattern for the given problem
410244(D).4 To Analyze applications, architectural Styles & software control strategies
410244(D).5 To develop Class design Models & choose Legacy Systems.
410244(D).6 To Understand Design Patterns
Course code and Name :- Elective IV 410245(C ): Mobile Computing
410245(C ).1 Develop a strong grounding in the fundamentals of mobile Networks
410245(C ).2 Apply knowledge in MAC, Network, and Transport Layer protocols of wIRELESS NETWORK
410245(C ).3 Illustrate Global System for Mobile Communications
410245(C ).4 Use the 3G/4G technology based network with bandwidth capacity planning,VLR and HLR identification algorithms
410245(C ).5 Classify network and transport layer of mobile communication
410245(C ).6 Design & development of various wireless network protocols using simulationtools
Course code and Name :- 410246: Laboratory Practice III
410246.1 Apply preprocessing techniques on datasets.
410246.2 Implement and evaluate linear regression and random forest regression models.
410246.3 Apply and evaluate classification and clustering techniques.
410246.4 Analyze performance of an algorithm.
410246.5 Implement an algorithm that follows divide and conquer algorithm design strategies
410246.6 Interpret the basic concepts in Blockchain technology and its applications
Course code and Name :-410247 Laboratory Practice IV
410247.1 Apply android application development for solving real life problems
410247.2 Design and develop system using various multimedia components.
410247.3 Identify various vulnerabilities and demonstrate using various tools.
410247.4 Apply information retrieval tools for natural language processing
410247.5 Develop an application using open source GPU programming languages
410247.6 Apply software testing tools to perform automated testing
Course code: and Name  -410248 Project Stage I
410248.1 Identify, analyse, and solve problems creatively through sustained critical investigation by applying knowledge
410248.2 Demonstrate skill and knowledge of current information, technological tools and
techniques for societal and professional ethical standards.
410248.3 Participate effectively oral, written and visual communication for integrate information
from multiple sources and practice diligence, commitment to excellence needed to engage in lifelong
learning with exhibiting
Final  Year Engineering  SEM II
Course code and Name :-410250 High Performance  Computing
410250.1 Understand various Parallel Paradigm
410250.2 Design and Develop an efficient parallel algorithm to solve given problem
410250.3 Illustrate data communication operations on various parallel architecture
410250.4 Analyze and measure performance of modern parallel computing systems
410250.5 Apply CUDA architecture for parallel programming
410250.6 Analyze the performance of HPC applications
Course code and Name :-410251 Deep Learning
410251.1 Understand the basics of Deep Learning and apply the tools to implement deep
learning applications
410251.2 Evaluate the performance of deep learning models (e.g., with respect to the bias-variance tradeoff,
overfitting and underfitting, estimation of test error).
410251.3 To apply the technique of Convolution neural network (CNN)for implementing Deep Learning models
410251.4 To apply the technique ofRecurrent neural network (RNN)for implementing Deep Learning models
410251.5 To understand deep generative model using deep neural network
410251.6 apply on-policy reinforcement learning algorithms to solve multilelel problem by trial and error
Course code and Name :-Elective V 410252(A): Natural Language Processing
410252A.1 Describe the fundamental concepts of NLP, challenges and issues in NLP
410252A.2 Analyze Natural languages morphologically, syntactically and semantically
410252A.3 Illustrate various language modeling techniques
410252A.4 Integrate the NLP techniques for the information retrieval task
410252A.5 Demonstrate the use of NLP tools and techniques for text-based processing of natural languages
410252A.6 Select Machine Translation technique for real world NLP applications
Course code and Name :-Elective VI 410253(A) : Pattern Recognition
410253(A).1 Analyze various type of pattern recognition techniques
410253(A).2 Identify and apply various pattern recognition and classification approaches to solve the problems
410253(A).3 Evaluate statistical and structural pattern recognition
410253(A).4 Percept recent advances in pattern recognition confined to various applications
410253(A).5 To implement Optimal Path Searching techniques.
410253(A).6 Analyze Patterns using Genetic Algorithms & Pattern recognition applications.
Course code and Name :-410253(C): Elective-VI Business Intelligence
410253(C).1 Classify the concepts of Decision Support System & Business Intelligence
410253(C).2 Use Data Warehouse & Business Architecture to study a BI system.
410253(C).3 Apply different models to generate graphical reports
410253(C).4 Analyse  different data preprocessing techniques on dataset
410253(C).5 Evaluate impact of clustering and classification algorithms as per business needs.
410253(C).6 Identify role of BI in marketing, logistics, and finance and telecommunication sector
Course code and Name :-410254 Laboratory Practice V
410254.1 Evaluate the performance of parallel searching and sorting algorithms.
410254.2 Implement parallel program using CUDA environment.
410254.3 Apply the suitable algorithms to solve AI/ML problems.
410254.4 Apply the technique of Deep Neural network for implementing Linear regression and classification.
410254.5 Apply the technique of Convolution Neural Networks (CNN) for implementing deep Learning models
410254.6 Design and develop a recurrent Neural Network (RNN) for the prediction.
Course code    and Name  :  -410256 Laboratory Practice VI
410256.1 Apply basic principles of elective subjects to problem solving and modeling.
410256.2 Use tools and techniques in the area of software development to build mini projects
410256.3 Design and develop applications on subjects of their choice.
410256.4 Generate and manage deployment, administration & security
Course code and Name  :- 410256 Project Stage II
410256.1 Show evidence of independent investigation 
410256.2 Critically analyze the results and their interpretation
410256.3 Report and present the original results in an orderly way and placing the open questions in the right perspective.
410256.4 Link techniques and results from literature as well as actual research and future research lines with the research as well as Appreciate practical implications and constraints of the specialist subject
Get In Touch
mmit@mmit.edu.in

Powered by ChronoForms - ChronoEngine.com