Sr.No.Program Outcomes (POs) - A student will be able to
PO1: Develop sound academic base for computer application..
PO2: Demonstrate skills in IT and ITES (Information Technology Enabled Services)
PO3: Apply his knowledge for planning, designing and building Complex Application Software Systems.
PO4: Develop automated systems or applications
PO5: Develop entrepreneurial skills.
PO6: Apply their knowledge of software in live applications.
Sr.No.Program Specific Outcomes (PSOs) - A student will be able to
PS01: Apply his knowledge in software modeling, designing and testing.
PS02: Design and develop website, web applications.
PS03: Apply the concepts of Networking, Data Mining, Warehousing, Artificial Intelligence etc in software development.
Sem-I Course Code: CA- CCTP-1 Course Name: Web Technology Computer
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Build dynamic web pages using JavaScript.
CO2: Create XML documents and XML Schema.
CO3: Build interactive web applications using AJAX.
CO4: Understand, analyze and apply the role of languages like HTML, CSS, XML, JavaScript, PHP, protocols in the workings of the web and web applications.
Course code: CA- CCTP-2 Course Name: Advance Database
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: To revise the basic concepts of Database Management System.
CO2: To learn the Procedural programming PL/PgSQL concepts.
CO3: To administer a database by recommending and implementing procedures including database tuning, backup, query processing, query optimization and recovery.
CO4: To Understand and study distributed database and parallel database principles.
CO5: To understand how database work with internet.
Course Code: CA- CCTP-3 Course Name: Design and Analysis of Algorithm
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Analyze the asymptotic performance of algorithms
CO2: Write rigorous correctness proofs for algorithms.
CO3: Demonstrate a familiarity with major algorithms and data structures.
CO4: Apply important algorithmic design paradigms and methods of analysis.
CO5: Synthesize efficient algorithms in common engineering design situations.
Course Code: CA-CBOP-1 Course Name: Object Oriented Programming with C++
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Understand the difference between the top down and bottom approach.
CO2: Acquire an understanding of basic object-oriented concepts and the issues involved in effective class design.
CO3: Enable students to write programs using C++ features like operator overloading, constructor and destructor, inheritance, polymorphism and exception handling.
CO4: Apply virtual and pure virtual function & complex programming situation.
CO5: CO5: Illustrate the process of data file manipulation using C++
Course Code: CA -CBOP-1 Course Name: Object Oriented Programming with C++ Lab
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Creating simple programs using classes and objects in C++
CO2: Implement Object Oriented Programming Concepts in C++.
CO3: Develop applications using stream I/O and file I/O.
CO4: Implement Object Oriented Programs using exceptional handling concepts.
Course code: CA- CCPP-1 Course Name : Web Technology Laboratory
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Design and implement dynamic websites with good aesthetic sense of designing and latest technical know-how's..
CO2: Create web pages using HTML and Cascading Styles sheets.
CO3: Build web applications using PHP.
CO4: Create XML documents and XML Schema.
CO5: Analyze a web page and identify its elements and attributes
Course Code: CA – CCTP-4 Course Name: Data Mining and Ware Housing
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Describe different methodologies used in data mining and data ware housing
CO2: Discover interesting patterns from large amounts of data to analyze for predictions and classification.
CO3: Develop a data mining application for data analysis using various tools.
CO4: Analyze and design various algorithms based on data mining tools.
CO5: Apply various tools of Data Mining and their techniques to solve the real time problems.
Course Code: CA – CCTP-5 Course Name: Operating Systems
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Describe different Functions and Services provided by operating system
CO2: Understand basic concepts of operating system.
CO3: Understand the mechanism of process creation
CO4: Apply Unix commands to develop shell script programming.
CO5: Understand and execute various Background Processes Command.
Course Code: CA – CCTP-6 Course Name: Computer Networks
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Know about computer network
CO2: Understand different topologies used in networking
CO3: Learn different types of network
CO4: Understanding the use of connecting device used in network.
CO5: Understand the detail structure of each layer of OSI/TCP IP Model
Course Code: CA - CBOP-2 Course Name: Java Programming
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: To introduce the object oriented programming concepts.
CO2: To understand object oriented programming concepts, and apply them in solving problems.
CO3: To introduce the principles of inheritance and polymorphism; and demonstrate how they relate to the design of abstract classes.
CO4: To introduce the implementation of packages and interfaces.
CO5: To introduce the concepts of exception handling and multithreading.
CO6: To introduce the design of Graphical User Interface using applets and swing controls.
Course Code:CA-CBOPP-2B Course Name: Java Programming Lab
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: To make the student learn an object oriented way of solving problems using java.
CO2: To write programs using abstract classes and interface.
CO3: To make the students to design GUI using AWT and Swing controls in java.
CO4: To make the students to write programs that connects to a database and be able to perform various operations.
Course Code: CA – CCPP-2 Course Name: Data Mining and Ware Housing Lab
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Test real data sets using popular data mining tools such as WEKA & R
CO2: Understand the data sets and data pre-processing.
CO3: Demonstrate the working of algorithms for data mining tasks such as association rule mining, classification, clustering and regression
CO4: Exercise the data mining techniques with varied input values for different parameters.
Sem-II Course Code: CA- CA- CCTP-4 Data Mining and Ware Housing
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Learn the essential ideas, guidelines, and methods of data warehousing and data min ing.
CO2: Learn how to prepare, clean, and transform data for analysis and archiving.
CO3: Explore methods to ensure data security, integrity, and privacy within data warehouses..
CO4: Interpret sampling methods.Develop critical thinking abilities among students.
Course Code: CA- CA- CCTP-5 Operating Systems
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Explain basic concepts of operating system
CO2: Describe algorithms for process, memory and disk scheduling
CO3: Apply technique for inter-process communication and Multithreading.
CO4: Implement concept of critical-section
CO5: Compare and contrast deadlock avoidance and prevention.
CO6: Use functions for file system management.
Course Code: CA- CA- CCTP-6 Computer Networks
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Analyze the requirements for a given organization and select appropriate Topologies.
CO2: Analyze data flow between TCP/IP and OSI reference model using Application, Transport and Network Layer Protocols.
CO3: Understand the applications of Computer Network.
CO4: Compare and contrast different routing and switching algorithms
Course Code: CACBOTP-2 A Java Programming
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Able to solve real world problems using OOP techniques.
CO2: Able to understand the use of abstract classes.
CO3: Able to learn the implementation of packages and interfaces.
CO4: Able to solve problems using java collection framework and I/o classes.
CO5: Able to use the concepts of exception handling.
CO6: Able to develop applets for web applications.
CO7: Able to design GUI based applications.
CO8: Able to create dynamic web pages using JDBC, Servlets and JSP.
Course Code: CACBOPP- 2A-Java Programming Laboratory
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Able to solve real world problems using OOP techniques.
CO2: Able to understand the use of abstract classes.
CO3: Able to learn the implementation of packages and interfaces.
CO4: Able to solve problems using java collection framework and I/o classes.
CO5: Able to use the concepts of exception handling.
CO6: Able to develop applets for web applications.
CO7: Able to design GUI based applications.
CO8: Able to create dynamic web pages using JDBC, Servlets and JSP.
Course Code: CA- CCPP-2 Data Mining and Ware Housing Laboratory
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Discover several algorithms for association rule mining, clustering, and classification in data mining.
CO2: Acquire proficiency in schema design and ETL procedures for data warehouses, as well as their implementation.
CO3: Learn how to use business intelligence tools for reporting and data visualization and recognize techniques for improving warehouse queries and data mining algorithms.
CO4: Use newly acquired concepts in real-world case studies or assignments.
Sem-III Course Code : CA- CCTP -7 Mobile Application Development Using Android
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Gain knowledge about different mobile platform and application development.
CO2: Creating robust mobile applications and learn how to integrate them with other services.
CO3: Creating intuitive, reliable mobile apps using the android services and components.
CO4: Create a seamless user interface that works with different mobile screens.
CO5: Install and configure Android application development tools.
CO6: Design and develop user Interfaces for the Android platform.
CO7: Save state information across important operating system events.
CO8: Build enterprise level mobile applications with java on Android
CO9: Understand both the basic and advanced concepts of java
CO10: Explain and use key Android programming concepts
Course Code : CA- CCTP -8 Internet of Things
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Grasp basic IoT concepts, architecture, and device components.
CO2: Identify communication technologies, protocols, and OSGi services.
CO3: Understand microcontroller fundamentals and the Arduino platform.
CO4: Proficiency in programming microcontrollers, including Arduino and Raspberry Pi with Python.
CO5: Define cloud computing and its service models (SaaS, PaaS, IaaS).
CO6: Explore cloud-based IoT platforms like IBM, Bluemix, and Carriots.
CO7: Understand sensor working principles, classifications, and networks.
CO8: Explore digital sensors and their applications.
CO9: Implement client-server examples and address IoT privacy and security.
Course Code : CA- CCTP -9 Artificial Intelligence
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Discuss the core concepts and algorithms of advanced AI
CO2: Apply the basic principles, models, and algorithms of AI to recognize, model, and solve problems in the analysis and design of information systems.
Course Code : CA-CBOTP-3 A Python Programming
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Express proficiency in the handling of strings and functions.
CO2: Determine the methods to create and manipulate Python programs by utilizing the data structures like lists, dictionaries, tuples and sets.
CO3: Identify the commonly used operations involving file systems and regular expressions
Course Code : CACBOPP- 3A-Python Programming Laboratory
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Express proficiency in the handling of strings and functions.
CO2: Determine the methods to create and manipulate Python programs by utilizing the data structures like lists, dictionaries, tuples and sets.
CO3: Identify the commonly used operations involving file systems and regular expressions
Course Code: CA- CCPP-3 Android Programming Laboratory
Sr.No.Course Outcomes (COs) - A student will be able to
CO1: Describe the process of developing mobile applications.
CO2: Create mobile applications on the Android Platform.
CO3: Design and implement mobile applications involving data storage in SQLite database
CO4: Use location-based services while developing applications