Loading...
Showing posts with label TX 3rd (III) Semester syllabus. Show all posts
Showing posts with label TX 3rd (III) Semester syllabus. Show all posts
RGTU/RGPV TX -307 Self Study & TX -308 Seminar / Group Discussion Syllabus TX 3rd (Third) sem Textile Engineering (TX)  Syllabus

RGTU/RGPV TX -307 Self Study & TX -308 Seminar / Group Discussion Syllabus TX 3rd (Third) sem Textile Engineering (TX) Syllabus

siteowner 9:25 PM Add Comment
RGTU/RGPV TX -307 Self Study & TX -308 Seminar / Group Discussion Syllabus
TX -307 Self Study & TX -308 Seminar / Group Discussion Syllabus
Textile Engineering (TX) III-3rd Semester Syllabus

TX -307 Self Study & TX -308 Seminar / Group Discussion Course Contents:

EX -307 Self Study (Internal Assessment)
Objective of Self Study: is to induce the student to explore and read technical aspects of his area of interest / hobby or new topics suggested by faculty. Evaluation will be done by assigned faculty based on report/seminar presentation and viva.

EX -308 Seminar / Group Discussion(Internal Assessment)
Objective of GD and seminar is to improve the MASS COMMUNICATION and CONVINCING/ understanding skills of students and it is to give student an opportunity to exercise their rights to express themselves.
Evaluation will be done by assigned faculty based on group discussion and power point presentation.
RGTU/RGPV B.E. 301 - ENGINEERING MATHEMATICS II Syllabus TX 3rd (Third) sem Textile Engineering (TX)  Syllabus

RGTU/RGPV B.E. 301 - ENGINEERING MATHEMATICS II Syllabus TX 3rd (Third) sem Textile Engineering (TX) Syllabus

siteowner 9:22 PM Add Comment
RGTU/RGPV ENGINEERING MATHEMATICS II Syllabus
B.E. 301 - ENGINEERING MATHEMATICS II Syllabus
Textile Engineering (TX) III-3rd Semester Syllabus

B.E. 301 - ENGINEERING MATHEMATICS II Course Contents:

Unit I 
Fourier Series: Introduction of Fourier series , Fourier series for Discontinuous functions, Fourier series for even and odd function, Half range series Fourier Transform: Definition and properties of Fourier transform, Sine and Cosine transform. 

Unit II
Laplace Transform: Introduction of Laplace Transform, Laplace Transform of elementary functions, properties of Laplace Transform, Change of scale property, second shifting property, Laplace transform of the derivative, Inverse Laplace transform & its properties, Convolution theorem, Applications of L.T. to solve the ordinary differential equations

Unit III
Second Order linear differential equation with variable coefficients : Methods one integral is known, removal of first derivative, changing of independent variable and variation of parameter, Solution by Series Method

Unit IV
Linear and Non Linear partial differential equation of first order: Formulation of partial differential equations, solution of equation by direct integration, Lagrange’s Linear equation, charpit’s method. Linear partial differential equation of second and higher order: Linear homogeneous and Non homogeneous partial diff. equation of nth order with constant coefficients. Separation of variable method for the solution of wave and heat equations

Unit V
Vector Calculus: Differentiation of vectors, scalar and vector point function, geometrical meaning of Gradient, unit normal vector and directional derivative, physical interpretation of divergence and Curl. Line integral, surface integral and volume integral, Green’s, Stoke’s and Gauss divergence theorem  

References
(i) Advanced Engineering Mathematics by Erwin Kreyszig, Wiley India
(ii) Higher Engineering Mathematics by BS Grewal, Khanna Publication
(iii) Advance Engineering Mathematics by D.G.Guffy
(iv) Mathematics for Engineers by S.Arumungam, SCITECH Publuication
(v) Engineering Mathematics by S S Sastri. P.H.I.
RGTU/RGPV TX – 306 Java(Computer programming) Syllabus TX 3rd (Third) sem Textile Engineering (TX)  Syllabus

RGTU/RGPV TX – 306 Java(Computer programming) Syllabus TX 3rd (Third) sem Textile Engineering (TX) Syllabus

siteowner 9:21 PM Add Comment
RGTU/RGPV Java(Computer programming) Syllabus
TX – 306 Java(Computer programming) Syllabus
Textile Engineering (TX) III-3rd Semester Syllabus

