HEAD
Rajiv Gandhi ProudyogikiVishwavidyalaya, Bhopal
Case Studies- Environmental ethics: Issues and possible solutions. Climate change, global warming,acid rain, ozone layer depletion, nuclear accidents and holocaust.
Case Studies- Wasteland reclamation; Consumerism and waste products; Environment ProtectionAct; Air (Prevention and Control of Pollution) Act; Water (Prevention and control ofPollution) Act; Wildlife Protection Act; Forest Conservation Act; Issues involved inenforcement of environmental legislation; Public awareness.
Field work
Visit to a local area to document environmental assets river/forest/grassland/hill/mountain
Visit to a local polluted site-Urban/Rural/Industrial/Agricultural
Study of common plants, insects, birds.
Study of simple ecosystems-pond, river, hill slopes, etc.
Brunner R.C., 1989, Hazardous Waste Incineration, McGraw Hill Inc.
Clark R.S., Marine Pollution, Clanderson Press Oxford (TB).
Cunningham, W.P. Cooper, T.H. Gorhani, E & Hepworth, M.T. 2001,Environmental Encyclopedia, Jaico Publ. House, Mumabai,
De A.K., Environmental Chemistry, Wiley Eastern Ltd.
Trivedi R.K., Handbook of Environmental Laws, Rules Guidelines, Compliancesand Standards’, Vol I and II, Enviro Media (R)
Boyle, Godfrey, Bob Everett, and Janet Ramage (Eds.) (2004), Energy Systemsand Sustainability: Power for a Sustainable Future. Oxford University Press.
Schaeffer, John (2007), Real Goods Solar Living Sourcebook: The CompleteGuide to Renewable Energy Technologies and Sustainable Living, Gaiam
After the completion of this course, the students will be able to:
The objective of this course is to introduce the fundamentals of Multimedia and its components.
Fundamentals:Multimedia, Multimedia Objects, Multimedia in business and work, Multimedia hardware- Processor, capture devices like video camera, video recorder, graphic tablets, digitizing / sampling hardware, tactile sensors, VR Devices, Memory & Storage devices- primary, secondary, flash memory, Input devices- keyboard, mouse, joystick, light pen , track ball, scanner, digitizer, MICR, OCR, Barcode readers, OMR, Voice systems- microphone, speaker,3D input devices, Output devices- monitors and its types, Printers and its types
Sound/Audio:Perception of sound, hearing sensitivity, frequency range, sound- wave length, the speed of sound. measuring the sound, musical sounds, noise signal, dynamic range, pitch, harmonics-equalization- reverberation time, Sound isolation and room acoustics- treatments- studio layout –room dimensions. The Basic set-up of recording system; The production chain and responsibilities. Microphones types -phantom power, noise, choosing the right mike; Mixing console; Input devices; Output devices; Audio Publishing
Graphics/Image:Image file formats and how and where it is used, Principles of animation,2D and 3D animation, Morphing, Kinematics, tweening, Motion capture, character animation, modeling, special effects, and compositing, Video Conferencing, Web Streaming, Video Streaming, Internet Telephony - Virtual Reality - Artificial intelligence.
Video and Camera: Video FileFormats, Analog Editing, Editing Equipment’s and Consoles, Video Signal, various video standards, Analogue and Digital camera, About lenses-viewing and monitoring, Types of Films - various storage media - Types of lights - video lights - cine lights – reflectors - Digital Video Camera- Types Format-Major Components, Operation and Functions, Aperture Shutter, Focusing Methods, Focal Length, Depth of Field
Tay Vaughan, Multimedia: Making it Work, 9th Edition, McGraw Hill Education
Ranjan Parekh, Principles of Multimedia, 2nd Edition, McGraw Hill Education.
After the completion of this course, the students will be able to:
Define Multimedia and its components
Use the knowledge of sound recording setup in multimedia projects
Understand and use knowledge of various image file formats
Apply knowledge of various video standards in multimedia projects
Justify the right way of manipulating multimedia systems.
AG 303- DATA STRUCTURE
The objective of this course is to enable the students to write algorithms for solving various problems using data structures
sort.
Trees Basic terminology – general tree , representation of general tree, types of trees, binary tree- realization and properties , traversal in binary trees – inorder , preorder , postorder , applications of trees. Graph- Basic Terminologies and representations, Graph search and traversal algorithms.
Varsha H. Patil “Data Structure Using C++” Oxford.
ReemaThareja“ Data Structure Using C ” Oxford.
D. S Malik “Data Structure Using C++ ” Second Edition Cengage.
Kushwaha and Mishra “Data Structure: A programming Approach with C”, PHI Learning.
A. K Sharma “Data Structure Using C” Pearson.
Ellis Horowitz, SartajSahni, “Fundamentals of Data Structures”, Computer Science Press
After the completion of this course, the students will be able to:
For a given search problem (linear search and binary search) student will be able toimplement it.
Perform operations on arrays
For a given problem of stacks, queues and link lists, students will be able to implement itand analyze the same to determine the time and computation complexity
Students will be able to write an algorithm for selection sort, insertion sort, quick sort,merge sort, heap sort, bubble sort and compare their performance
Students will be able to implement tree, graph search and traversal algorithms
Write a program to search an element in the array using Linear and Binary Search.
Write a program to perform the following operation in Matrix:
a. Addition b. Subtraction c. Multiplication d. Transpose
Write a program to perform the following operation on strings using string functions:
a. Addition b. Copying c. Reverse d. Length of String
Write program for implementing the following sorting methods to arrange a list of integers in ascending order:
Quick sort b) Selection sort c) Insertion sort d) Merge sort
Write a program that uses stack operations to convert a given infix expression into its postfix equivalent.
Write a program to merge two sorted array into one sorted array.
Write a program to implement stack using array and linked list.
Write a program to implement queue and circular queue using array.
Write a program to insert an element in the beginning and end of singly linked list.
Write a program to insert an element at any position in singly and doubly linked list.
Insert and delete a node at any position in doubly linked list.
Write a program of Tower of Hanoi.
Write a program that uses functions to perform the following:
Create a binary search tree of integers.
Traverse the above Binary search tree non recursively in in order.
The objective of this course is tohelp students to understand the key features of Object Oriented Programming and Methodology like objects, methods, instance, message passing, encapsulation, polymorphism, data hiding, abstract data and inheritance.
E. Balaguruswami, ”Object Oriented Programming in C++”, TMH.
Robert Lafore, “Object Oriented Programming in C++”, Pearson.
M.T. Somashekare, D.S. Guru, “ Object-Oriented Programming with C++”, PHI.
Herbert Shildt, “The Complete Reference C++”, Tata McGraw Hill publication.
After the completion of this course, the students will be able to:
Understand the key features of Object Oriented Programming and Methodology
Recognize attributes and methods for given objects.
Implement programs of inheritance and operator overloading
Understand and use concept of pointers, memory management and virtual functions in programs
Perform file handling in programs
Write a program to find out the largest number using function.
Write a program to find the area of circle, rectangle and triangle using function overloading.
Write a program to implement complex numbers using operator overloading and type conversion.
Write a program using class and object to print bio-data of the students.
Write a program which defines a class with constructor and destructor which will count number of object created and destroyed.
Write a program to implement single and multiple inheritances taking student as the sample base class.
Write a program to add two private data members using friend function.
Write a program using dynamic memory allocation to perform 2x2 matrix addition and subtraction.
Write a program to create a stack using virtual function.
Write a program that store five student records in a file.
Write a program to get IP address of the system.
Write a program to shutdown the system on windows operating system.
The objective of this course is to enable the students to understand the working of logic gates, to design and implement combinational and sequential logic circuits, understand the process of analog to digital and digital to analog conversion, various logic families
Number systems and logic gates: Decimal, Binary, Octal, Hexadecimal number systems and radix conversion. Codes- BCD, excess 3, gray, ASCII. Boolean algebra- Theorems and properties, Boolean functions, canonical and standard forms, De Morgans theorem, digital logic gates, Karnaugh maps.
Combinational circuits: Introduction to combinational circuits, multilevel NAND, NOR implementation. Designing binary Adders and Subtractors. Decoder, Encoder, Multiplexer, Demultiplexer circuits
Sequential circuits: Introduction to Sequential circuits, flip-flops, RS, D, T, JK, M/S JK-flipflops, truth tables, excitation tables and characteristic equations, clocked and edge triggered flipflops, Registers- Definition, serial, parallel, shift left/right registers, Johnson counter, asynchronous and synchronous counters.
Digital logic families: Bipolar and unipolar logic families, Digital IC specifications, RTL, DTL, All types of TTL circuits, ECL, IIL, PMOS, NMOS & CMOS Logic.
Clocks and timing circuits: Bistable, Monostable&Astablemultivibrator, Schmitt trigger circuit, Introduction of Analog to Digital & Digital to Analog converters, Display devices, 7 and 16 segment LED display, LCD.
M. Morris Mono, “Digital logic design”, Pearson Education Pvt. Ltd.
A Anand Kumar, “Fundamentals of digital circuits“, PHI Learning Pvt Ltd.
A K Maini, “Digital Electronics Principles and Integrated Circuits, Wiley India Pvt Ltd.
R P Jain, “Modern Digital Electronics”, Tata McGraw-Hill publishing company Ltd.
D P Kothari and J S Dhillon, "Digital Circuits and Design", Pearson Education Pvt. Ltd.
After the completion of this course, the students will be able to:
1Perform number base conversions, use Boolean logic to create digital circuits.
2. Understand use of encoders, decoders, multiplexers and demultiplexers in communication systems. 3Learn design of combinational and sequential circuits use it in digital systems such as computers, communication systems and other modern technologies.
4 Study ADC and DAC along with display devices will enable students to understand signal conversion and its display and their applications in digital devices.
5. Apply knowledge of clocks and timing circuits in design of circuits
Study and verify the operation of AND, OR, NOT, NOR and NAND logic gates.
Design all basic logic gates using NOR universal gate.
Design all basic logic gates using NAND universal gate.
Verification of Demorgan’s theorem.
Construction and verification of half adder andfull adder circuits.
Construction and verification of half subtractor and full subtractor circuits.
Design of Binary to Grey & Grey to Binary code Converters .
Design of BCD to excess-3 code converter.
Design and verification of Multiplexer circuit
Design and verification of De-multiplexer circuit.
The objective of this course is to familiarize the students with the fundamentals of programming such as variables, conditional and iterativeexecution, methods, etc. and object-oriented programming in Java
E. Balagurusamy, “Programming with java A Primer”, McGrawHill.
Sharanam Shah, “ Core Java 8 for Beginners”, Shroff Publisher.
Naughton&Schildt, “The Complete Reference Java 2”, Tata McGraw Hill.
Horstmann& Cornell, “Core Java 2” (Vol I &II ), Pearson.
On the completion of this course students will be able to understand:
The concepts of Java programming
The basic terminology used in computer programming and write, compile and debugprograms in JAVA language.
The different data types, decision structures, loops, functions to design Java programs.
Develop program using the java collection API as well as the java standard class library.
Develop Java applets
Write a program that accepts two numbers from the user and print their sum.
Write a program to calculate addition of two number using prototyping of methods.
Program to demonstrate function overloading for calculation of average.
Program to demonstrating overloaded constructor for calculating box volume.
Program to show the detail of students using concept of inheritance.
Program to demonstrate package concept.
Program to demonstrate implementation of an interface which contains two methods declaration square and cube.
Program to demonstrate exception handling in case of division by zero error.
Program to demonstrate multithreading.
Program to demonstrate JDBC concept using create a GUI based application for student information.
Program to display “Hello World” in web browser using applet.
Program to add user controls to applets.
Write a program to create an application using concept of swing.
Program to demonstrate student registration functionality using servlets with session management.
Rajiv Gandhi ProudyogikiVishwavidyalaya, Bhopal
Case Studies- Environmental ethics: Issues and possible solutions. Climate change, global warming,acid rain, ozone layer depletion, nuclear accidents and holocaust.
Case Studies- Wasteland reclamation; Consumerism and waste products; Environment ProtectionAct; Air (Prevention and Control of Pollution) Act; Water (Prevention and control ofPollution) Act; Wildlife Protection Act; Forest Conservation Act; Issues involved inenforcement of environmental legislation; Public awareness.
Field work
Visit to a local area to document environmental assets river/forest/grassland/hill/mountain
Visit to a local polluted site-Urban/Rural/Industrial/Agricultural
Study of common plants, insects, birds.
Study of simple ecosystems-pond, river, hill slopes, etc.
Brunner R.C., 1989, Hazardous Waste Incineration, McGraw Hill Inc.
Clark R.S., Marine Pollution, Clanderson Press Oxford (TB).
Cunningham, W.P. Cooper, T.H. Gorhani, E & Hepworth, M.T. 2001,Environmental Encyclopedia, Jaico Publ. House, Mumabai,
De A.K., Environmental Chemistry, Wiley Eastern Ltd.
Trivedi R.K., Handbook of Environmental Laws, Rules Guidelines, Compliancesand Standards’, Vol I and II, Enviro Media (R)
Boyle, Godfrey, Bob Everett, and Janet Ramage (Eds.) (2004), Energy Systemsand Sustainability: Power for a Sustainable Future. Oxford University Press.
Schaeffer, John (2007), Real Goods Solar Living Sourcebook: The CompleteGuide to Renewable Energy Technologies and Sustainable Living, Gaiam
After the completion of this course, the students will be able to:
The objective of this course is to introduce the fundamentals of Multimedia and its components.
Fundamentals:Multimedia, Multimedia Objects, Multimedia in business and work, Multimedia hardware- Processor, capture devices like video camera, video recorder, graphic tablets, digitizing / sampling hardware, tactile sensors, VR Devices, Memory & Storage devices- primary, secondary, flash memory, Input devices- keyboard, mouse, joystick, light pen , track ball, scanner, digitizer, MICR, OCR, Barcode readers, OMR, Voice systems- microphone, speaker,3D input devices, Output devices- monitors and its types, Printers and its types
Sound/Audio:Perception of sound, hearing sensitivity, frequency range, sound- wave length, the speed of sound. measuring the sound, musical sounds, noise signal, dynamic range, pitch, harmonics-equalization- reverberation time, Sound isolation and room acoustics- treatments- studio layout –room dimensions. The Basic set-up of recording system; The production chain and responsibilities. Microphones types -phantom power, noise, choosing the right mike; Mixing console; Input devices; Output devices; Audio Publishing
Graphics/Image:Image file formats and how and where it is used, Principles of animation,2D and 3D animation, Morphing, Kinematics, tweening, Motion capture, character animation, modeling, special effects, and compositing, Video Conferencing, Web Streaming, Video Streaming, Internet Telephony - Virtual Reality - Artificial intelligence.
Video and Camera: Video FileFormats, Analog Editing, Editing Equipment’s and Consoles, Video Signal, various video standards, Analogue and Digital camera, About lenses-viewing and monitoring, Types of Films - various storage media - Types of lights - video lights - cine lights – reflectors - Digital Video Camera- Types Format-Major Components, Operation and Functions, Aperture Shutter, Focusing Methods, Focal Length, Depth of Field
Tay Vaughan, Multimedia: Making it Work, 9th Edition, McGraw Hill Education
Ranjan Parekh, Principles of Multimedia, 2nd Edition, McGraw Hill Education.
After the completion of this course, the students will be able to:
Define Multimedia and its components
Use the knowledge of sound recording setup in multimedia projects
Understand and use knowledge of various image file formats
Apply knowledge of various video standards in multimedia projects
Justify the right way of manipulating multimedia systems.
AG 303- DATA STRUCTURE
The objective of this course is to enable the students to write algorithms for solving various problems using data structures
sort.
Trees Basic terminology – general tree , representation of general tree, types of trees, binary tree- realization and properties , traversal in binary trees – inorder , preorder , postorder , applications of trees. Graph- Basic Terminologies and representations, Graph search and traversal algorithms.
Varsha H. Patil “Data Structure Using C++” Oxford.
ReemaThareja“ Data Structure Using C ” Oxford.
D. S Malik “Data Structure Using C++ ” Second Edition Cengage.
Kushwaha and Mishra “Data Structure: A programming Approach with C”, PHI Learning.
A. K Sharma “Data Structure Using C” Pearson.
Ellis Horowitz, SartajSahni, “Fundamentals of Data Structures”, Computer Science Press
After the completion of this course, the students will be able to:
For a given search problem (linear search and binary search) student will be able toimplement it.
Perform operations on arrays
For a given problem of stacks, queues and link lists, students will be able to implement itand analyze the same to determine the time and computation complexity
Students will be able to write an algorithm for selection sort, insertion sort, quick sort,merge sort, heap sort, bubble sort and compare their performance
Students will be able to implement tree, graph search and traversal algorithms
Write a program to search an element in the array using Linear and Binary Search.
Write a program to perform the following operation in Matrix:
a. Addition b. Subtraction c. Multiplication d. Transpose
Write a program to perform the following operation on strings using string functions:
a. Addition b. Copying c. Reverse d. Length of String
Write program for implementing the following sorting methods to arrange a list of integers in ascending order:
Quick sort b) Selection sort c) Insertion sort d) Merge sort
Write a program that uses stack operations to convert a given infix expression into its postfix equivalent.
Write a program to merge two sorted array into one sorted array.
Write a program to implement stack using array and linked list.
Write a program to implement queue and circular queue using array.
Write a program to insert an element in the beginning and end of singly linked list.
Write a program to insert an element at any position in singly and doubly linked list.
Insert and delete a node at any position in doubly linked list.
Write a program of Tower of Hanoi.
Write a program that uses functions to perform the following:
Create a binary search tree of integers.
Traverse the above Binary search tree non recursively in in order.
The objective of this course is tohelp students to understand the key features of Object Oriented Programming and Methodology like objects, methods, instance, message passing, encapsulation, polymorphism, data hiding, abstract data and inheritance.
E. Balaguruswami, ”Object Oriented Programming in C++”, TMH.
Robert Lafore, “Object Oriented Programming in C++”, Pearson.
M.T. Somashekare, D.S. Guru, “ Object-Oriented Programming with C++”, PHI.
Herbert Shildt, “The Complete Reference C++”, Tata McGraw Hill publication.
After the completion of this course, the students will be able to:
Understand the key features of Object Oriented Programming and Methodology
Recognize attributes and methods for given objects.
Implement programs of inheritance and operator overloading
Understand and use concept of pointers, memory management and virtual functions in programs
Perform file handling in programs
Write a program to find out the largest number using function.
Write a program to find the area of circle, rectangle and triangle using function overloading.
Write a program to implement complex numbers using operator overloading and type conversion.
Write a program using class and object to print bio-data of the students.
Write a program which defines a class with constructor and destructor which will count number of object created and destroyed.
Write a program to implement single and multiple inheritances taking student as the sample base class.
Write a program to add two private data members using friend function.
Write a program using dynamic memory allocation to perform 2x2 matrix addition and subtraction.
Write a program to create a stack using virtual function.
Write a program that store five student records in a file.
Write a program to get IP address of the system.
Write a program to shutdown the system on windows operating system.
The objective of this course is to enable the students to understand the working of logic gates, to design and implement combinational and sequential logic circuits, understand the process of analog to digital and digital to analog conversion, various logic families
Number systems and logic gates: Decimal, Binary, Octal, Hexadecimal number systems and radix conversion. Codes- BCD, excess 3, gray, ASCII. Boolean algebra- Theorems and properties, Boolean functions, canonical and standard forms, De Morgans theorem, digital logic gates, Karnaugh maps.
Combinational circuits: Introduction to combinational circuits, multilevel NAND, NOR implementation. Designing binary Adders and Subtractors. Decoder, Encoder, Multiplexer, Demultiplexer circuits
Sequential circuits: Introduction to Sequential circuits, flip-flops, RS, D, T, JK, M/S JK-flipflops, truth tables, excitation tables and characteristic equations, clocked and edge triggered flipflops, Registers- Definition, serial, parallel, shift left/right registers, Johnson counter, asynchronous and synchronous counters.
Digital logic families: Bipolar and unipolar logic families, Digital IC specifications, RTL, DTL, All types of TTL circuits, ECL, IIL, PMOS, NMOS & CMOS Logic.
Clocks and timing circuits: Bistable, Monostable&Astablemultivibrator, Schmitt trigger circuit, Introduction of Analog to Digital & Digital to Analog converters, Display devices, 7 and 16 segment LED display, LCD.
M. Morris Mono, “Digital logic design”, Pearson Education Pvt. Ltd.
A Anand Kumar, “Fundamentals of digital circuits“, PHI Learning Pvt Ltd.
A K Maini, “Digital Electronics Principles and Integrated Circuits, Wiley India Pvt Ltd.
R P Jain, “Modern Digital Electronics”, Tata McGraw-Hill publishing company Ltd.
D P Kothari and J S Dhillon, "Digital Circuits and Design", Pearson Education Pvt. Ltd.
After the completion of this course, the students will be able to:
1Perform number base conversions, use Boolean logic to create digital circuits.
2. Understand use of encoders, decoders, multiplexers and demultiplexers in communication systems. 3Learn design of combinational and sequential circuits use it in digital systems such as computers, communication systems and other modern technologies.
4 Study ADC and DAC along with display devices will enable students to understand signal conversion and its display and their applications in digital devices.
5. Apply knowledge of clocks and timing circuits in design of circuits
Study and verify the operation of AND, OR, NOT, NOR and NAND logic gates.
Design all basic logic gates using NOR universal gate.
Design all basic logic gates using NAND universal gate.
Verification of Demorgan’s theorem.
Construction and verification of half adder andfull adder circuits.
Construction and verification of half subtractor and full subtractor circuits.
Design of Binary to Grey & Grey to Binary code Converters .
Design of BCD to excess-3 code converter.
Design and verification of Multiplexer circuit
Design and verification of De-multiplexer circuit.
The objective of this course is to familiarize the students with the fundamentals of programming such as variables, conditional and iterativeexecution, methods, etc. and object-oriented programming in Java
E. Balagurusamy, “Programming with java A Primer”, McGrawHill.
Sharanam Shah, “ Core Java 8 for Beginners”, Shroff Publisher.
Naughton&Schildt, “The Complete Reference Java 2”, Tata McGraw Hill.
Horstmann& Cornell, “Core Java 2” (Vol I &II ), Pearson.
On the completion of this course students will be able to understand:
The concepts of Java programming
The basic terminology used in computer programming and write, compile and debugprograms in JAVA language.
The different data types, decision structures, loops, functions to design Java programs.
Develop program using the java collection API as well as the java standard class library.
Develop Java applets
Write a program that accepts two numbers from the user and print their sum.
Write a program to calculate addition of two number using prototyping of methods.
Program to demonstrate function overloading for calculation of average.
Program to demonstrating overloaded constructor for calculating box volume.
Program to show the detail of students using concept of inheritance.
Program to demonstrate package concept.
Program to demonstrate implementation of an interface which contains two methods declaration square and cube.
Program to demonstrate exception handling in case of division by zero error.
Program to demonstrate multithreading.
Program to demonstrate JDBC concept using create a GUI based application for student information.
Program to display “Hello World” in web browser using applet.
Program to add user controls to applets.
Write a program to create an application using concept of swing.
Program to demonstrate student registration functionality using servlets with session management.