Poly MGMT Sub Syllabus
Poly MGMT Sub Syllabus
Poly MGMT Sub Syllabus
Abbreviations: TH-Theory, TU- Tutorial, PR-Practical, OR-Oral, TW- Termwork, SW- Sessional Work.
¾ Conduct two class tests each of 25 marks for each theory subject. Sum of the total test marks of all subjects is to be converted out of 50 marks as sessional
work (SW).
¾ Progressive evaluation is to be done by subject teacher as per the prevailing curriculum implementation and assessment norms.
¾ Code number for TH, PR, OR, TW are to be given as suffix 1, 4, 8, 9 respectively to the subject code.
NOTE:
¾ Two tests each of 25 marks to be conducted as per the schedule given by MSBTE.
¾ Total of tests marks for all theory subjects are to be converted out of 50 and to be
entered in mark sheet under the head Sessional Work. (SW)
Rationale:
After completion of three years of technical training, Polytechnic students are expected to
enter in to the World of Work. The business environment is altogether different and new to the
students. A proper introduction and understanding of Business Processes is therefore essential for all
Polytechnic students. Management is a subject which deals with basics of Managerial science
required to understand the processes in Industrial & Commercial environment. This will enable the
students of Polytechnics to become familiar and to understand various Business Organizational
structures, their functioning and the Role these technicians will have to play in these setups with
responsibilities.
Objective:
The students will able to:
1. Familiarize environment in the world of work
2. Explain the importance of management process in Business.
3. Identify various components of management.
4. Describe Role & Responsibilities of a Technician in an Organizational Structure.
5. Apply various rules and regulations concerned with Business & Social responsibilities of
the Technician.
Learning Structure:
Contents: Theory
Materials Management
6.1. Inventory Management ( No Numericals)
• Meaning & Objectives
6.2 ABC Analysis
6.3 Economic Order Quantity:
• Introduction & Graphical Representation
6.4 Purchase Procedure
06 08 18
• Objectives of Purchasing
• Functions of Purchasing Department
• Steps inPurchasing
6.5 Modern Techniques of Material Management
• Introductory treatment to Just inTime( JIT)/ System
Applications & Products (SAP) /Enterprise
Resource Planning (ERP)
Project Management (Simple /Elementary Numericals)
7.1 Project Management
• Introduction & Meaning
• Introduction to CPM/PERT Techniques ( simple
network problems )
07 08 12
• Concept of Break Even Analysis and its significance
7.2 Quality Management
• Definition of Quality, Concept of Quality, Quality
Circle, Quality Assurance
• Introduction to TQM, Kaizen, 5 ‘S’ & Six Sigma
Total 48 100
Learning Resources:
Books:
Sr.
Author Tit;e Publisher
No
Industrial Engg & Dhanpal Rai & sons New
01 Dr. O.P. Khanna
Management Delhi
Business Administration &
02 Dr. S.C. Saksena Sahitya Bhavan Agra
Management
W.H. Newman
Prentice- Hall of India Pvt.
03 E.Kirby Warren The process of Management
Ltd. New Delhi - 110001
Andrew R. McGill
Video Cassets:
No Subject Source
1. Business opportunity selection and guidance
Website : http://www.ediindia.org
2. Planning for completion and Growth
NOTE:
¾ Two tests each of 25 marks to be conducted as per the schedule given by MSBTE.
¾ Total of tests marks for all theory subjects are to be converted out of 50 and to be
entered in mark sheet under the head Sessional Work. (SW)
Rationale:
In the current era of networking, online transaction processing and managing the dataflow over
network becomes an important issue. This subject is essential for providing knowledge and hands on
experience over the issues of managing data on web, developing powerful GUI based friendly user
interface, server side programming and developing applications for communication over network
using object oriented fundamentals.
Advanced Java enhances the Java programming. After learning this subject, student will be
able to develop network based software projects required in curriculum as well as industry
Objectives:
After studying this subject, the student will be able to:
• Create network based applications.
• Create business applications.
• Implement Server side programming.
• Develop dynamic software components.
• Develop database application.
• Design and develop powerful GUI based components.
• Create Animation using Applet, Thread and AWT controls.
Learning Structure:
Contents: Theory
Chapter Name of the Topic Hours Marks
Introduction the Abstract Window Toolkit: (AWT)
1.1 Working with Windows and AWT
AWT classes
Windows Fundamentals
Working with frame windows
Creating a frame window in applet
Creating windowed program
Display information within with in a window
1.2 Working with graphics
Working with color
Setting the paint mode
Working with Fonts
Managing text output using Font Metrics
Exploring text & graphics
1.3 Using AWT Controls, Layout Managers and Menus
01 Control Fundamentals 16 24
Labels
Using Buttons
Applying Check Boxes
Checkbox Group
Choice Controls
Using Lists
Managing scroll Bars
Using a Text Field
Using a Text Area
Understanding Layout Managers
Menu Bars and Menu
Dialog Boxes
File Dialog
Handling events by Extending AWT Components
Exploring the Controls, Menus, and Layout Managers
Networking:
2.1 Basics
Socket overview, client/server, reserved sockets, proxy
servers, internet addressing.
2.2 Java & the Net
The networking classes & interfaces
2.3 Inet address
Factory methods, instance method
02 08 18
2.4 What is URL
Format
2.5 URL connection
2.6 Creating TCP Client, Creating TCP Server, Reading and
Writing from TCP Sockets, Accepting and processing
request from TCP Client
2.7 Data grams
Data gram packets, Data gram server & client
Java Data Base Client/ Server
03 08 20
3.1 Java as a Database front end
Practical:
Skills to be developed:
Intellectual Skills:-
• Use of programming language constructs in program implementation.
• To be able to apply different logics to solve given problem.
• To be able to write program using different implementations for the same problem
• Study different types of errors as syntax semantic, fatal, linker & logical
• Debugging of programs
• Understanding different steps to develop program such as
Problem definition
Analysis
Design of logic
Coding
Testing
Maintenance (Modifications, error corrections, making changes etc.)
Motor Skills:-
• Proper handling of Computer System
List of Practical:
Sr. No Contents
Write a program to design a form using components textbox, text field, checkbox,
01
buttons, list and handle various events related to each component.
Write a program to design a calculator using Java components and handle various
02
events related to each component and apply proper layout to it.
03 Write a program to demonstrate use of Grid Layout.
04 Write a program to demonstrate use of Flow Layout.
05 Write a program to demonstrate use of Card Layout.
06 Write a program to demonstrate use of Border Layout.
Write a program to display any string using available Font and with every mouse click
07 change the size and / style of the string. Make use of Font and Font metrics class and
their methods.
Write a program to create a menu bar with various menu items and sub menu items.
08 Also create a checkable menu item. On clicking a menu Item display a suitable Dialog
box.
Write a program to increase the font size of a font displayed when the value of thumb
09 in scrollbar increases at the same time it decreases the size of the font when the value
of font decreases.
10 Write a program to retrieve hostname using methods in Inet Address class.
Write a program that demonstrates TCP/IP based communication between client and
11
server.
Write a program that demonstrates UDP based communication between client and
12
server.
Write a program to demonstrate use of URL and URL Connection class for
13
communication.
Write an Application program /Applet to make connectivity with database using JDBC
14
API
Write an Application program/Applet to send queries through JDBC bridge & handle
15
result.
16 Write a program to design a form using basic swing components.
17 Write a program to demonstrate the use of scroll panes in Swing.
18 Write Java Program to map Directory tree.
19 Write a Java program to demonstrate the use of Tables.
20 Write a servlet for demonstrating the generic servlet class.
22 Write a servlet to demonstrate the Http Servlet class using do Get ().
23 Write a servlet to demonstrate the Http Servlet class using do Post ().
24 Write a servlet to demonstrate the cookie.
Reference Books:
1. Books:
NOTE:
¾ Two tests each of 25 marks to be conducted as per the schedule given by MSBTE.
¾ Total of tests marks for all theory subjects are to be converted out of 50 and to be
entered in mark sheet under the head Sessional Work. (SW)
Rationale:
Objective:
The student will be able to:
1. Distinguish between different terms used for digital data communication
2. Describe the working of different switching techniques.
3. Identify the error & suggest corrective techniques.
4. Describe Wireless LAN Technology.
5. Describe fiber optic communication techniques.
6. Compare different distributed application system.
Learning Structure:
Contents: Theory
List of Practical:
1. Measurement of NA of given optical fiber.
Learning Resources:
Books:
Sr.
Author Title Publication
No.
01 Achyut S. Godbole Data Communication & Networking Tata McGraw-Hill Edition
Rationale:
Globalization, liberalization & privatization along with revolution in Information
Technology, have thrown up new opportunities that are transforming lives of the masses. Talented
and enterprising personalities are exploring such opportunities & translating opportunities into
business ventures such as- BPO, Contract Manufacturing, Trading, Service sectors etc. The student
community also needs to explore the emerging opportunities. It is therefore necessary to inculcate
the entrepreneurial values during their educational tenure. This will help the younger generation in
changing their attitude and take the challenging growth oriented tasks instead of waiting for white-
collar jobs. The educational institutions should also demonstrate their uniqueness in the creation of
enterprising personalities in their colleges. This subject will help in developing the awareness and
interest in entrepreneurship and create employment for others.
Objectives:
Students will be able to
1) Identify entrepreneurship opportunity.
2) Acquire entrepreneurial values and attitude.
3) Use the information to prepare project report for business venture.
4) Develop awareness about enterprise management.
Learning Structure:
Contents: Theory
Sr. No Assignments
Learning Resources:
1) Reference Books:
Sr.
Title Author Publisher
No.
Entrepreneurship J.S. Saini Wheeler Publisher
01
Theory and Practice B.S.Rathore New Delhi
Entrepreneurship
02 TTTI, Chandigadh TTTI, Chandigadh
Development
Entrepreneurship E. Gorden Himalaya Publishing.
03
Development K.Natrajan Mumbai
Preferred by Colombo
Entrepreneurship Tata Mc Graw Hill Publishing
04 plan staff college for
Development co. ltd. New Delhi.
Technical education.
A Manual on How to J.B.Patel EDI STUDY MATERIAL
05
Prepare a Project Report D.G.Allampally
2) Video Cassettes
Sr.
Subject Source
No.
Five success Stories of First Generation EDI STUDY MATERIAL
1
Entrepreneurs Ahmadabad (Near Village Bhat , Via
Assessing Entrepreneurial Ahmadabad Airport & Indira Bridge), P.O.
2
Competencies Bhat 382428 , Gujrat,India
Business Opportunity Selection and P.H. (079) 3969163, 3969153
3 E-mail :
Guidance
4 Planning for completion & Growth [email protected]/[email protected]
5 Problem solving-An Entrepreneur Skill Website : http://www.ediindia.org
Glossary:
Industrial Terms
Terms related to finance, materials, purchase, sales and taxes.
Rationale:
In the field of Computer and Information Technology various technologies (hardware and
Software) needs to be integrated and proper paradigms needs to be implemented to develop any kind
of computer applications . Hence it becomes essential to get hands on experience for developing
industrial applications. This subject is essential to understand the implementation of the system
development process i.e. analyse, design, coding , debugging and testing . This will help the students
to acquire skills and attitudes to work as programmer or Network administrator.
Furthermore the student will be able to find out various sources of technical information and
develop self-study techniques to prepare a project and write a project report.
Objectives:
The students will be able to,
(1) Work in Groups, Plan the work, and Coordinate the work.
(2) Develop leadership qualities.
(3) Develop Innovative ideas.
(4) Practically implement the acquired knowledge.
(5) Develop basic technical Skills by hands on experience.
(6) Write project report.
(7) Develop skills to use latest technology in Computer/Information Technology field.
(8) Analyse the different types of Case studies.
Learning Structure:
Contents:
Two hours should be allotted for giving the Instructions for preparing a Project Report (Refer
Guideline Document for Format of Project Report)
Group Projects
(1) Develop Application Software for Hospital/Shopping Mall/Cinema
Theatre/Commercial Complex/Educational Institute/Industrial Complex.
(2) Develop Inhouse Systems.
Learning Resources:
1. Magazines:
Sr. No. Magazines
1. IEEE Transactions/Journals
2. Computer Today.
3. PC Quest.
4. Data Quest
6. Computer World
7. Chip
8. IT World
2. Website:
Using any search engine, such as http://www.google.co.in/ the relevant information can be
searched on the Internet.
Rationale:
Most of the diploma holders join industries. Due to globalization and competition in the
industrial and service sectors the selection for the job is based on campus interviews or competitive
tests.
While selecting candidates a normal practice adopted is to see general confidence, ability to
communicate and attitude, in addition to basic technological concepts.
The purpose of introducing professional practices is to provide opportunity to students to
undergo activities which will enable them to develop confidence. Industrial visits, expert lectures,
seminars on technical topics and group discussion are planned in a semester so that there will be
increased participation of students in learning process.
Objectives:
Student will be able to:
1. Acquire information from different sources.
2. Prepare notes for given topic.
3. Present given topic in a seminar.
4. Interact with peers to share thoughts.
5. Prepare a report on industrial visit, expert lecture.
Learning Structure:
PAPER
TH TU PR TH PR OR TW TOTAL
HRS
NOTE:
¾ Two tests each of 25 marks to be conducted as per the schedule given by MSBTE.
¾ Total of tests marks for all theory subjects are to be converted out of 50 and to be
entered in mark sheet under the head Sessional Work. (SW)
Rationale:
Object oriented modeling and design presents an Object Oriented approach to software
development. It is based on modeling objects from the real world and then using the model to build
a language-independent design. This subject shows how to use Object Oriented concepts
throughout the entire software life cycle, from analysis through design implementation by using
different models. The graphical notation i.e. described in subjects helps the software developer to
visualize a problem before going for implementation.
This subject will be useful for the student to understand the concepts of Object Oriented
Programming System and to model these concepts using Unified Modelling Language (UML) for
any application, before actually going for coding part.
Objectives:
The student will be able to:
1) Interpret / give the meaning of object-oriented concepts.
2) Understand different Modeling Methodology.
3) Prepare an object model for a given problem statement.
4) Prepare dynamic for a given problem statement.
5) Describe and Design the concepts of class diagram, object diagram, interaction diagram,
sequence diagram collaboration, use case diagram, state diagram , activity.
6) Usage of anyone design tool.
Learning Structure:
Facts Notations
Contents: Theory
•
Debugging of programs
•
Understanding different steps to develop program such as
Problem definition
Analysis
Design of logic
Coding
Testing
Maintenance (Modifications, error corrections, making changes etc.)
Motor Skills:
• Proper handling of Computer System.
List of Practical:
1. Analyze and Design the UML diagrams for
• ATM System
• Railway Reservation System
• Library Management System.
Analyze and design the UML diagrams & develop programme for minimum three systems.
(For Developing Above three programmes entire time allotted to practical mention in the
teaching Scheme (4 X 16 = 64 Hrs.) should be utilized.
Learning Resources:
1. Books:
Sr. No. Author Title
Object Oriented Modelling and Designing
1 Rumbaugh, Blaha
(Refer for First and Second Chapter)
Booch, Jacobson, The UML User Guide(Addison Wesley) (Refer
2
Rumbaugh for Third, Fourth and fifth Chapter)
Practical OOD with UML–.( Refer for Fourth
3 Mark Paiestly
and Fifth Chapter)
2. Web Sites:
¾ http://uml.tutorials.trireme.com/
¾ http://pigseye.kennesaw.edu/~dbraun/csis4650/A&D/UML_tutorial/
¾ http://www.smartdraw.com/tutorials/software-uml/uml.htm
¾ http://www-db.stanford.edu/~burback/watersluice/node55.html
Demo lectures with power point presentations using LCD projector should be arranged to develop
programming concepts of students
PAPER
TH TU PR TH PR OR TW TOTAL
HRS.
NOTE:
¾ Two tests each of 25 marks to be conducted as per the schedule given by MSBTE.
¾ Total of tests marks for all theory subjects are to be converted out of 50 and to be
entered in mark sheet under the head Sessional Work. (SW)
Rationale:
This subject is the technology subject, subject knowledge of Web Page Design and Visual
Basic is essential for studying this subject. Advanced Web Technologies is based on dot net
technology, which is a frame work, which supports many languages so that application designed in
one language(like C++, COBOL, JAVA, etc) can be connected/interfaced with this frame work hence
it is more flexible and advanced.
Objectives:
The student will be able to:
1. Use GUI tools of . NET framework
2. Use basic and advance . NET controls.
3. Interface back-end and front-end.
4. Build applications integrated with .NET Framework.
5. Build .NET based applications.
6. Transfer code form VB to VB.NET.
7. Can do Asp Transaction.
Learning Structure:
Contents: Theory
techniques
- Understand data access in .Net using ADO.Net
- Understand various Server Control Templates available for
Data Binding using Repeater Control, Data List control,
Data
Grid Controls, FormView Control, DetailView Control.
ASP transactions and e-mail
- Transactions.
07 - Transaction db design. 02 04
- CDONTS object, CDOSYS object.
- Email sending web page creation.
Total 32 100
Practical:
Skills to be developed:
Intellectual Skills:
• Use of programming language constructs in program implementation.
• To be able to apply different logics to solve given problem.
• To be able to write program using different implementations for the same problem
• Study different types of errors as syntax semantic, fatal, linker & logical
• Debugging of programs
• Understanding different steps to develop program such as
Problem definition
Analysis
Design of logic
Coding
Testing
Maintenance (Modifications, error corrections, making changes etc.)
Motor Skills:
• Proper handling of Computer System.
List of Practical:
1. Introduction to .Net framework.
2. a) Design Login form with validation.
b) Design Registration form with validation of email address, date of birth,
blank field, telephones and mobile numbers etc.
3. Design form, make it a class, create its object and access it from another form.
4. Design student class, marks class, inherits it in result class and access it using form.
5. Create instance of class using new operator of above example.
6. Design mark sheet of student using XML file and dataset.
7. Design employee details with help of database (back-end) using data adapter,
data reader and datasets. Use data grid to display result.
8. Generation of database (data table) of employee or student with help of data tables of .Net.
Mini Project:
Design the mini project by integrating all the experiment performed as mentioned in the
curriculum.
Learning Resources:
Books:
Sr. No. Author Title Publisher
01 Anita & Bradely Prog. In VB.Net TATA Mc Grow Hill
02 Dave Mercer ASP.net TATA Mc Grow Hill
Websites:
- www.startvbdotnet.com
- www.w3schools.com