TX – 306 Java(Computer programming) Course Contents:

UNIT-I
Basic Java Features - C++ Vs JAVA, JAVA virtual machine, Constant & Variables, Data Types, Class, Methods, Objects, Strings and Arrays, Type Casting, Operators, Precedence relations, Control Statements, Exception Handling, File and Streams, Visibility, Constructors, Operator and Methods Overloading, Static Members, Inheritance: Polymorphism, Abstract methods and Classes  

UNIT–II
Java Collective Frame Work - Data Structures: Introduction, Type-Wrapper Classes for  Primitive Types, Dynamic Memory Allocation, Linked List, Stack, Queues, Trees, Generics: Introduction, Overloading Generic Methods, Generic Classes, Collections: Interface Collection and Class Collections, Lists, Array List and Iterator, Linked List, Vector. Collections Algorithms: Algorithm sorts, Algorithm shuffle, Algorithms reverse, fill, copy, max and min Algorithm binary Search, Algorithms add All, Stack Class of Package java. Util, Class Priority Queue and Interface Queue, Maps, Properties Class, Un-modifiable Collections.

UNIT–III
Advance Java Features - Multithreading: Thread States, Priorities and Thread Scheduling, Life Cycle of a Thread, Thread Synchronization, Creating and Executing Threads, Multithreading with GUI, Monitors and Monitor Locks. Networking: Manipulating URLs, Reading a file on a Web Server, Socket programming, Security and the Network, RMI, Networking, Accessing Databases with JDBC:  Relational Database, SQL, MySQL, Oracle

UNIT–IV  
Advance Java Technologies - Servlets: Overview and Architecture, Setting Up the Apache Tomcat Server, Handling HTTP get Requests, Deploying a web Application, Multitier Applications, Using JDBC from a Servlet, Java Server Pages (JSP): Overview, First JSP Example, Implicit Objects, Scripting, Standard Actions, Directives, Multimedia: Applets and Application: Loading, Displaying and Scaling Images, Animating a Series of Images, Loading and playing Audio clips

UNIT–V
Advance Web/Internet Programming (Overview): J2ME, J2EE, EJB, XML. 

References:
1. Deitel & Deitel, ”JAVA, How to Program”; PHI, Pearson.
2. E. Balaguruswamy, “Programming In Java”; TMH Publications
3. The Complete Reference: Herbert Schildt, TMH
4. Peter Norton, “Peter Norton Guide To Java Programming”, Techmedia.
5. Merlin Hughes, et al; Java Network Programming , Manning Publications/Prentice Hall 
6. Cay Horstmann, Big JAVA, Wiely India.

List of Program to be perform (Expandable)
1. Installation of J2SDK
2. Write a program to show Scope of Variables
3. Write a program to show Concept of CLASS in JAVA
4. Write a program to show Type Casting in JAVA
5. Write a program to show How Exception Handling is in JAVA
6. Write a Program to show Inheritance
7. Write a program to show Polymorphism
8. Write a program to show Access Specifiers (Public, Private, Protected) in JAVA
9. Write a program to show use and Advantages of CONTRUCTOR
10. Write a program to show Interfacing between two classes
11. Write a program to Add a Class to a Package
12. Write a program to show Life Cycle of a Thread
13. Write a program to demonstrate AWT.
14. Write a program to Hide a Class
15. Write a Program to show Data Base Connectivity Using JAVA
16. Write a Program to show “HELLO JAVA ” in Explorer using Applet
17. Write a Program to show Connectivity using JDBC
18. Write a program to demonstrate multithreading using Java.
19. Write a program to demonstrate applet life cycle.
20. Write a program to demonstrate concept of servlet.
RGTU/RGPV TX - 305 Fabric Manufacturing - I Syllabus TX 3rd (Third) sem Textile Engineering (TX)  Syllabus

RGTU/RGPV TX - 305 Fabric Manufacturing - I Syllabus TX 3rd (Third) sem Textile Engineering (TX) Syllabus

siteowner 9:20 PM Add Comment
RGTU/RGPV Fabric Manufacturing - I Syllabus
TX - 305 Fabric Manufacturing - I Syllabus
Textile Engineering (TX) III-3rd Semester Syllabus

