Aug 4, 2013 ... Orientation Program of Vishwakarma Yojana at GP, Godhra. Gujarat
Technological University organized a one day Orientation Programme of ...
The students of mechanical engineering programme are mainly involved in ...
production drawings as required in industry using various CAD software. 2.
Oct 25, 2013 ... LaTex, JAVA and PHP MySql ... Page 2 ... All the departments had organized a
workshop on JAVA with the help of IIT-Bombay Spoken.
(Code: 3330703). Diploma Programme in which this course is offered Semester
in which offered ... management system in particular relational database system.
Dec 20, 2013 ... MCA semester I and MCA semester II for both Integrated Five Year MCA and
regular ... Technology and Dean for Zone 1, GTU MCA. Topic.
MANUFACTURING ENGINEERING - I. (Code: 3332001) ... the component thus
produced can compete in today's global market. .... P.C.Sharma. S.Chand.
GUJARAT TECHNOLOGICAL UNIVERSITY. B.E Semester: 4. Mechanical
Engineering. Subject Name NON – CONVENTIONAL ENERGY SOURCES (
Institute.
Power Electronics employs thyristor based circuits to control electrical energy in
different ... Electric motors and drives: .... iv. http://nptel.iitm.ac.in/video.php?
Rationale: The course provides introductory treatment of the field of Electrical
Engineering to the ... B.L. Theraja (2012), Electrical Technology,Vol – 1,S. Chand
.
Dynamics is the branch of Theory of Machine which deals with the forces and
their ... introduction to theory of machine. .... 4 R.S. Khurmi Theory of Machines.
David S. Kelley McGraw-hill. 4. Unigraphics for designer & engineers Sham
Tickoo. Dreamtech press. 5. AutoCAD for engineers and Designers Sham Tickoo.
and cables, active and passive electrical/electronic components, and ...
Electronic Principles, Albert Malvino and David J Bates, Mc Graw Hill(7th Edition)
. 2.
TOTAL. GUJARAT TECHNOLOGICAL UNIVERSITY. BRANCH CODE:02
DIPLOMA PROGRAMME IN AUTOMOBILE ENGINEERING. SEMESTER - II.
COURSE.
Course Outcome: Upon completion of this course, students will be able to do the following: 1. Use various tools, and Validation techniques, use of different templates ...
Thus it is a key course for mechanical engineers/technicians. 2. COMPETENCY.
The course content should be taught with the aim to develop different types of
skills so that students are able to ..... v. http://nptel.iitm.ac.in/courses/Webcourse-
cont
same quadrant and different quadrants, Projections of line with its inclination to ...
Projections of Solids and Section of Solids: Classification of solids. Projections ...
Nov 28, 2013 ... GTU signed MoU with SIAS University of China. I/C Registrar of GTU Dr. G.P.
Vadodariya with Mr. Baomin Du, Deputy Director, Jinshui Kejiao.
Electronic Principles, Albert Malvino and David J Bates, Mc Graw Hill(7 th. Edition
) ... Electronic Devices and Circuits, David A. Bell, Oxford Press (5 th. Edition).
Introduction, basic principles, and sampling techniques, interpretation of spectra,
.... Principles of Chemotherapy and management of infectious disease, ...
Type of course: Engineering Mathematics ... Rationale: Mathematics is a
language of Science and Engineering. .... NPTEL – Mathematics I: Calculus by
Prof.
GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT ...
knowledge and skills of geological deposits and its estimation for economical
mining.
Instructions: 1. Attempt all questions. 2. Make suitable assumptions wherever necessary. 3. Figures to the right indicate full marks. Q.1
(a) Give the objectives of object model, dynamic model and function model 07 and clear the relationship among them. (b) Define a circle class with radius as data member, necessary constructors 07 and member function to compute area of circle. Class should overload the = = operator to compare two circle objects whether they are equal in radius. Demonstrate its use in main().
Q.2
(a) Write a class to create array objects with given size. Overload the operator 07 * to multiply the elements of an array object with scalar value. Use them in main() to perform operation like s*a1, where s is scalar value and a1 is array object. (b) Explain the following object oriented terms with example: Object, Class, 07 Attributes, Operations OR (b) Explain the generalization and inheritance concepts with use of proper 07 example.
Q.3
(a) What is parameterized constructor? How is it useful in dynamic initialization of objects? Explain with example of point class defined with x and y coordinates. (b) Explain the constant argument, constant member function and constant object with suitable example. OR What are default arguments to functions? Show them with example. Can (a) we use them with constructors? If yes, show its use with example. (b) Clear the following with appropriate examples. Abstract class, Virtual function, Virtual base class
Q.3
Q.4
07
07
07 07
(a) Assume that circle is defined using radius and cylinder is defined using 07 radius and height. Write a circle class as base class and inherit the cylinder class from it. Develop classes such that user can compute the area of circle objects and volume of cylinder objects. Area of circle is radius*radius, while volume of cylinder is pie*(radius)2*height. (b) What is friend function? Give an example. What is the advantage of 07 overloading binary operator as friend function? OR
Q.4
(a) Assume that vehicle class is defined as base class with price and year of 07 manufacturing. Derive two classes namely bus and truck from base class with bus with seating capacity and truck with loading capacity. Develop classes with necessary member functions to get and put data. Demonstrate its use in main(). 1
(b) What is type conversion? Explain the basic to object conversion with 07 proper example. Q.5
Q.5
(a) Explain dynamic modeling using simple example. (b) What do you mean by links and association? What is multiplicity? Clear with example. OR (a) Explain function modeling using simple example. (b) Develop an object model for the university running engineering, pharmacy, MBA and MCA courses.