TX - 305 Fabric Manufacturing - I Course Contents:

Unit I
Objects of sizing, method of size preparation, details of slasher sizing and multicylinder sizing machines size ingredients detailed study of various drying systems, measuring and marking motion, drive, modification of size box, size level control, size viscosity and take-up, moisture, stretch and tension control.

Unit II
Single end sizing – features and application, Sizing of manmade, blends, continuous filaments and textured yarn. Production efficiency and other related calculations.

Unit III
Principles of weaving. Primary, Secondary an Auxiliary motions. Shedding – its various types and devices, positive and negative shedding, shedding tappets of different types, heald reversing motions, early and late shedding, shed troughing and heald staggering.

Unit IV
Pickin classification, mechanism of Over and Under pick motions, picking tappets, shuttle speed, shuttle checking devices, causes of shuttle flying and shuttle trap. Beat-up sley movement, sley eccentricity and its effect, factors affecting sley movement, double beat-up, Timing diagram of primary motions.

Unit V
Classification of take-up motion, 5 and 7 wheel take-up motion, Negative let-off motion and its related calculations, Causes of pick spacing variation. Temples-types and uses.

References:
1. Talukdar MK &.Ajgaonkar D.B; Sizing- Materials, Machines & Methods.
2. Aswani; Plain Weaving Motions.
3. --; Loom Shed-BTRA Silver Jubilee Monograph Series
4. Bannerjee NN; Weaving Mechanism Vol. –1.
5. Talukdar MK; WeavingMarks & Robinson; Principles of Weaving.
6. Fox; Weaving Mechanism.
7. Paul V. Seydel; Textile Warp Sizing
8. --; Cotton Warp Sizing Hand book – E.F. Houghton & Co.
9. --; Sizing – The Key Stone for Quality Fabric; TAI Pub.
10. --; Woven Fabric Production Vol. I; NCUTE Study Material.
11. Corbman; Textiles- fiber to fabrics; TMH.

List of Experiments (Pl. expand it):
Detail study of sizing machines.
Detailed study of primary and secondary motions of a plain loom
RGTU/RGPV TX- 302 Fibre Science - I Syllabus TX 3rd (Third) sem Textile Engineering (TX)  Syllabus

RGTU/RGPV TX- 302 Fibre Science - I Syllabus TX 3rd (Third) sem Textile Engineering (TX) Syllabus

siteowner 9:19 PM Add Comment
RGTU/RGPV  Fibre Science - I Syllabus
TX- 302 Fibre Science - I Syllabus
Textile Engineering (TX) III-3rd Semester Syllabus

TX- 302 Fibre Science - I Course Contents:


Unit I
General classification of fibres. Structure, properties and uses of cotton. Structure, properties and uses of bast fibers, Structure, properties, uses and brief description of wool and silk fibres.

Unit II
Basic concept of polymer, their classification, methods of polymerization, molecular weightits measurement, distribution and importance.

Unit III
Manufacturing process of all important man-made fibres e.g. rayon, nylon, polyester, acrylic, poly-olephins etc. with special reference to melt, dry and wet extrusion principle. Idea about the physical and chemical properties (influence of chemical constituents and different groups present) of above mentioned fibres and their uses.

Unit IV
Problems associated with man-made fibres and their methods of rectification. Structure of fibres- basic requirements for fiber formation, concept of order and morphology, molecular packing in crystalline and amorphous regions,

Unit V
physical structure of principal natural and man-made fibers . Study of fiber structuresmethods of investigating fiber structures e.g. X-ray diffraction, optical and electron microscopy , I R absorption, thermal methods NMR.

References:
1. Shennai VA; Fibre Science.
2. Vaidya Synthetic Fibre
3. Gupta & V. K. Kothari; Manufactured Fibre Technology.
4. Morton & JWS Hearle; Physical Properties of Textile Fibre
5. Murthy HVS; Introduction to Textile Fibre.
6. Ghosh; Fibre Science and Technology; TMH
7. Moncrieff; Man made Fibres.
8. Gohl and Vilensky LD; Textile Science
9. Fried JR; Polymer Science and Technology
10. Mukhopadhyay SK; Advances in Fibre Science.
11. Mishra SP; A text book of Fibre Science & Technology
12. Jayaprakasam et.al; Fibre Science & Technology.