B. Tech. R18 Regulations

B. Tech. I Year Course Outcomes

68101

English

CO 1 Write coherent, unified, and complete sentences.
CO 2 Identify word meanings and know the use of familiar lexical items.
CO 3 Understand explicit and implicit information and draw inferences for the given task.
CO 4 Communicate according to place, relation and medium.
CO 5 Know, emphasize, conceptualize, comprehend, apply, synthesize, and evaluate the given text, and other authentic texts such as magazines/newspaper articles.

68102

Mathematics-I

CO 1 Find rank of a matrix and solve a linear system of equations.
CO 2 Evaluate eigen values, eigen vectors and find the Modal matrix under a linear transformation.
CO 3 Evaluate surface areas and volumes of solids of revolution, Apply Mean value theorems in relevant engineering domains.
CO 4 Determine the convergence/divergence of a given infinite series.
CO 5 Find the extremum of a multi-variate function with or without constraints.
68104
Applied Physics
CO 1 The concepts involving the physics of lasers, lasing action, construction and working of He-Ne laser, semiconductor laser and propagation of light through optical fibers.
CO 2 Schrodinger wave equation and its application, free electron models, formation of bands in solids and electron occupation in bands.
CO 3 Estimation of charge carrier concentration in semiconductors and understand the formation of pn junction, construction and characteristics of different diodes like rectifying, Zener & Tunnel diodes.
CO 4 Transistor current components, characteristics of CB, CE and CC configurations, also understand the construction, working and characteristics of JFET & MOSFET.
CO 5 The principles of nanotechnology, types of nanomaterials, synthesis: Top-down and bottom-up methods, characteri-zation: XRD, SEM & TEM.

65101

Problem Solving Through ‘C’

CO 1 Ability to understand programming concepts and analyze a problem, design a solution and develop an algorithm to solve it.
CO 2 Ability to modularize a problem and implement the solution using basic programming concepts, control statements and functions.
CO 3 Ability to evaluate the use of macros and implement solutions to complex problems using recursion and homogeneous data types.
CO 4 Ability to implement pointers for problems of relevance and use different dynamic memory allocation methods.
CO 5 Design and implement appropriate user defined structures to a given problem definition and apply various functions for processing files.

63102

Engineering Drawing

CO 1 Know the Standard conventions, design scale for drawing engineering components and draw geometrical constructions.
CO 2 Apply fundamentals of theory of projections, and draw orthographic projections of points and lines in any position.
CO 3 Construct orthographic projections of simple planes and regular solids in any position.
CO 4 Draw sectional views and developments of various basic 3D objects.
CO 5 Construct isometric views and construct multi view drawings of simple and complex 3D objects.

68131

English Language and Communication Skills Lab – I

CO 1 Emerge as good speakers and listeners
CO 2 Develop critical and analytical thinking.
CO 3 Write effectively.
CO 4 Develop effective presentation skills using the multimedia tools.
CO 5 Neutralize mother tongue
68134 Applied Physics Lab CO 1 Get an understanding of errors and their estimation in determination of Physical quantities.
CO 2 Get an understanding of the laws of physics associated with the experiments.
CO 3 Would develop skills in handling various kinds of laboratory instruments.
CO 4 Get awareness of the magnitudes of the different physical parameters and learn how to Present the observations and results at the end of an experiment.
CO 5 Get an understanding of the physical concepts involved in the experiments.

65131

Computer Programming Lab CO 1 Familiarity of programming environment in Linux operating system and to translate given algorithms to a working and correct program.
CO 2 Ability to interpret syntax errors as reported by the compilers and to be able to identify and correct logical errors encountered at run time using debuggers like GDB.
CO 3 Ability to write iterative as well as recursive programs.
CO 4 Ability to represent data in arrays, pointers, strings and structures and manipulate them through a program and use them in defining self-referential structures or structures or designing a user defined data type.
CO 5 Ability to implement file processing functions and be able to store, retrieve and process data in text and binary formats.
63131 Engineering Workshop CO 1 Acquire skills of basic engineering trades like Carpentry, Tin smithy etc.
CO 2 Demonstrate an understanding of and comply with workshop safety regulations.
CO 3 Identify and use marking out tools, hand tools, measuring equipment and to work to prescribed tolerances.
CO 4 Apply the knowledge of the above trades in their day –to – day activities.
CO 5 Select appropriate equipment and consumables for required applications.
68152 Mathematics – II CO 1 Solve the first order O.D.E and appreciate their applications
CO 2 Solve higher order O.D.E and appreciate their applications in engineering problems
CO 3 Evaluate double and triple integrals and apply them in engineering problems
CO 4 Evaluate the line, surface and volume integrals and converting them from one to another
CO 5 Solve first order linear and non-linear P.D.E

68156

Environmental Science

CO 1 Define the concepts of ecosystem and emphasize the importance of biodiversity and its conservation.
CO 2 Gain knowledge on natural resources and advantages and disadvantages on renewable energy sources and technologies.
CO 3 Develop awareness on pollution control technologies and global atmospheric changes.
CO 4 Emphasize the importance of Environmental impact assessment and green technologies.
CO 5 Understand about Environmental legislation and the concept of Sustainable development.

68153

Computational Mathematics

CO 1 Find the real roots of Algebraic and Transcendental equations.
CO 2 Understand interpolation and obtain approximate solutions for evenly and unevenly spaced data.
CO 3 Fit a given data to a linear/non-linear curve and appreciate the concepts of numerical differentiation and integration.
CO 4 Develop the skill of finding approximate solutions to problems arising in first order initial value problems in differential equations.
CO 5 Find finite difference solutions of certain P.D.E.

68155

Engineering Chemistry

CO 1 Rationalise periodic properties such as ionization potential, electron affinity, oxidation states and electronegativity.
CO 2 Understanding the importance of EMF, corrosion and treatment of water.
CO 3 List major chemical reactions that are used in the synthesis of molecules.
CO 4 Analyze microscopic chemistry in terms of atomic and molecular orbitals and intermolecular forces.
CO 5 Would develop ability to handle situations involving problems associated with chemical substances in engineering situations.

65151

Data Structures Through ‘C’

CO 1 Understand basic concepts, Design and implement linear data structures such as linked lists, stacks, queues by using C as the programming language using static or dynamic implementations.
CO 2 Able to understand and analyze, differentiate and implement elementary algorithms: sorting, searching and hashing and will also be able to compare and contrast algorithms with respect to time and space complexity.
CO 3 Able to implement nonlinear data structures like trees and graphs and apply appropriate data structures to designing solutions to real world complex problems.
CO 4 Demonstrate sound understanding of graph traversals and ability to implement various algorithms on graphs and interpret the results.
CO 5 Ability to implement hashing techniques for storing and searching efficiently.

68181

English Language and
Communication Skills Lab – II

CO 1 Evolve as effective communicators and will develop narrative skills
CO 2 Emerge as decision makers and autonomous learners
CO 3 Develop critical and analytical skills
CO 4 Gather ideas and information, and organize them coherently.
CO 5 Develop leadership and team building skills.

68183

Computational Mathematics Lab

CO 1 Write a program to find real roots of Algebraic and Transcendental equations
CO 2 Write a program to determine functional value at any given intermediate point of the given data for an unknown function by interpolation
CO 3 Write a program for a best fit curve by Least Squares method for a given set of data points
CO 4 Write a program for numerical integration by Trapezoidal, Simpson‟s 1/3 and 3/8 rules
CO 5 Write a program to find the value of the solution of a given first order initial value problem of O.D.E
CO 6 Write a program to find the value of the solution One-dimensional Heat equation and two-dimensional Laplace equation

68185

Engineering Chemistry Lab

CO 1 Estimate rate constants of reactions from concentration of reactants/products as a function of time.
CO 2 Measure molecular/system properties such as surface tension, viscosity, conductance of solutions, redox potentials, absorbance.
CO 3 Understand the concepts of distribution and adsorption phenomena.
CO 4 Synthesize a small drug molecule.
CO 5 Develop analytical skills and learn how to analyze and present results of an experiment.

65181

Data Structures Through ‘C’ Lab

CO 1 Understand basic data structures such as arrays, linked lists, stacks and queues.
CO 2 Ability to interpret syntax errors as reported by the compilers and to be able to identify and correct logical errors encountered at run time using debuggers like GDB.
CO 3 Apply Algorithm for solving problems like sorting, searching, insertion and deletion of data.
CO 4 Solve problems involving graphs, trees and heaps.
CO 5 Apply Hashing techniques for efficient storage and retrieval of data.

67181

IT Workshop Lab

CO 1 Identify the peripherals of PC, assemble and disassemble PC components.
CO 2 Install the System software MS Windows, Linux and required device drivers.
CO 3 Work with productivity tools for Word Processing, Spread Sheet and Presentations along with Designing basic Web Pages.
CO 4 Understand the main features of the SCILAB program development environment to enable their usage in higher learning.
CO 5 Interpret and visualize simple mathematical functions and operations using plots or display.

B. Tech. II Year I Semester Course Outcomes

68101

Electronic Circuits-I

CO 1 Analyze different rectifier circuits with and without filters.
CO 2 Analyse clippers, clampers, RC circuits and comparator circuits.
CO 3 Analyze different biasing circuits for BJTs and FETs.
CO 4 Analyze different small signal BJT amplifiers at low frequencies.
CO 5 Analyze different small signal BJT amplifiers at high frequencies and analyze different single stage JFET amplifiers.

68102

Signals and Systems
CO 1 Characterize and analyze the properties of continuous and discrete time signals and systems. To apply the knowledge of linear algebra topics like vector space, basis, inner product, norm and orthogonal basis to signals. dimension
CO 2 Represent continuous signals and systems in the Frequency domain using Fourier Series and Fourier transform.
CO 3 Understand the filter characteristics of LTI systems, correlation and the concept of sampling and reconstruction of analog signals.
CO 4 Apply the Laplace transforms to analyze continuous-time signals and systems.
CO 5 Apply Z- transforms to analyze discrete-time signals and systems.

68104

Digital Logic Design
CO 1 Perform number system conversions, binary arithmetic and simplify Boolean functions. 
CO 2 Design various combinational logic circuits.
CO 3 Design and analyze various synchronous sequential logic circuits.
CO 4 Understand various digital logic families and semiconductor memories.
CO 5 Implement logic functions using PLDs, prepare ASM charts. 

65101

Mathematics – III

CO 1 Develop the skill of evaluating Laplace and Inverse Laplace transform of functions which are required to solve linear systems under initial conditions.
CO 2 Develop the skill of evaluating Fourier transform offunctions which are required to solve Partial Differentialequations under given conditions.
CO 3 Understand the concepts of analyticity and integration of complex functions, construction of analytic functions if apart of it is known.
CO 4 Evaluate integrals using Cauchy’s Integral formulae arounda simple closed contour..
CO 5 Find the Taylor’s and Laurent’s series expansion of complexfunctions and to evaluate contour integrals using Residue theorem.

63102

Fundamentals of Electrical Engineering
CO 1 Apply knowledge of mathematics, science, and engineering to the analysis and design of electrical circuits.
CO 2 Solve the complex AC and DC electric circuits by applying the suitable principles.
CO 3 Understand the concept and applications of Resonance and able to solve the problems using various network theorems.
CO 4 Apply the concepts of two-port network parameters and transient response of electrical circuits in the real time applications.
CO 5 Acquire sufficient knowledge about the basic principles of various Electrical Machines.

68131

Electronic Circuits-I Lab
CO 1 Design and analyze different rectifier circuits with and without filters.
CO 2 Design and analyze clippers, clampers and RC circuits.
CO 3 Design biasing circuits for BJTs.
CO 4 Design and analyze different small signal BJT, JFET amplifiers at low frequencies
CO 5 Use diode and transistor for different applications.

68134

Basic Simulation Lab

CO 1 Simulate generation and operation of different types of signals and systems.
CO 2 Apply transform techniques for the analysis of signals
CO 3 Simulate convolution, correlation and spectral densities of deterministic signals
CO 4 Simulate response of LTI system for various input signals.
CO 5 Determine the stability of the systems using pole-zero plots in s-domain and z-domain using simulation.

65131

Digital Logic Design Lab

CO 1 Design and implement various combinational circuits using logic gates.
CO 2 Design and implement various sequential circuits.

B. Tech. II Year II Semester Course Outcomes

64251

Linear Control Systems

CO 1 Understand concept of control systems and different methods to find transfer function of a system
CO 2 Understand system transient and steady state response and their specifications.
CO 3 Analyze the system stability time domain and frequencydomain.
CO 4 Design controller units and compensators.
CO 5 Analyze system considering Initial conditions.

64252

Electromagnetic Theory and Transmission Lines

CO 1 Solve electrostatic problems.
CO 2 Solve magnetostic problems.
CO 3 Apply Maxwell’s equations to solve electromagnetic problems.
CO 4 Analyze the behaviour of uniform plane wave propagation in various media and at the boundaries of different media.
CO 5 Analyze and design transmission lines for various applications through calculations and Smith chart.

64253

Electronic Circuits – II

CO 1 Analyze multistage amplifiers using BJT and FET.
CO 2 Analyze feedback amplifiers using different feedback topologies.
CO 3 Analyze LC and RC oscillators.
CO 4 Analyze power amplifiers with different conduction angle.
CO 5 Analyze tuned amplifiers with different resonance circuits

64254

Computer Organization and Architecture

CO 1 Understand the major components of computer system including CPU, memory and I/O.
CO 2 Familiar with data representation, addressing modes and instruction set of a computer.
CO 3 Perform computer arithmetic operations and under control unit operations.
CO 4 Understand the organization of memory and memory management hardware.
CO 5 Understand the concepts of pipelining and I/O organization.
CO 6 Design an interconnection networks and multiprocessors

64255

Probability Theory and Stochastic Processes

CO 1 Perceive the various probability concepts, and theorems.
CO 2 Apply the concepts of various random variables to model random experiments.
CO 3 Evaluate the statistical operations performed on single and multiple random variables.
CO 4 Evaluate temporal and spectral characteristics of random process.
CO 5 Analyze the performance of communication systems with random inputs.

64281

Linear Control Systems Lab

CO 1 Measure resistance, capacitance and inductance.
CO 2 Analyze the characteristics of servo motors and synchros.
CO 3 Analyze the effect of feedback and compensation techniques in control systems.

64282

Electronic Circuits-II Lab

CO 1 Design and analyze multi stage amplifiers using BJTs and FETs.
CO 2 Design and analyze feedback amplifiers using different topologies.
CO 3 Design and analyze RC and LC oscillators.
CO 4 Design and analyze power amplifiers with different conduction angles.
CO 5 Design and analyze Tuned amplifiers.

62284

Electrical Engineering Lab

CO 1 Verify the network theorems practically and can apply wherever is necessary in the circuit analysis.
CO 2 Understand about phenomenon of resonance and study the response of series and parallel resonant circuits.
CO 3 Verify the two port network parameters practically.
CO 4 Determine the efficiency of a transformer.
CO 5 Analyze the magnetization characteristics of dc shunt generator.

68281

Verbal Ability Lab CO 1 Students will be empowered in English language skills and meet the demands of the global work environment.
CO 2 Students will have enriched vocabulary.
CO 3 Students will be proficient in answering reasoning based questions.
CO 4 Students will develop the ability to write grammatically correct sentences.
CO 5 Students will enhance their professional writing skills through business letters.

68282

Gender Sensitization

CO 1 Students will have developed a better understanding of important issues related to gender in contemporary India.
CO 2 Students will be sensitized to basic dimensions of the biological, sociological, psychological and legal aspects of gender. This will be achieved through discussion of materials derived from research, facts, everyday life, literature and film.
CO 3 Students will attain a finer grasp of how gender discrimination works in our society and how to counter it.
CO 4 Students will acquire insight into the gendered division of labour and its relation to politics and economics.
CO 5 Men and women students and professionals will be better equipped to work and live together as equals.
CO 6 Students will develop a sense of appreciation of women in all walks of life.
CO 7 Through providing accounts of studies and movements as well as the new laws that provide protection and relief to women, the textbook will empower students to understand and respond to gender violence.

B. Tech. III Year I Semester Course Outcomes

64301

Analog Communications

CO 1 Understand the basic communication system fundamentals, various modulation and demodulation techniques.
CO 2 Describe various carrier suppression modulation and demodulation techniques.
CO 3 Classify the angle modulation techniques, explain their principles of generation and detection, properties and analyses of angle modulated waves.
CO 4 Analyze the effect of noise on different types of analog communication systems.
CO 5 Understand the concept of radio receivers. Also, explain the concept of thesampling process and various pulse modulation techniques.

64302

Antennas and Wave Propagation

CO 1 Understand the antenna parameters and design linear wire antenna.
CO 2 Design antenna arrays for desired antenna characteristics.
CO 3 Design helical, reflector, horn and microstrip antennas.
CO 4 Understand antenna measurement techniques.
CO 5 Understand different modes of wave propagation.

64303

Linear IC Applications

CO 1 Understand the basics of OP-AMP 741 IC and analyze op-amp circuits
CO 2 Infer the DC and AC characteristics of operational amplifiers & its effect on the output.
CO 3 Design linear applications using the op-amp
CO 4 Analyze and design oscillator and comparator circuits
CO 5 Design multivibrators circuits using 555 Timer, Classify and comprehend the working principle of data converters

64304

Microprocessors and Microcontrollers

CO 1 Understand the architecture and organization of 8086.
CO 2 Explore the internal architecture of 8051 and to create ready to run programs using 8051 assemblers.
CO 3 Understand basic embedded C programming and working of timers/counters to develop microcontroller-based systems.
CO 4 Describe the serial communication feature of 8051 and how to write interrupt handler programs.
CO 5 Interface real-world devices such as LCDs, Keyboards, ADC and DAC with 8051

64305

Biomedical Electronics

CO 1 Know the electrical activity in the human body and different type of transducers
CO 2 Analyze the bio-signal and different types of amplifiers
CO 3 Classify the different types of bio-signal recording systems
CO 4 Understand the working principle of various specialized medical equipment
CO 5 Understand the advanced techniques used in biomedical instrumentation

64306

Digital Modeling Using HDL

CO 1 Understand the capabilities of HDLs and learn Verilog constructs.
CO 2 Differentiate and write circuit descriptions in gate level and data flow modelling styles.
CO 3 Describe circuits using behavioural modelling and write test benches for simulation.
CO 4 Describe circuits at transistor level using switch-level modelling and learn to use UDPs.
CO 5 Understand delay models in Verilog and learn synthesis aspects.

64307

Electronic Measurements and Instrumentation

CO 1 Know the usage of various measuring instruments, minimize errors associated and evaluate their performance characteristics.
CO 2 Design bridge circuits and evaluate resistance, inductance, capacitance, voltage, current, power factor and energy.
CO 3 Generate various types of signals and measure physical quantities of signal.
CO 4 Measure amplitude, frequency and phase of waveform with an oscilloscope.
CO 5 Select appropriate passive or active transducers for measurement of strain, displacement, velocity, angular velocity, temperature and pressure.

64331

Analog Communications Lab

CO 1 Implement and analyze different analog communication systems.
CO 2 Understand the significance of sampling theorem.
CO 3 Understand multiplexing concepts.

64332

Linear IC Applications Lab

CO 1 Analyze and design different circuits using OP-AMP 741 IC
CO 2 Analyze and design different circuits using Timer 555 IC
CO 3 Analyze and design PLL Applications and converters

64333

Microcontrollers Lab

CO 1 Implement the Assembly Language Programs to perform various operations in 8051 Micro-Controller.
CO 2 Implement time delay between the events by programming the timers/interrupts in 8051 Micro-Controller.
CO 3 Transmit the message serially at different baud rates using UART operation in 8051 Micro-Controller.
CO 4 Interface various I/O Devices like DC Motor, LCD & LED to 8051 Micro-Controller
CO 5 Interface various I/O Devices like Keyboard, LCD, 7-Segment Display and DC Motor, Stepper Motor and Servo Motor to development boards.

68332

Effective Technical Communication Lab

CO 1 Attain proficiency in features of Technical communication
CO 2 Develop expertise in reading skills
CO 3 Use English language appropriately to write effective reports, e-mails, notes and summaries.
CO 4 Become proficient in Analytical and Critical Thinking Skills
CO 5 Be empowered to use English language effectively in Technical Communication

68302

Universal Human Values

CO 1 Understand the significance of values, distinguish between values and skills.
CO 2 Apply the concept of happiness and prosperity to set the goals in life.
CO 3 Evaluate the current scenario in the society, in a right manner.
CO 4 Distinguish between the needs of the self and body through principles of co-existence.
CO 5 Understand the value of harmonious relationship based on trust, respect and other naturally acceptable feelings in human-human relationships.
CO 6 Understand the harmony in nature and existence, and work out their mutually fulfilling participation in the nature.

B. Tech. III Year II Semester Course Outcomes

64351 Digital Communications CO 1 Understand the baseband data transmission techniques. Describe the quantization process, completing the transition from analog to digital and multiplexing techniques.
CO 2 Describe the concepts of band-pass digital modulation techniques and understandthe signal space diagrams of various digital modulation techniques.
CO 3 Calculate the bit error performance of various digital modulation techniques. Also, able to describe optimum detection of the digital signals of different modulation techniques in the presence of noise and skilful in the design of equalizers.
CO 4 Explain the information theory and able to do source and entropy coding. Differentiate and explain various discrete channels
CO 5 Understand the concept of channel coding. Also, skilful in carrying out the error detection and correction techniques in channel coding.
64352
Digital Signal Processing CO 1 Understand the various operations on discrete-time signals & systems.
CO 2 Apply DFT and FFT on discrete-time signals.
CO 3 Realize the various Structures for Digital Filters.
CO 4 Analyze and design an IIR digital filter.
CO 5 Analyze and design an FIR digital filter.
64353
VLSI System Design CO 1 Familiarize with the basics of MOSFET and different IC fabrication technologies
CO 2 Understand the electrical properties of MOS and CMOS circuits.
CO 3 Develop layouts for NMOS, CMOS logic circuits and learn the design flow
CO 4 Analyze and design various CMOS combinational and sequential circuits
CO 5 Understand the concept of memory implementation and the need for testing
68352 Managerial Economics and Financial Analysis CO 1 Familiarize with the fundamentals of Economics such as Demand function, Law of demand, Elasticity of demand and Demand Forecasting methods etc.
CO 2 Evaluate Economies of Scale and the Break-Even Point of the business activity.
CO 3 Understand the different Market Structures and Macro Economic concepts.
CO 4 Able to understand the accounting system and preparation of Final Accounts.
CO 5 Analyze Accounting Statements like Income Statement and Balance Sheet to understand financial performance of the business.
64354 Advanced Microcontrollers CO 1 Examine the architecture and registers of AVR microcontroller
CO 2 Familiarize instruction set of AVR microcontroller and write programs in assembly language.
CO 3 Explore the On-chip peripherals of AVR microcontroller
CO 4 Explore the internal architecture of PIC microcontroller and create ready to run programs using assembly language.
CO 5 Explore the On-chip peripherals of PIC microcontroller
64355 FPGA Architectures and Applications CO 1 Understand the FPGA architectures
CO 2 Understand types of FPGA interconnecting technologies
CO 3 Know different FPGA vendors architecture and their applications
CO 4 Develop the capability of logic expression using anti-fuse FPGA such as ACTEL FPGAs.
CO 5 Understand the design applications using FPGA
64356 Wireless Communications CO 1 Understand the fundamentals of mobile and cellular communications, system design and cell capacity.
CO 2 Understand the large-scale path loss in mobile radio propagation
CO 3 Model the fading effects in multipath environment
CO 4 Understand different types of equalizers and diversity techniques
CO 5 Acquire knowledge on multiple access techniques.
64381 Digital Communications Lab CO 1  Implement and analyze basic digital modulation techniques.
CO 2 Calculate the bit error rate for different digital modulation schemes
CO 3 Verify and simulate the coding technique in digital modulation schemes
64382 Digital Signal Processing Lab CO 1 Carry out a simulation of DSP systems
CO 2  Implement the FFT for various DSP applications
CO 3 Design IIR and FIR digital filters
CO 4 Implement multi-rate signal processing systems
CO 5 Implement DSP systems using DSP processor
68382 Advanced English Communication & Soft Skills Lab CO 1 Evolve as effective communicators.
CO 2 Emerge as decision makers, time managers and good negotiators.
CO 3 Gain proficiency in resume writing and requisite interview skills
CO 4 Collate ideas and information and organize them relevantly and coherently.
CO 5 Be empowered to use soft skills in the global context.
68381 Quantitative Ability Lab CO 1 Solve the problems using Number Systems, Percentages and Profit & Loss
CO 2 Solve the problems using Interest, Speed Time and Distance
CO 3 Solve the problems using Ratio and Proportion, Progressions and Inequality
CO 4 Solve the problems using Menstruation, Geometric, Clocks & Calendars questions
CO 5 Practice general problems in Placement, CAT and GRE etc. tests.
68351 Essence of Indian Knowledge Tradition CO 1 To gain a general idea of the vast Vedic literature and their content and to grasp the relevant concepts of the Vedas and appreciate its relevance in the modern world.
CO 2 Understand, connect up and explain basics of Indian Traditional Knowledge in Modern Scientific Perspective.
CO 3 Understand Yoga psychology as both a positive and a normative science and its contribution for a holistic health.
CO 4 Understand the views of our great philosophers to correlate their efforts toachieve unity in diversity.

B. Tech. IV Year I Semester Course Outcomes

64401

Microwave Engineering CO 1 Analyze the characteristics of rectangular waveguides and its coupling mechanisms
CO 2 Design waveguide components and analyze using S matrix
CO 3 Analyze different types of microwave tubes
CO 4 Analyze different types of microwave solid state devices
CO 5 Measure various waveguide parameters using microwave bench set up
64402

 

Satellite Communications CO 1 Analyze the basic concepts of satellite communication, orbital mechanics and launching
CO 2 Analyze the satellite subsystems and satellite antennas
CO 3 Analyze different multiple access schemes and satellite link design
CO 4 Understand satellite TV and digital broadcasting
CO 5 Understand the principle of GPS
64403 ASIC Design CO 1 Be familiar with ASIC designs
CO 2 Learn about library cell design, library architecture
CO 3 Understand different types of simulation, models and verification
CO 4 Learn about physical design, different CAD tools, their methods and algorithms
CO 5 Understand Floor Planning, Placement and Routing
64404 Digital Image Processing CO 1 Understand the basic concepts of a 2-D Image Processing system, Sampling and Quantization and gain the concepts regarding the use of different 2D Image transforms
CO 2 Understand the spatial domain and frequency domain filtering techniques, including point operations, masking, histogram modification, smoothing and sharpening filters
CO 3 Acquire the knowledge of the image degradation in the presence of noise, different noise models and different approaches to restore the image. Also analyzing colour image processing techniques
CO 4 Understand the need for image segmentation using local and global processing methods and analyze the use of morphological operations like opening, closing for preprocessing applications
CO 5 Understand the need for compression and evaluate the basic compression algorithms
64405 Internet of Things Architectures and Programming CO 1 Understand the concepts of IoT and its present developments
CO 2 Describe different IOT technologies and generic design methods
CO 3 Acquire knowledge about different software platforms and Infrastructure for IoT
CO 4 Know different IoT Devices for smart applications and control
CO 5 Know the use of cloud platforms and frameworks of IoT
64406 EMBEDDED REAL-TIME OPERATING SYSTEMS CO 1 Understand multitasking and different task level operations of RTOS
CO 2 Understand objects of the kernel in embedded systems applications
CO 3 Program for interrupts and exceptions in RTOS
CO 4 Differentiate architectures of different RTOS.
CO 5 Design an embedded system using RTOS
64407 COMMUNICATION NETWORKS CO 1 Understand basic switching and multiple access techniques used in communication networks.
CO 2 Analyze communication network protocols and standards.
CO 3 Understand the working of Intranet, LAN, WAN, MAN, LPWAN setup and different topologies (fundamental knowledge).
CO 4 Analyze the local and global impact of networks and gain familiarity with common networking protocols, algorithms and security issues in networks.
CO 5 Use the knowledge of network protocols and their performance in modelling communication networks
64408 SYSTEM ON CHIP ARCHITECTURE CO 1 Understand the basic level of a system on chip processor and architectures
CO 2 Design various processors by using parallel techniques
CO 3 Explore different types of memory architectures and their internal structures
CO 4 Design bus architectures by using peripheral specifications
CO 5 Design various encryption algorithms for DSP processors
64431 MICROWAVE ENGINEERING LAB CO 1 Measure attenuation, VSWR, scattering parameters of microwave components
CO 2 Perform antenna measurements
CO 3 Understand the characteristics of the Reflex Klystron and Gunn diode
64432 VLSI SYSTEM DESIGN LAB CO 1 Gain knowledge about design styles of various gates
CO 2 Understand the simulation and synthesis procedure of combinational circuits
CO 3 Develop the sequential circuit applications using Flip-Flops
CO 4 Draw layouts using various steps of the layout design process
CO 5 Design and implement digital and analog circuits under a full-custom design environment
64433 Technical Seminar – I CO 1 Face any type of interviews, viva-voce, and aptitude tests.
CO 2 Perform well in competitive exams and group discussions.
CO 3 Apply knowledge in building their career in particular fields.
CO 4 Enhance their communication skills and interactivity.
64434 Industry Oriented Mini Project CO 1 To offer students a glimpse into real world problems and Industrial challenges that need Electronics based solutions
CO 2 To introduce students to the vast array of literature available of the various research challenges in the field of ECE
CO 3 To create awareness among the students of the characteristics of several domain areas where ECE concepts can be effectively used.
CO 4 To enable students enhance the testing and debugging skills in a particular platform and create a solution for a problem
CO 5 To improve the team building, communication and management skills of the students.

B. Tech. IV Year II Semester Course Outcomes

64451

Radar Engineering CO 1 Understand the basic principles of how a Radar system works
CO 2 Identify the various Radar systems in existence, specify their applications and limitations and explain the principles of how they work
CO 3 Describe the most commonly used techniques in processing Radar signals
CO 4 Understanding the concepts of different Radar receivers
CO 5 Study of different filter characteristics used in Radar
64452

Adhoc Wireless Sensor Networks CO 1 Understand the principles of Mobile Adhoc Networks (MANETs) and distinguish them from infrastructure-based networks
CO 2 Understand various MAC and routing protocols functioning and their implications
CO 3 Classify various protocols for providing quality of service
CO 4 Understand the principles and characteristics of wireless sensor networks (WSNs)
CO 5 Understand the principles of MAC protocols
64453
Multirate Signal Processing CO 1 Understand the concepts of sample rate conversion techniques and its applications
CO 2 Learn the principles of polyphase filtering
CO 3 Design and implement the multi-channel perfect reconstruction filter bank systems
CO 4 Learn the design procedures for cosine modulated filter banks
CO 5 Apply Transmultiplexer filter banks in Communication applications
64454
Optical Fiber Communications CO 1 Define basic optical laws and fundamentals. Also, understand the fiber structures, associated design parameters, fiber materials, and Fiber manufacturing techniques
CO 2 Describe channel impairment like fiber losses and dispersion. Also, remember the fiber standards to utilize in-network design
CO 3 Classify the optical sources, explain their principles, properties and analyses power launching and coupling techniques for optical fibers
CO 4 Differentiate and explain the working of photodetectors. Also, able to calculate the system bandwidth, noise, probability of error and bitrate of a digital fiber system
CO 5 Explain the concept and component of wavelength division multiplexing. Also, skilful in the design of Passive Optical Networks (PON) along with SONET
64481 Technical Seminar – II CO 1 Face any type of interviews, viva-voce, and aptitude tests.
CO 2 Perform well in competitive exams and group discussions.
CO 3 Apply knowledge in building their career in particular fields.
CO 4 Enhance their communication skills and interactivity.
64482 Project Work CO 1 To apply knowledge of Electronics and Communication Engineering in designing solutions for real time problems.
CO 2 To perform data collection and review research literature.
CO 3 To use modern tools and research knowledge for developing products.
CO 4 To learn the ethical principles that leads to innovation and teamwork that is inline with Lifelong learning, Project management and cost-effective system design
CO 5 To develop presentation and communication skills.

 

B.Tech R18

POs-PSOs
PEOs
I year
II-I
II-II
III-I
III-II
IV-I
IV-II


Regulation 18: POs-PSOs

 

PROGRAM OUTCOMES (POs) Engineering Graduates will be able to:
PO1. Engineering knowledge: Apply the knowledge of mathematics, science, engineering fundamentals and an engineering specialization to the solution of complex engineering problems.
PO2. Problem analysis: Identify, formulate, review research literature, and analyze complex engineering problems reaching substantiated conclusions using first principles of mathematics, natural sciences, and engineering sciences.
PO3. Design/development of solutions: Design solutions for complex engineering problems and design system components or processes that meet the specified needs with appropriate consideration for the public health and safety, and the cultural, societal and environmental considerations.
PO4. Conduct investigations of complex problems: Use research-based knowledge and research methods including design of experiments, analysis and interpretation of data, and synthesis of the information to provide valid conclusions.
PO5. Modern tool usage: Create, select, and apply appropriate techniques, resources, and modern engineering and IT tools including prediction and modeling to complex engineering activities with an understanding of the limitations.
PO6. The engineer and society: Apply reasoning informed by the contextual knowledge to assess societal, health, safety, legal and cultural issues and the consequent responsibilities relevant to the professional engineering practice.
PO7. Environment and sustainability: Understand the impact of the professional engineering solutions in societal and environmental contexts, and demonstrate the knowledge of, and need for sustainable development.
PO8. Ethics: Apply ethical principles and commit to professional ethics and responsibilities and norms of the engineering practice.
PO9. Individual and team work: Function effectively as an individual, and as a member or leader in diverse teams, and in multidisciplinary settings.
PO10. Communication: Communicate effectively on complex engineering activities with the engineering community and with society at large, such as, being able to comprehend and write effective reports and design documentation, make effective presentations and give and receive clear instructions.
PO11. Project management and finance: Demonstrate knowledge and understanding of the Engineering and management principles and apply these to one’s own work, as a member and leader in a team, to manage projects and in multidisciplinary environments.
PO12. Life-long learning: Recognize the need for, and have the preparation and ability to engage in independent and life- long learning in the broadest context of technological change.
PSO1. Professional Skills: Apply the concepts off electronics and communication Engineering to solve problems in various areas like electronics, communication, signal processing, RF & microwave, VLSI, Embedded etc.
PSO2. Problem Solving Skills: Solve complex electronics and communication engineering problems using hardware and software tools.
PSO3. Skill Development: Apply verbal, reasoning, data interpretation, quantitative and communication skills to solve engineering problems.


Regulation 18: PEOs

 

PROGRAM EDUCATIONAL OBJECTIVES (PEOs)
1.                The graduates of the programme should be successful in professional career and/or higher education by acquiring the knowledge in the fundamentals of Electronics and Communication Engineering encompassing contemporary technologies and professional skills
2.                The graduates of the programme should be able to provide solutions to real life problems which are economical and socially acceptable
3.                The graduates of the programme should exhibit good communication skills and lead a team with human values and professional ethics by engaging in lifelong learning.


Regulation 18: I year

 

68101 English CO 1 Write coherent, unified, and complete sentences.
CO 2 Identify word meaning and know the use of familiar lexical items.
CO 3 Understand explicit and implicit information and draw inferences for the given task.
CO 4 Communicate according to place, relation and medium.
CO 5 Know, emphasize, conceptualize, comprehend, apply, synthesize, and evaluate the given text, and other authentic texts such as magazines/newspaper articles.
68102 Mathematics – I CO 1 Find rank of a matrix and solve a linear system of equations.
CO 2 Evaluate eigen values, eigen vectors and find the Modal matrix under a linear transformation.
CO 3 Evaluate surface areas and volumes of solids of revolution, Apply Mean value theorems in relevant engineering domains.
CO 4 Determine the convergence/divergence of a given infinite series.
CO 5 Find the extremum of a multi-variate function with or without constraints.
68104 Applied Physics CO 1 The concepts involving the physics of lasers, lasing action, construction and working of He-Ne laser, semiconductor laser and propagation of light through optical fibers.
CO 2 Schrodinger wave equation and its application, free electron models, formation of bands in solids and electron occupation in bands.
CO 3 Estimation of charge carrier concentration in semiconductors and understand the formation of pn junction, construction and characteristics of different diodes like rectifying, Zener & Tunnel diodes.
CO 4 Transistor current components, characteristics of CB, CE and CC configurations, also understand the construction, working and characteristics of JFET & MOSFET.
CO 5 The principles of nanotechnology, types of nanomaterials, synthesis: Top-down and bottom-up methods, characteri-zation: XRD, SEM & TEM.
65101 Problem Solving Through ‘C’ CO 1 Ability to understand programming concepts and analyze a problem, design a solution and develop an algorithm to solve it.
CO 2 Ability to modularize a problem and implement the solution using basic programming concepts, control statements and functions.
CO 3 Ability to evaluate the use of macros and implement solutions to complex problems using recursion and homogeneous data types.
CO 4 Ability to implement pointers for problems of relevance and use different dynamic memory allocation methods.
CO 5 Design and implement appropriate user defined structures to a given problem definition and apply various functions for processing files.
63102 Engineering Drawing CO 1 Know the Standard conventions, design scale for drawing engineering components and draw geometrical constructions.
CO 2 Apply fundamentals of theory of projections, and draw orthographic projections of points and lines in any position.
CO 3 Construct orthographic projections of simple planes and regular solids in any position.
CO 4 Draw sectional views and developments of various basic 3D objects.
CO 5 Construct isometric views and construct multi view drawings of simple and complex 3D objects.
68131 English Language and Communication Skills Lab – I CO 1 Emerge as good speakers and listeners
CO 2 Develop critical and analytical thinking.
CO 3 Write effectively.
CO 4 Develop effective presentation skills using the multimedia tools.
CO 5 Neutralize mother tongue
68134 Applied Physics Lab CO 1 Get an understanding of errors and their estimation in determination of Physical quantities.
CO 2 Get an understanding of the laws of physics associated with the experiments.
CO 3 Would develop skills in handling various kinds of laboratory instruments.
CO 4 Get awareness of the magnitudes of the different physical parameters and learn how to Present the observations and results at the end of an experiment.
CO 5 Get an understanding of the physical concepts involved in the experiments.
65131 Computer Programming Lab CO 1 Familiarity of programming environment in Linux operating system and to translate given algorithms to a working and correct program.
CO 2 Ability to interpret syntax errors as reported by the compilers and to be able to identify and correct logical errors encountered at run time using debuggers like GDB.
CO 3 Ability to write iterative as well as recursive programs.
CO 4 Ability to represent data in arrays, pointers, strings and structures and manipulate them through a program and use them in defining self-referential structures or structures or designing a user defined data type.
CO 5 Ability to implement file processing functions and be able to store, retrieve and process data in text and binary formats.
63131 Engineering Workshop CO 1 Acquire skills of basic engineering trades like Carpentry, Tin smithy etc.
CO 2 Demonstrate an understanding of and comply with workshop safety regulations.
CO 3 Identify and use marking out tools, hand tools, measuring equipment and to work to prescribed tolerances.
CO 4 Apply the knowledge of the above trades in their day –to – day activities.
CO 5 Select appropriate equipment and consumables for required applications.
68152 Mathematics – II CO 1 Solve the first order O.D.E and appreciate their applications
CO 2 Solve higher order O.D.E and appreciate their applications in engineering problems
CO 3 Evaluate double and triple integrals and apply them in engineering problems
CO 4 Evaluate the line, surface and volume integrals and converting them from one to another
CO 5 Solve first order linear and non-linear P.D.E
68156 Environmental Science CO 1 Define the concepts of ecosystem and emphasize the importance of biodiversity and its conservation.
CO 2 Gain knowledge on natural resources and advantages and disadvantages on renewable energy sources and technologies.
CO 3 Develop awareness on pollution control technologies and global atmospheric changes.
CO 4 Emphasize the importance of Environmental impact assessment and green technologies.
CO 5 Understand about Environmental legislation and the concept of Sustainable development.
68153 Computational Mathematics CO 1 Find the real roots of Algebraic and Transcendental equations.
CO 2 Understand interpolation and obtain approximate solutions for evenly and unevenly spaced data.
CO 3 Fit a given data to a linear/non-linear curve and appreciate the concepts of numerical differentiation and integration.
CO 4 Develop the skill of finding approximate solutions to problems arising in first order initial value problems in differential equations.
CO 5 Find finite difference solutions of certain P.D.E.
68155 Engineering Chemistry CO 1 Rationalise periodic properties such as ionization potential, electron affinity, oxidation states and electronegativity.
CO 2 Understanding the importance of EMF, corrosion and treatment of water.
CO 3 List major chemical reactions that are used in the synthesis of molecules.
CO 4 Analyze microscopic chemistry in terms of atomic and molecular orbitals and intermolecular forces.
CO 5 Would develop ability to handle situations involving problems associated with chemical substances in engineering situations.
65151 Data Structures Thtrough ‘C’ CO 1 Understand basic concepts, Design and implement linear data structures such as linked lists, stacks, queues by using C as the programming language using static or dynamic implementations.
CO 2 Able to understand and analyze, differentiate and implement elementary algorithms: sorting, searching and hashing and will also be able to compare and contrast algorithms with respect to time and space complexity.
CO 3 Able to implement nonlinear data structures like trees and graphs and apply appropriate data structures to designing solutions to real world complex problems.
CO 4 Demonstrate sound understanding of graph traversals and ability to implement various algorithms on graphs and interpret the results.
CO 5 Ability to implement hashing techniques for storing and searching efficiently.
68181 English Language and
Communication Skills Lab – II
CO 1 Evolve as effective communicators and will develop narrative skills
CO 2 Emerge as decision makers and autonomous learners
CO 3 Develop critical and analytical skills
CO 4 Gather ideas and information, and organize them coherently.
CO 5 Develop leadership and team building skills.
68183 Computational Mathematics Lab CO 1 Write a program to find real roots of Algebraic and Transcendental equations
CO 2 Write a program to determine functional value at any given intermediate point of the given data for an unknown function by interpolation
CO 3 Write a program for a best fit curve by Least Squares method for a given set of data points
CO 4 Write a program for numerical integration by Trapezoidal, Simpson‟s 1/3 and 3/8 rules
CO 5 Write a program to find the value of the solution of a given first order initial value problem of O.D.E
CO 6 Write a program to find the value of the solution One-dimensional Heat equation and two-dimensional Laplace equation
68185 Engineering Chemistry Lab CO 1 Estimate rate constants of reactions from concentration of reactants/products as a function of time.
CO 2 Measure molecular/system properties such as surface tension, viscosity, conductance of solutions, redox potentials, absorbance.
CO 3 Understand the concepts of distribution and adsorption phenomena.
CO 4 Synthesize a small drug molecule.
CO 5 Develop analytical skills and learn how to analyze and present results of an experiment.
65181 Data Structures Thtrough ‘C’ Lab CO 1 Understand basic data structures such as arrays, linked lists, stacks and queues.
CO 2 Ability to interpret syntax errors as reported by the compilers and to be able to identify and correct logical errors encountered at run time using debuggers like GDB.
CO 3 Apply Algorithm for solving problems like sorting, searching, insertion and deletion of data.
CO 4 Solve problems involving graphs, trees and heaps.
CO 5 Apply Hashing techniques for efficient storage and retrieval of data.
67181 IT Workshop Lab CO 1 Identify the peripherals of PC, assemble and disassemble PC components.
CO 2 Install the System software MS Windows, Linux and required device drivers.
CO 3 Work with productivity tools for Word Processing, Spread Sheet and Presentations along with Designing basic Web Pages.
CO 4 Understand the main features of the SCILAB program development environment to enable their usage in higher learning.
CO 5 Interpret and visualize simple mathematical functions and operations using plots or display.


Regulation 18: II-I

 

 
1 64201 Electronic Circuits-I Analyze different rectifier circuits with and without filters.
  Analyze clippers, clampers, RC circuits and comparator circuits.
  Analyze different biasing circuits for BJTs and FETs
  Analyze different small signal BJT amplifiers at low frequencies.
  Analyze different small signal BJT amplifiers at high frequencies and analyze different single stage JFET amplifiers.
2 64202 Signals and Systems CO 1 : Characterize and analyze the properties of continuous and discrete time signals and systems. To apply the knowledge of linear algebra topics like vector space, basis, inner product, norm and orthogonal basis to signals. dimension,
  CO 2 : Represent continuous signals and systems in the Frequency domain using Fourier Series and Fourier transform.
  CO 3 : Understand the filter characteristics of LTI systems, correlation and the concept of sampling and reconstruction of analog signals.
  CO 4 : Apply the Laplace transforms to analyze continuous-time signals and systems.
  CO 5 : Apply Z- transforms to analyze discrete-time signals and systems.
3 64203 Digital Logic Design CO 1 : Perform number system conversions, binary arithmetic and simplify Boolean functions.
  CO 2 : Design various combinational logic circuits.
  CO 3 : Design and analyze various synchronous sequential logic circuits.
  CO 4 : Understand various digital logic families and semiconductor memories.
  CO 5 : Implement logic functions using PLDs, prepare ASM charts.
4 68202 Mathematics – III CO1 : Develop the skill of evaluating Laplace and Inverse Laplace transform of functions which are required to solve linear systems under initial conditions.
  CO2 : Develop the skill of evaluating Fourier transform offunctions which are required to solve Partial Differentialequations under given conditions.
  CO3 : Understand the concepts of analyticity and integration of complex functions, construction of analytic functions if apart of it is known.
  CO4 : Evaluate integrals using Cauchy’s Integral formulae arounda simple closed contour.
  CO5 : Find the Taylor’s and Laurent’s series expansion of complexfunctions and to evaluate contour integrals using Residue theorem.
5 62205 Fundamentals of Electrical Engineering CO 1 : Apply knowledge of mathematics, science, and engineering to the analysis and design of electrical circuits.
  CO 2 : Solve the complex AC and DC electric circuits by applyingthe suitable principles.
  CO 3 : Understand the concept and applications of Resonance and able to solve the problems using various network theorems
  CO 4 : Apply the concepts of two port network parameters and transient response of electrical circuits in the real time applications.
  CO 5 : Acquire sufficient knowledge about the basic principles of various Electrical Machines.
6 64231 Electronic Circuits-I Lab CO 1 : Design and analyze different rectifier circuits with and without filters
  CO 2 : Design and analyze clippers, clampers and RC circuits
  CO 3 : Design biasing circuits for BJTs
  CO 4 : Design and analyze different small signal BJT, JFET amplifiers at low frequencies
  CO 5 : Use diode and transistor for different applications
7 64232 Basic Simulation Lab CO 1 : Simulate generation and operation of different types of signals and systems.
  CO 2 : Apply transform techniques for the analysis of signals
  CO 3 : Simulate convolution, correlation and spectral densities of deterministic signals.
  CO 4 : Simulate response of LTI system for various input signals.
  CO 5 : Determine the stability of the systems using pole-zero plots in s-domain and z-domain using simulation.
8 64233 Digital Logic Design Lab CO 1 : Design and implement various combinational circuits using logic gates.
  CO 2 : Design and implement various sequential circuits.


Regulation 18: II-II

 

64251 Linear Control Systems CO 1 : Understand concept of control systems and different methods to find transfer function of a system
CO 2 : Understand system transient and steady state response and their specifications
CO 3 : Analyze the system stability time domain and frequencydomain.
CO 4 : Design controller units and compensators
CO 5 : Analyze system considering Initial conditions
64252 Electromagnetic Theory and Transmission Lines CO 1 : Solve electrostatic problems.
CO 2 : Solve magnetostic problems.
CO 3 : Apply Maxwell’s equations to solve electromagnetic problems.
CO 4 : Analyze the behaviour of uniform plane wave propagation in various media and at the boundaries of different media.
CO 5 : Analyze and design transmission lines for variousapplications through calculations and Smith chart.
64253 Electronic Circuits – II CO 1 : Analyze multistage amplifiers using BJT and FET
CO 2 : Analyze feedback amplifiers using different feedback topologies.
CO 3 : Analyze LC and RC oscillators.
CO 4 : Analyze power amplifiers with different conduction angle
CO 5 : Analyze tuned amplifiers with different resonance circuits
64254 Computer Organization and Architecture CO 1 : Understand the major components of computer system including CPU, memory and I/O.
CO 2 : Familiar with data representation, addressing modes and instruction set of a computer.
CO 3 : Perform computer arithmetic operations and under control unit operations.
CO 4 : Understand the organization of memory and memory management hardware.
CO 5 : Understand the concepts of pipelining and I/O organization
CO 6 : Design an interconnection networks and multiprocessors
64255 Probability Theory and Stochastic Processes CO 1 : Perceive the various probability concepts, and theorems.
CO 2 : Apply the concepts of various random variables to model random experiments.
CO 3 : Evaluate the statistical operations performed on single and multiple random variables.
CO 4 : Evaluate temporal and spectral characteristics of random process.
CO 5 : Analyze the performance of communication systems with random inputs.
64281 Linear Control Systems Lab CO 1 : Measure resistance, capacitance and inductance.
CO 2 : Analyze the characteristics of servo motors and synchros.
CO 3 : Analyze the effect of feedback and compensation techniques in control systems.
64282 Electronic Circuits-II Lab CO 1 : Design and analyze multi stage amplifiers using BJTs and FETs.
CO 2 : Design and analyze feedback amplifiers using different topologies.
CO 3 : Design and analyze RC and LC oscillators.
CO 4 : Design and analyze power amplifiers with different conduction angles.
CO 5 : Design and analyze Tuned amplifiers.
62284 Electrical Engineering Lab CO 1 : Verify the network theorems practically and can apply wherever is necessary in the circuit analysis.
CO 2 : Understand about phenomenon of resonance and study the response of series and parallel resonant circuits.
CO 3 : Verify the two port network parameters practically.
CO 4 : Determine the efficiency of a transformer.
CO 5 : Analyze the magnetization characteristics of dc shunt generator.
68281 Verbal Ability Lab CO 1 : Students will be empowered in English language skills and meet the demands of the global work environment.
CO 2 : A Students will have enriched vocabulary.
CO 3 : Students will be proficient in answering reasoning based questions.
CO4 : Students will develop the ability to write grammatically correct sentences.
CO5 : Students will enhance their professional writing skills through business letters.
68282 Gender Sensitization CO 1 : Students will have developed a better understanding of important issues related to gender in contemporary India.
CO 2 : Students will be sensitized to basic dimensions of the biological, sociological, psychological and legal aspects of gender. This will be achieved through discussion of materials derived from research, facts, everyday life, literature and film.
CO 3 : Students will attain a finer grasp of how gender discrimination works in our society and how to counter it.
CO 4 : Students will acquire insight into the gendered division of labour and its relation to politics and economics.
CO 5 : Men and women students and professionals will be better equipped to work and live together as equals.
CO 6 : Students will develop a sense of appreciation of women in all walks of life.
CO 7 : Through providing accounts of studies and movements as well as the new laws that provide protection and relief to women, the textbook will empower students to understand and respond to gender violence.


Regulation 18: III-I

 

64301 Analog Communications CO 1: Understand the basic communication system fundamentals, various modulation and demodulation techniques.
CO 2 : Describe various carrier suppression modulation and demodulation techniques.
CO 3 : Classify the angle modulation techniques, explain their principles of generation and detection, properties and analyses of angle modulated waves.
CO 4 : Analyze the effect of noise on different types of analog communication systems.
Understand the concept of radio receivers. Also, explain the concept of thesampling process and various pulse modulation techniques.
64302 Antennas and Wave Propagation CO 1 : Understand the antenna parameters and design linear wire antenna
CO 2 : Design antenna arrays for desired antenna characteristics
CO 3 : Design helical, reflector, horn and microstrip antennas
CO 4 : Understand antenna measurement techniques
CO 5 : Understand different modes of wave propagation
64303 Linear IC Applications CO 1 : Understand the basics of OP-AMP 741 IC and analyze op-amp circuits
CO 2 : Infer the DC and AC characteristics of operational amplifiers & its effect on the output.
CO 3 : Design linear applications using the op-amp
CO 4 : Analyze and design oscillator and comparator circuits
CO 5 : Design multivibrators circuits using 555 Timer, Classify and comprehend the working principle of data converters
64304 Microprocessors and Microcontrollers CO 1 : Understand the architecture and organization of 8086.
CO 2 : Explore the internal architecture of 8051 and to create ready to run programs using 8051 assemblers.
CO 3 : Understand basic embedded C programming and working of timers/counters to develop microcontroller-based systems.
CO 4 : Describe the serial communication feature of 8051 and how to write interrupt handler programs.
CO 5 : Interface real-world devices such as LCDs, Keyboards, ADC and DAC with 8051
64305 Biomedical Electronics CO 1 : Know the electrical activity in the human body and different type of transducers
CO 2 : Analyze the bio-signal and different types of amplifiers
CO 3 : classify the different types of bio-signal recording systems
CO 4 : Understand the working principle of various specialized medical equipment
CO 5 : Understand the advanced techniques used in biomedical instrumentation
64306 Digital Modeling Using HDL CO 1 : Understand the capabilities of HDLs and learn Verilog constructs.
CO 2 : Differentiate and write circuit descriptions in gate level and data flow modelling styles.
CO 3 : Describe circuits using behavioural modelling and write test benches for simulation.
CO 4 : Describe circuits at transistor level using switch-level modelling and learn to use UDPs.
CO 5 : Understand delay models in Verilog and learn synthesis aspects.
64307 Electronic Measurements and Instrumentation CO 1 : Know the usage of various measuring instruments, minimize errors associated and evaluate their performance characteristics.
CO 2 : Design bridge circuits and evaluate resistance, inductance, capacitance, voltage, current, power factor and energy.
CO 3 : Generate various types of signals and measure physical quantities of signal
CO 4 : Measure amplitude, frequency and phase of waveform with an oscilloscope
CO 5 : Select appropriate passive or active transducers for measurement of strain, displacement, velocity, angular velocity, temperature and pressure.
64331 Analog Communications Lab CO 1 : Implement and analyze different analog communication systems.
CO 2 : Understand the significance of sampling theorem.
CO 3 : Understand multiplexing concepts.
64332 Linear IC Applications Lab CO 1 : Analyze and design different circuits using OP-AMP 741 IC
CO 2 : Analyze and design different circuits using Timer 555 IC
CO 3 : Analyze and design PLL Applications and converters
64333 Microcontrollers Lab CO 1 : Implement the Assembly Language Programs to perform various operations in 8051 Micro-Controller.
CO 2 : Implement time delay between the events by programming the timers/interrupts in 8051 Micro-Controller.
CO 3 : Transmit the message serially at different baud rates using UART operation in 8051 Micro-Controller.
CO 4 : Interface various I/O Devices like DC Motor, LCD & LED to 8051 Micro-Controller
CO 5 : Interface various I/O Devices like Keyboard, LCD, 7-Segment Display and DC Motor, Stepper Motor and Servo Motor to development boards.
68332 Effective Technical Communication Lab CO 1 : Attain proficiency in features of Technical communication
CO 2 : Develop expertise in reading skills
CO 3 : Use English language appropriately to write effective reports, e-mails, notes and summaries.
CO 4 : Become proficient in Analytical and Critical Thinking Skills
CO 5 : Be empowered to use English language effectively in Technical Communication
68302 Universal Human Values CO1 : Understand the significance of values, distinguish between values and skills.
CO2 : Apply the concept of happiness and prosperity to set the goals in life.
CO3 : Evaluate the current scenario in the society, in a right manner.
CO4 : Distinguish between the needs of the self and body through principles of co-existence.
CO5 : Understand the value of harmonious relationship based on trust, respect and other naturally acceptable feelings in human-human relationships.
CO6 : Understand the harmony in nature and existence, and work out their mutually fulfilling participation in the nature.


Regulation 18: III-II

 

64351 Digital Communications CO 1 : Understand the baseband data transmission techniques. Describe the quantization process, completing the transition from analog to digital and multiplexing techniques.
CO 2 : Describe the concepts of band-pass digital modulation techniques and understandthe signal space diagrams of various digital modulation techniques.
CO 3 : Calculate the bit error performance of various digital modulation techniques. Also, able to describe optimum detection of the digital signals of different modulation techniques in the presence of noise and skilful in the design of equalizers.
CO 4 : Explain the information theory and able to do source and entropy coding. Differentiate and explain various discrete channels.
CO 5 : Understand the concept of channel coding. Also, skilful in carrying out the error detection and correction techniques in channel coding.
64352 Digital Signal Processing CO 1 : Understand the various operations on discrete-time signals & systems.
CO 2 : Apply DFT and FFT on discrete-time signals.
CO 3 : Realize the various Structures for Digital Filters.
CO 4 : Analyze and design an IIR digital filter.
CO 5 : Analyze and design an FIR digital filter.
64353 VLSI System Design CO 1 : Familiarize with the basics of MOSFET and different IC fabrication technologies
CO 2 : Understand the electrical properties of MOS and CMOS circuits.
CO 3 : Develop layouts for NMOS, CMOS logic circuits and learn the design flow
CO 4 : Analyze and design various CMOS combinational and sequential circuits
CO 5 : Understand the concept of memory implementation and the need for testing
68352 Managerial Economics and Financial Analysis CO 1 : Familiarize with the fundamentals of Economics such as Demand function, Law of demand, Elasticity of demand and Demand Forecasting methods etc.
CO 2 : Evaluate Economies of Scale and the Break-Even Point of the business activity.
CO 3 : Understand the different Market Structures and Macro Economic concepts.
CO 4 : Able to understand the accounting system and preparation of Final Accounts.
CO 5 : Analyze Accounting Statements like Income Statement and Balance Sheet to understand financial performance of the business.
64354 Advanced Microcontrollers CO 1 : Examine the architecture and registers of AVR microcontroller
CO 2 : Familiarize instruction set of AVR microcontroller and write programs in assembly language.
CO 3 : Explore the On-chip peripherals of AVR microcontroller
CO 4 : Explore the internal architecture of PIC microcontroller and create ready to run programs using assembly language.
CO 5 : Explore the On-chip peripherals of PIC microcontroller
64355 FPGA Architectures and Applications CO 1 : Understand the FPGA architectures
CO 2 : Understand types of FPGA interconnecting technologies
CO 3 : Know different FPGA vendors architecture and their applications
CO 4 : Develop the capability of logic expression using anti-fuse FPGA such as ACTEL FPGAs.
CO 5 : Understand the design applications using FPGA
64356 Wireless Communications CO 1 : Understand the fundamentals of mobile and cellular communications, system design and cell capacity.
CO 2 : Understand the large-scale path loss in mobile radio propagation
CO 3 : Model the fading effects in multipath environment
CO 4 : Understand different types of equalizers and diversity techniques
CO 5 : Acquire knowledge on multiple access techniques
64381 Digital Communications Lab CO 1 : Implement and analyze basic digital modulation techniques
CO 2 : Calculate the bit error rate for different digital modulation schemes
CO 3 : Verify and simulate the coding technique in digital modulation schemes
64382 Digital Signal Processing Lab CO 1 : Carry out a simulation of DSP systems
CO 2 : Implement the FFT for various DSP applications
CO 3 : Design IIR and FIR digital filters
CO 4 : Implement multi-rate signal processing systems
CO 5 : Implement DSP systems using DSP processor
68382 Advanced English Communication & Soft Skills Lab CO 1 : Evolve as effective communicators.
CO 2 : Emerge as decision makers, time managers and good negotiators.
CO 3 : Gain proficiency in resume writing and requisite interview skills
CO 4 : Collate ideas and information and organize them relevantly and coherently.
CO 5 : Be empowered to use soft skills in the global context.
68381 Quantitative Ability Lab CO 1: Solve the problems using Number Systems, Percentages and Profit & Loss
CO 2: Solve the problems using Interest, Speed Time and Distance
CO 3: Solve the problems using Ratio and Proportion, Progressions and Inequality
CO 4: Solve the problems using Menstruation, Geometric, Clocks & Calendars questions
CO 5: Practice general problems in Placement, CAT and GRE etc. tests
68351 Essence of Indian Knowledge Tradition CO 1 : To gain a general idea of the vast Vedic literature and their content and to grasp the relevant concepts of the Vedas and appreciate its relevance in the modern world.
CO 2 : Understand, connect up and explain basics of Indian Traditional Knowledge in Modern Scientific Perspective.
CO 3 : Understand Yoga psychology as both a positive and a normative science and its contribution for a holistic health.
CO 4 : Understand the views of our great philosophers to correlate their efforts toachieve unity in diversity.


Regulation 18: IV-I

 

64401 Microwave Engineering Analyze the characteristics of rectangular waveguides and its coupling mechanisms
Design waveguide components and analyze using S matrix
Analyze different types of microwave tubes
Analyze different types of microwave solid state devices
Measure various waveguide parameters using microwave bench set up
64402 Satellite Communications Analyze the basic concepts of satellite communication, orbital mechanics and launching
Analyze the satellite subsystems and satellite antennas
Analyze different multiple access schemes and satellite link design
Understand satellite TV and digital broadcasting
Understand the principle of GPS
64403 ASIC Design Be familiar with ASIC designs
Learn about library cell design, library architecture
Understand different types of simulation, models and verification
Learn about physical design, different CAD tools, their methods and algorithms
Understand Floor Planning, Placement and Routing
64404 Digital Image Processing Understand the basic concepts of a 2-D Image Processing system, Sampling and Quantization and gain the concepts regarding the use of different 2D Image transforms
Understand the spatial domain and frequency domain filtering techniques, including point operations, masking, histogram modification, smoothing and sharpening filters
Acquire the knowledge of the image degradation in the presence of noise, different noise models and different approaches to restore the image. Also analyzing colour image processing techniques
Understand the need for image segmentation using local and global processing methods and analyze the use of morphological operations like opening, closing for preprocessing applications
Understand the need for compression and evaluate the basic compression algorithms
64405 Internet of Things Architectures and Programming Understand the concepts of IoT and its present developments
Describe different IOT technologies and generic design methods
Acquire knowledge about different software platforms and Infrastructure for IoT
Know different IoT Devices for smart applications and control
Know the use of cloud platforms and frameworks of IoT
64406 EMBEDDED REAL-TIME OPERATING SYSTEMS Understand multitasking and different task level operations of RTOS
Understand objects of the kernel in embedded systems applications
Program for interrupts and exceptions in RTOS
Differentiate architectures of different RTOS
Design an embedded system using RTOS
64407 COMMUNICATION NETWORKS Understand basic switching and multiple access techniques used in communication networks.
Analyze communication network protocols and standards.
Understand the working of Intranet, LAN, WAN, MAN, LPWAN setup and different topologies (fundamental knowledge).
Analyze the local and global impact of networks and gain familiarity with common networking protocols, algorithms and security issues in networks.
Use the knowledge of network protocols and their performance in modelling communication networks
64408 SYSTEM ON CHIP ARCHITECTURE Understand the basic level of a system on chip processor and architectures
Design various processors by using parallel techniques
Explore different types of memory architectures and their internal structures
Design bus architectures by using peripheral specifications
Design various encryption algorithms for DSP processors
64431 MICROWAVE ENGINEERING LAB Measure attenuation, VSWR, scattering parameters of microwave components
Perform antenna measurements
Understand the characteristics of the Reflex Klystron and Gunn diode
64432 VLSI SYSTEM DESIGN LAB Gain knowledge about design styles of various gates
Understand the simulation and synthesis procedure of combinational circuits
Develop the sequential circuit applications using Flip-Flops
Draw layouts using various steps of the layout design process
Design and implement digital and analog circuits under a full-custom design environment
64433 Technical Seminar – I Face any type of interviews, viva-voce, and aptitude tests.
 Perform well in competitive exams and group discussions.
Apply knowledge in building their career in particular fields.
Enhance their communication skills and interactivity.
64434 Industry Oriented Mini Project C01: To offer students a glimpse into real world problems and Industrial challenges that need Electronics based solutions
C02: To introduce students to the vast array of literature available of the various research challenges in the field of ECE
C03: To create awareness among the students of the characteristics of several domain areas where ECE concepts can be effectively used.
C04: To enable students enhance the testing and debugging skills in a particular platform and create a solution for a problem
C05: To improve the team building, communication and management skills of the students


Regulation 18: IV-II

 

64451 Radar Engineering Understand the basic principles of how a Radar system works
Identify the various Radar systems in existence, specify their applications and limitations and explain the principles of how they work
Describe the most commonly used techniques in processing Radar signals
Understanding the concepts of different Radar receivers
Study of different filter characteristics used in Radar
64452 Adhoc Wireless Sensor Networks Understand the principles of Mobile Adhoc Networks (MANETs) and distinguish them from infrastructure-based networks
Understand various MAC and routing protocols functioning and their implications
Classify various protocols for providing quality of service
Understand the principles and characteristics of wireless sensor networks (WSNs)
Understand the principles of MAC protocols
64453 Multirate Signal Processing Understand the concepts of sample rate conversion techniques and its applications
Learn the principles of polyphase filtering
Design and implement the multi-channel perfect reconstruction filter bank systems
Learn the design procedures for cosine modulated filter banks
Apply Transmultiplexer filter banks in Communication applications
64454 Optical Fiber Communications Define basic optical laws and fundamentals. Also, understand the fiber structures, associated design parameters, fiber materials, and Fiber manufacturing techniques
Describe channel impairment like fiber losses and dispersion. Also, remember the fiber standards to utilize in-network design
Classify the optical sources, explain their principles, properties and analyses power launching and coupling techniques for optical fibers
Differentiate and explain the working of photodetectors. Also, able to calculate the system bandwidth, noise, probability of error and bitrate of a digital fiber system
Explain the concept and component of wavelength division multiplexing. Also, skilful in the design of Passive Optical Networks (PON) along with SONET
64481 Technical Seminar – II Face any type of interviews, viva-voce, and aptitude tests.
 Perform well in competitive exams and group discussions.
Apply knowledge in building their career in particular fields.
Enhance their communication skills and interactivity.
64482 Project Work To apply knowledge of Electronics and Communication Engineering in designing solutions for real time problems.
To perform data collection and review research literature.
To use modern tools and research knowledge for developing products.
To learn the ethical principles that leads to innovation and teamwork that is inline with Lifelong learning, Project management and cost-effective system design
To develop presentation and communication skills.


 

M.Tech ES R15

43101                                     EMBEDDED SYSTEMS DESIGN

(Core Course I)

 Course Outcome: At the end of the course, Student will be able

CO1: To compare Embedded system design models using different processor technologies (single-purpose, general-purpose, application specific processors)

CO2: To describe and compare the various types of peripherals used in embedded systems

CO3: To apply Embedded Firmware Design Approaches and Development methodologies

CO4: To use modern engineering tools necessary for integrating software and hardware components in embedded system designs

CO5: To understand the real time operating system concepts and inter process communication

43102

EMBEDDED C

(Core Course II)

 Course Outcome: At the end of the course, Student will be able

CO1: To select a processor based microcontrollers on its architecture for any application of an embedded system

CO2: To understand the programming concepts for rabbit core embedded systems using dynamic

CO3: To Analyze the Programming concepts for larger application embedded projects

CO4: To compute the delays using timers and counters internally or externally in real time operating system embedded projects

CO5: To analyze the software development tools for an embedded systems

 43103

MICROCONTROLLERS FOR EMBEDDED SYSTEM DESIGN

(Core Course III)

 Course Outcomes: At the end of the course, student will be able

CO1: To acquire the knowledge of ARM processor architecture and various ARM Processor Families

CO2: To become competent in ARM Addressing Modes and Instruction set

CO3: To acquire skill in THUMB state and its instruction set

CO4: To write efficient code in high level language and Assembly language for ARM Processor core

CO5: To examine various cache memory technologies that surrounds ARM cores

CO6: To acknowledge about various memory management units

43104                                       SENSORS AND ACTUATORS

(Core Elective –I)

Course Outcomes: At the end of the course, student will be able

CO1: To know the fundamental physical and technical base of sensors and actuators

CO2: To know the different types of sensors, and its parameters

CO3: To describe the basic laws and phenomena that define behavior of radiation and electronics surface analyze various premises, approaches, procedures and results related to sensors and actuators

CO4: To apply their knowledge on different applications of sensors

CO5: To understand the operations of different types actuators

 45111

ADVANCED COMPUTER ARCHITECTURE

(Core Elective -I)

Course Outcome: At the end of the course, student will be able

 CO1: To understand the design blocks in a computer system and memory modules

CO2: To analyze the performance of the RISC processors by pipelining approach

CO3: To execute the instructions in parallel by customizing and scheduling

CO4: To understand multi-processor architecture and its memory modules

CO5: To understand the interconnectivity between processors in a network

 43105

CPLD AND FPGA ARCHITECTURES AND APPLICATIONS

(Core Elective -I)

Course Outcomes: At the end of the course, student will be able

CO1: To understand the difference between FPGA and CPLD architectures

CO2: To understand all types FPGA interconnecting technologies

CO3: To know different FPGA vendors architecture and their applications

CO4: To develop the capability of logic expression using Anti fuse FPGA such as ACTEL FPGAs

CO5: To design, Counters, Accumulators, other applications using FPGA technology

45103

ADVANCED OPERATING SYSTEMS

(Core Elective -II)

Course Outcome: At the end of the course, student will be able

CO1: To evaluate the necessary modules for an operating system and implement in the program

CO2: To understand file system and customize the blocks desired for an embedded system

CO3: Inter-process communication problems will be solved and various algorithms will be developed for synchronization, scheduling and memory management issues

CO4: Requirement of high-end systems which are multicore will be deployed to enhance the features and evaluate

CO5: Protocols and Techniques are used to communicate between multiple workstations

43106

SIMULATION & MODELING SYSTEM

(Core Elective -II)

Course Outcome: At the end of the course, student will be able

 CO1: To understand the basic simulation and modeling methods

CO2: To study the statistical properties of generator

CO3: To understand the different random processes

CO4: To know the optimization techniques on system

CO5: To develop software simulation and building simulation models on systems

 43107

VLSI TECHNOLOGY AND DESIGN

(Core Elective -II)

Course Outcomes: At the end of the course, student will be able

CO1: Knowing the basic concepts liking sizing threshold voltages in different MOS circuits

CO2: Designing/Drawing the layouts of all logic gates & various MOSFET’s by using scalable design rules

CO3: Knowing the methods to find delays, power utilized by using different methods of testing

CO4: Designing different memory cells & arrays finding different faults by conducting different testing methods

CO5: Analysis & procedure of back end process in FPGA & ASIC field

 48101

INNOVATION AND ENTREPRENEURSHIP

Open Elective-I

(Common to All Branches)

Course Outcomes:

By the end of the course, the students are able to:

CO-1: Apply innovative tools for entrepreneurship

CO-2: Apply models and theories of entrepreneurship and innovation to real life examples at the individual, organizational and institutional levels

CO-3: Assess and evaluate new venture opportunities, conceptually and through the preparation of an opportunity assessment.

CO-4: Develop a comprehensive and well structured business plan for a new venture

CO-5: Demonstrate the documentation process for starting an enterprise

 48102

PROJECT MANAGEMENT

Open Elective-I

(Common to All Branches)

Course Outcomes:

CO 1: Students gain the knowledge in project management tools and techniques for successful planning and execution of Projects.

CO 2: Equipped with the ability to explore the new project proposals and assessing the potential risks and profitability associated with the proposals

48103

FUNDAMENTALS OF MARKETING

Open Elective-I

(Common to All Branches)

Course Outcomes:

On successful completion of this unit, students will be able to:

CO-1: Demonstrate a broad understanding of the major conceptual and theoretical principles upon which the practice of marketing is based.

CO-2: Demonstrate a general understanding of marketing management tasks and of how marketing fits into the organisational environment and interacts with diverse environments

CO-3: Identify and evaluate secondary research from a variety of sources. As a reflective and critical thinker, use this research information to apply marketing concepts and principles to propose ethical, creative solutions to a range of marketing related problems that arise in business contexts

CO-4: Appropriately communicate marketing ideas in written and oral form. This includes presentations, case studies, and reports using reference materials

 43131

EMBEDDED SYSTEMS LAB-I

Instruction       : 3 periods /week                                 Sessional marks                       : 30

 Course Outcome: At the end of the course, Student will be able

CO1: To get the knowledge about the concepts and methods of embedded system software programmes using embedded C language.

CO2: To analyze the results of timers and timing simulations and to use these simulation results to debug on 8051.

CO3: Students will have the knowledge through hands-on experimentation the Keil tools for 8051 design as well as the basics of interfaces, simulate and implement the embedded systems.

CO4: To Develop the RTOS based programmes on 8051 microcontroller board.

CO5: To analyze the Concepts of external interfaces with 8051 microcontroller board.

 43201

 EMBEDDED REAL TIME OPERATING SYSTEMS

(Core Course IV)

 Course Outcome: After successful completion of the course, students should be able to

CO1: To understand Embedded Real Time software that is needed to run embedded systems

CO2: To understand open source RTOS and their usage

CO3: To be Able to visualize various subsystem modules that can be built using RTOS system calls

CO4: To understand how to build a system with Universal I/O Calls and other System Calls

CO5: To understand how to configure kernel and RTOS Subsystem

43202

HARDWARE/SOFTWARE CO-DESIGN

(Core Course V)

Course Outcomes: At the end of the course, Student will be able

CO1: To understand co-design models to design different architectures by using co-design languages

CO2: To aware of various prototyping devices and target architectures

CO3: To understand the design modern embedded compilation tools

CO4: To differentiate the co-design verification at different stages of co-design methodology

CO5: To develop co-design systems using multi-language system level specifications

43203                         DIGITAL SIGNAL PROCESSORS AND ARCHITECTURES

(Core Course VI)

Course Outcomes: At the end of the course, student will be able

CO1: To demonstrate sufficient understanding of theory of digital signal processing and architectures

CO2: To deliver different basic blocks of DSP architectures

CO3: To Present the architectural features of TMS320C54xx series DSP system

CO4: To know the DSP architectures from different vendors including 2100, 2181, blackfin processors

CO5: To understand the interfacing techniques to memory, I/Os, ADCs, DACs

43204

NETWORK SECURITY AND CRYPTOGRAPHY

(Core Elective – III)

Course Outcomes: At the end of the course, Student will be able

CO1: To use different cryptography algorithms in embedded system applications

CO2: To differentiate about IP security and web security

CO3: To get knowledge on Number Theory

CO4: To learn about Hash and Mac Algorithms and Authentication Applications

CO5: To learn about viruses, intruders and worms

43205

SYSTEM ON CHIP ARCHITECTURE

(Core Elective – III)

Course Outcomes: At the end of the course, student will be able

 CO1: To understanding the basic level of system on chip processor architectures

CO2: To designing of various processors by using Parallel Techniques

CO3: To exploring different types of memory architectures & their internal structures

CO4: To design of Bus architectures by using peripheral specifications

CO5: To various Encryption Algorithms for DSP processors

  43206                         WIRELESS COMMUNICATIONS AND NETWORKS

(Core Course III)

 Course Outcomes: At the end of the course, student will be able

CO1: To understand the fundamentals of mobile and cellular communications, system design and cell capacity

CO2: To understand the large scale path loss in mobile radio propagation

CO3: To model the fading effects in multi path environment

CO4: To understand different types of Equalizers and diversity techniques

CO5: To acquire knowledge on Wireless LAN concepts

 43207                                        EMBEDDED NETWORKING

(Core Elective – IV)

Course Outcome: At the end of the course, Students will be able

CO1: To design embedded system with use of serial and parallel communication protocols.

CO2: To get important knowledge on Application Development using USB and CAN bus for PIC micro controllers

CO3: To design Application development embedded systems using embedded Ethernet Rabbit Processors

CO4: To Characterize and analyze the properties of internet based application protocols in embedded systems

CO5: To get important knowledge on wireless sensor networking communication protolcols

  43208

SOFT COMPUTING TECHNIQUES

(Core Elective – IV)

Course Outcomes At the end of the course, Student will be able

CO1: To implement genetic algorithm like Tabu search and Ant-colony search techniques

CO2: To get basic idea about GA application to power system, MATLAB, neural networks toolbox

CO3: To analyze the different algorithms in Fuzzy Logic system

CO4: To solve the different problems in genetic algorithms using MATLAB

CO5: To implement the different applications in neural networks

 43209

MULTIMEDIA AND SIGNAL CODING

(Core Elective – IV)

Course Outcomes: At the end of the course, Student will be able

CO1: To understand the acquisition and format of image and video signals

CO2: To have some knowledge about digitization of sound, quantization and transmission of audio

CO3: To use video and audio signals in embedded system design.01

CO4: To familiarize the Video Compression Techniques

CO5: To get knowledge on the Audio Compression Techniques

 48201

Fundamentals of Technology Management

Open Elective-II for M Tech (All Branches)

 The following are the Course Outcomes:

On completing the course the students are expected to

CO 1: Have firm understanding of the importance of managing technology in addition to working with or working on technology.

CO 2: Know future avenues of business management and the role of technology management in enterprises.

CO 3: Equip themselves with rudiments of tools for technology management in Industry and Organizations.

  42204

Energy Audit and Management

Open Elective-II for M Tech (All Branches)

 Course Outcomes: Upon the completion of the subject, the student will be able to

CO 1: Students will be able to know about auditing of various energy sources.

CO 2: Students will able to apply the acquired knowledge in real life

CO 3: Students will be able to perform various managerial functions in their organizations.

CO 4: Students will able to use various auditing instruments in their energy audit management

CO 5: Students will able to know and implement various energy saving procedures.

 45211

BIG DATA ANALYTICS

(Core Elective – IV)

COURSE OUTCOMES:

CO1: Define and examine Big data and its evolution, Various kinds of data and systems for

handling the data.

CO2: Explain Big data management using the systems such as Hadoop

CO3: Demonstrate application of MapReduce paradigm for solving big data problems such

as word count.

CO4: Articulate NoSQL databases and their underlying structures with suitable examples

CO5: Describe social media and mobile analytics and state tools for such analysis

43231

EMBEDDED SYSTEMS LAB-II

Course Outcomes : At the end of the course, Student will be able

CO1: Students will have knowledge about the concepts and methods of embedded system software programmes using embedded C language

CO2: To analyze the results of timers and timing simulations and to use these simulation results to debug on LPC2148 Microcontroller board

CO3: Students will have the knowledge through hands-on experimentation the Keil tools for LPC2148 design as well as the basics of interfaces, simulate and implement the embedded systems

CO4: To Develop the RTOS based programmes on LPC2148 microcontroller board

CO5: To analyze the Concepts of external interfaces with LPC2148 microcontroller board

 

M.Tech VLSI R15

R15 POs

R15 and R18 POs
R15-M.Tech-I-I-VLSI-COs
R15-M.Tech-I-II-VLSI-COs
R15-M.Tech-II-Year-VLSI-COs


Regulation : R15

 

R15 and R18 Regulation -List of Program Outcomes (POs)
R15 and R18 M.Tech-VLSI ALL POS PO1 An ability to independently carry out research/investigation and development work to solve practical problems.
PO2 An ability to write and present a substantial technical report/documentation.
PO3 Students should be able to demonstrate a degree of mastery over the area as per the specialization of the program. The mastery should be at a level higher than the requirements in the appropriate bachelor program.
PO4 An ability to understand, analyze and plan the design methodologies to propose real time solution.
PO5 The student should be able to design and implement various applications using EDA tools for solving complex problems of the society.
PO6 The student should be competent to handle current multi-domain industry designs with competing technologies.

Regulation : R15-M.Tech-I-I-VLSI-COs

 

Subject Code Course Title Course Outcomes Course Outcome Description
At the end of the each course, student will be able to
I M.Tech-I Semester
44101 Core Course I CMOS Analog Integrated Circuit Design CO1 To understand the operation of MOS devices using Computer simulation SPICE Netlist models
CO2 To design and understand the concepts of CMOS Analog IC Design using basic analog building blocks
CO3 To study different amplifiers and architectures for non functional performance improvements
CO4 To design and analyze the OP-AMP specifications for compensation techniques
CO5 To design and study different types of comparators
43105 Core Course II CPLD and FPGA Architectures and Applications CO1 To understand the difference between FPGA and CPLD architectures
CO2 To understand all types of FPGA interconnecting technologies
CO3 To know different FPGA vendors architecture and their applications
CO4 To develop the capability of logic expression using Anti fuse FPGA such as ACTEL FPGAs
CO5 To design counters accumulators and other applications using FPGA technology
44102 Core Course III CMOS Digital Integrated Circuit Design CO1 To understand pseudo-n MOS logic and the electrical properties of MOS transistor circuits
CO2 To realize various combinational circuits and Boolean functions
CO3 To implement sequential circuits for modeling synchronous and asynchronous operations
CO4 To learn and design dynamic logic circuits for high dense circuit fabrication
CO5 To choose and design memory type that suits the given design specifications
43107 Core Elective I VLSI Technology and Design CO1 To know the basic concepts liking sizing threshold voltages in different MOS circuits
CO2 To design, draw the layouts of all logic gates & various MOSFET’s by using scalable design rules
CO3 To know the methods to find delays, power utilized by using different methods of testing
CO4 To design different memory cells & arrays, finding different faults by conducting different testing methods
CO5 To analyze and find the procedure of back end process in FPGA & ASIC field
44103 Core Elective I Hardware/Software Co-Design CO1 To understand co-design models to design different architectures by using co-design languages
CO2 To be aware of various prototyping devices and target architectures
CO3 To understand the design of modern embedded compilation tools
CO4 To differentiate the co-design verification at different stages of co-design methodology
CO5 To develop co-design systems using multi-language system level specifications
45103 Core Elective I Advance Operating Systems CO1 To evaluate the necessary modules for an operating system and implement in the program
CO2 To understand file system and customize the blocks desired for an embedded system
CO3 Inter-process communication problems will be solved and various algorithms will be developed for synchronization, scheduling and memory management issues
CO4 Requirement of high-end systems which are multicore will be deployed to enhance the features and evaluate
CO5 Protocols and Techniques are used to communicate between multiple workstations
44104 Core Elective I Device Modeling CO1 To understand the different semiconductor physics concepts
CO2 To understand the SPICE models, small signal, large signal and dynamic models
CO3 To learn MOS device equations and MOS spice models
CO4 To learn the different fabrication techniques
CO5 To understand the concept of modeling of heterojunction diodes
44105 Core Elective II Digital System Design CO1 To minimize and design of the Finite state machines
CO2 To understand data path, control unit, micro-operation and building block of digital system
CO3 To understand the design of digital circuits using RAM, ROM and PLD
CO4 To apply test pattern for the detection of logical fault
CO5 To know the concepts of test generation for combinational and sequential circuits
43103 Core Elective II Micro Controllers for Embedded System design CO1 To acquire the knowledge of ARM processor architecture and various ARM Processor Families
CO2 To become competent in ARM Addressing Modes and Instruction set
CO3 To acquire skill in THUMB state and its instruction set
CO4 To write efficient code in high level language and Assembly language for ARM Processor core
CO5 To examine various cache memory technologies that surrounds ARM cores
CO6 To acknowledge various memory management units
45111 Core Elective II Advanced Computer Architecture CO1 To understand the design blocks in a computer system and memory modules
CO2 To analyze the performance of the RISC processors by pipelining approach
CO3 To execute the instructions in parallel by customizing and scheduling
CO4 To understand multi-processor architecture and its memory modules
CO5 To understand the interconnectivity between processors in a network
44106 Core Elective II Hardware Description Language CO1 To understand various abstraction levels of Verilog HDL in modeling digital hardware
CO2 To design and verify complex digital design systems using behavioral modeling
CO3 To study the concepts of transistor level design using HDL
CO4 To learn the features of system Verilog for design and verification
CO5 To study the concepts of assertion verification to find code/functional coverage
48101 Open Elective I Innovation and Entrepreneurship CO1 Apply innovative tools for entrepreneurship
CO2 Apply models and theories of entrepreneurship and innovation to real life examples at the individual, organizational and institutional levels
CO3 Assess and evaluate new venture opportunities, conceptually and through the preparation of an opportunity assessment.
CO4 Develop a comprehensive and well structured business plan for a new venture
CO5 Demonstrate the documentation process for starting an enterprise
48102 Open Elective I Project Management CO1 Students gain the knowledge in project management tools and techniques for successful planning and execution of Projects.
CO2 Equipped with the ability to explore the new project proposals and assessing the potential risks and profitability associated with the proposals
48103 Open Elective I Fundamentals of Marketing CO1 Demonstrate a broad understanding of the major conceptual and theoretical principles upon which the practice of marketing is based.
CO2 Demonstrate a general understanding of marketing management tasks and of how marketing fits into the organisational environment and interacts with diverse environments
CO3 Identify and evaluate secondary research from a variety of sources. As a reflective and critical thinker, use this research information to apply marketing concepts and principles to propose ethical, creative solutions to a range of marketing related problems that arise in business contexts
CO4 Appropriately communicate marketing ideas in written and oral form. This includes presentations, case studies, and reports using reference materials
44131 Laboratory I VLSI Laboratory – I CO1 To Design and verify adders, decoder, multiplexers and other combinational designs using HDL
CO2 To Design and implement flip flops, counters, shift registers and other sequential designs for FPGA/ASIC
CO3 To understand the concepts of Mealy and Moore FSMs with respect to digital design
44132 Seminar-I Seminar CO1 Collection and review of research material from literature
CO2 Analysis of concepts in multi-disciplinary research areas
CO3 Preparation and presentation of technical topics with decent communication skills

Regulation : R15-M.Tech-I-II-VLSI-COs

 

Subject Code Course Title Course Outcomes Course Outcome Description
At the end of the each course, student will be able to
I M.Tech-II Semester
44201 Core Course IV Low Power VLSI Design CO1 To develop the knowledge on fundamentals of low power VLSI circuit design.
CO2 To be aware of various low powers VLSI design approaches.
CO3 To analyze and design low power CMOS adders.
CO4 To understand the different types of Multipliers and their algorithms.
CO5 To design CMOS memories for a VLSI system.
44202 Core Course V CMOS Mixed Signal Circuit Design CO1 To analyze CMOS based Switched Capacitor circuits
CO2 To design Phase Locked Loop (PLL) circuit to meet different application areas
CO3 To design Data converter circuits like DAC, ADC for a specific application
CO4 To design different converters
CO5 To study different modulators and filters
44203 Core Course VI Design for Testability CO1 To identify the role of testing and understand different types of testing
CO2 To differentiate between logic simulation and fault simulation, choose the algorithm that suits the given design for design verification and test evaluation
CO3 To understand the testability measures and estimate the difficulty in testing a given design
CO4 To learn and use various techniques for chip level Built-In Self Test design
CO5 To understand the use of JTAG boundary scan
44204 Core Elective III CAD for VLSI Circuits CO1 To understand the general design process of modern VLSI chips
CO2 To understand various algorithms (Partitioning, Placement, Floor planning) used in VLSI
CO3 To build capability to route in VLSI chips with the help of algorithms
CO4 To understand MCM, FPGA physical design based algorithms
CO5 To get the knowledge of ESD protection, clock distribution in VLSI chips
45212 Core Elective III Scripting Languages CO1 To understand the chrematistics and uses of scripting languages
CO2 To learn the different features of Advanced Perl
CO3 To learn TCL philosophy and different features
CO4 To learn about advanced TCL
CO5 To learn object oriented programming concepts
43203 Core Elective III Digital Signal Processors and Architectures CO1 To demonstrate sufficient understanding of theory of digital signal processing and architectures
CO2 To deliver different basic blocks of DSP architectures
CO3 To Present the architectural features of TMS320C54xx series DSP system
CO4 To know the DSP architectures from different vendors including 2100, 2181, blackfin processors
CO5 To understand the interfacing techniques to memory, I/Os, ADCs, DACs
43205 Core Elective IV System On Chip Architecture CO1 To understand the basic level of system on chip processor architectures
CO2 To design various processors by using parallel techniques
CO3 To explore different types of memory architectures and their internal structures
CO4 To design Bus architectures by using peripheral specifications
CO5 To design various Encryption Algorithms for DSP processors
44205 Core Elective IV VLSI Signal Processing CO1 To implement DSP Algorithms, filters and techniques
CO2 To learn the properties and applications of folding and unfolding algorithms
CO3 To understand different Systolic Array Design Methodology like FIR Systolic Arrays and 2D Systolic Array Design
CO4 To Design Fast Convolution algorithm by Inspection
CO5 To understand Power Reduction techniques and different programmable DSP applications
44206 Core Elective IV Semiconductor Memory Design and Testing CO1 To understand different SRAM and DRAM technologies and their applications
CO2 To understand different type of ROMs and flash memories
CO3 To learn different testing techniques and fault modeling
CO4 To learn different memory characteristics, reliability constraints
CO5 To learn about memory stacks and MCMs
48201 Open Elective II Fundamentals of Technology Management CO1 Have firm understanding of the importance of managing technology in addition to working with or working on technology.
CO2 Know future avenues of business management and the role of technology management in enterprises.
CO3 Equip themselves with rudiments of tools for technology management in Industry and Organizations
42204 Open Elective II Energy Audit and Management CO1 Students will be able to know about auditing of various energy sources.
CO2 Students will able to apply the acquired knowledge in real life
CO3 Students will be able to perform various managerial functions in their organizations.
CO4 Students will able to use various auditing instruments in their energy audit management
CO5 Students will able to know and implement various energy saving procedures.
45211 Open Elective II Big Data Analytics CO1 Define and examine Big data and its evolution, Various kinds of data and systems for handling the data.
CO2 Explain Big data management using the systems such as Hadoop
CO3 Demonstrate application of MapReduce paradigm for solving big data problems such as word count.
CO4 Articulate NoSQL databases and their underlying structures with suitable examples
CO5 Describe social media and mobile analytics and state tools for such analysis
44231 Laboratory II VLSI Laboratory – II CO1 To get acquainted with the Cadence / Mentor Graphics / Synopsys / Equivalent CAD tools
CO2 To Design and simulate the transistor level, gate level and system level CMOS circuits
CO3 To Learn Spice and analog circuit simulation with the concepts of layouts
44232 Seminar II Seminar CO1 Collection and review of research material from literature
CO2 Analysis of concepts in multi-disciplinary research areas
CO3 Preparation and presentation of technical topics with decent communication skills

Regulation : R15-M.Tech-II-Year-VLSI-COs

 

Subject Code Course Title Course Outcomes Course Outcome Description
At the end of the each course, student will be able to
II M.Tech
44301 Comprehensive Viva-Voce CO1 Understand subject knowledge in the field of Analog VLSI Design along with the applications
CO2 Understand subject knowledge in the field of Digital VLSI Design along with the applications
CO3 Understand subject knowledge in the field of Mixed Signal VLSI Design along with the applications
44302 Project work Review-1 CO1 Apply knowledge to propose solutions to the multi domain and real time systems
CO2 Perform data collection, review research literature and project management
CO3 Use modern EDA tools and research knowledge for developing cost effective systems
CO4 Develop presentation and communication skills
44401 Project work Review-2 CO1 Apply knowledge to propose solutions to the multi domain and real time systems
CO2 Perform data collection, review research literature and project management
CO3 Use modern EDA tools and research knowledge for developing cost effective systems
CO4 Develop presentation and communication skills
44402 Project Evaluation (Viva-Voce) CO1 Apply knowledge to propose solutions to the multi domain and real time systems
CO2 Perform data collection, review research literature and project management
CO3 Use modern EDA tools and research knowledge for developing cost effective systems
CO4 Develop presentation and communication skills

 

 

 


B.Tech R18

B.Tech Electronics and Communication Engineering

Programme Educational Objectives

Program educational objectives are broad statements that describe the career and professional accomplishments that the program is preparing graduates to achieve.

The B. Tech. students of Electronics and Communication Engineering program are prepared for a broad range of technical careers by achieving the following objectives:

PEO Number Program Educational Objectives (PEO) of Electronics and Communication Engineering
PEO 1 The graduates of the programme should be successful in professional career and/or higher education by acquiring the knowledge in the fundamentals of Electronics and Communication Engineering encompassing contemporary technologies and professional skills
PEO 2 The  graduates of the programme should be able to provide solutions to real life problems which are economical and socially acceptable.
PEO 3 The graduates of the of the programme should exhibit good communication skills and lead a team with human values and professional ethics by engaging in lifelong learning.

Programme Outcomes (POs):

Program outcomes are statements that describe what students are expected to know and be able to do by the time of graduation.

On completion of the four year B.Tech  program  in the Electronics & Communication Engineering.

A student will be able to:

  1. Engineering knowledge: Apply the knowledge of mathematics, science, engineering fundamentals and an engineering specialization to the solution of complex engineering problems.
  2. Problem analysis: Identify, formulate, review research literature, and analyze complex engineering problems reaching substantiated conclusions using first principles of mathematics, natural sciences, and engineering sciences.
  3.  Design/development of solutions: Design solutions for complex engineering problems and design system components or processes that meet the specified needs with appropriate consideration for the public health and safety, and the cultural, societal, and environmental considerations.
  4. Conduct investigations of complex problems: Use research-based knowledge and research methods including design of experiments, analysis and interpretation of data, and synthesis of the information to provide valid conclusions.
  5.  Modern tool usage: Create, select, and apply appropriate techniques, resources, and modern engineering and IT tools including prediction and modeling to complex engineering activities with an understanding of the limitations.
  6. The engineer and society: Apply reasoning informed by the contextual knowledge to assess societal, health, safety, legal and cultural issues and the consequent responsibilities relevant to the professional engineering practice.
  7. Environment and sustainability: Understand the impact of the professional engineering solutions in societal and environmental contexts, and demonstrate the knowledge of, and need for sustainable development.
  8. Ethics: Apply ethical principles and commit to professional ethics and responsibilities and norms of the engineering practice.
  9. Individual and team work: Function effectively as an individual, and as a member or leader in diverse teams, and in multidisciplinary settings.
  10. Communication: Communicate effectively on complex engineering activities with the engineering community and with society at large, such as, being able to comprehend and write effective reports and design documentation, make effective presentations, and give and receive clear instructions.
  11. Project management and finance: Demonstrate knowledge and understanding of the Engineering and management principles and apply these to one’s own work, as a member and leader in a team, to manage projects and in multidisciplinary environments.
  12. Life-long learning: Recognize the need for, and have the preparation and ability to engage in independent and life-long learning in the broadest context of technological change.

Programme Specific Outcomes (PSOs):

  1. Professional Skills: Apply the concepts of electronics and communication Engineering to solve problems in various areas like electronics, communication, signal processing, RF & microwave, VLSI, Embedded etc.
  2. Problem Solving Skills: Solve complex electronics and communication engineering problems using hardware and software tools..
  3. Skill Development: Apply verbal, reasoning, data interpretation, quantitative and communication skills to solve engineering problems.

R18 Course Outcomes (COs):

Code number Name of the Course Course Outcomes
I B.Tech- I semester
68101 English At the end of the course a student will be able to:
CO1. Write coherent, unified, and complete sentences.
CO2.Identify word meaning and know the use of familiar lexical items..
CO3. Understand explicit and implicit information and draw inferences for the given task.
CO4. Communicate according to place, relation and medium.
CO5. Know, emphasize, conceptualize, comprehend, apply, synthesize, and evaluate the given text, and other authentic texts such as magazines/newspaper articles.
68102 Mathematics – I At the end of the course a student will be able to:
CO1. Find rank of a matrix and solve a linear system of equations.
CO2. Evaluate eigen values, eigen vectors and find the Modal matrix under a linear transformation.
CO3. Evaluate surface areas and volumes of solids of revolution, Apply Mean value theorems in relevant engineering domains.
CO4. Determine the convergence/divergence of a given infinite series.
CO5. Find the extremum of a multi-variate function with or without constraints.
68104 Applied Physics At the end of the course a student will be able to:
CO1. The concepts involving the physics of lasers, lasing action, construction and working of He-Ne laser, semiconductor laser and propagation of light through optical fibers.
CO2. Schrodinger wave equation and its application, free electron models, formation of bands in solids and electron occupation in bands.
CO3. Estimation of charge carrier concentration in semiconductors and understand the formation of pn junction, construction and characteristics of different diodes like rectifying, Zener & Tunnel diodes.
CO4. Transistor current components, characteristics of CB, CE and CC configurations, also understand the construction, working and characteristics of JFET & MOSFET.
CO5. The principles of nanotechnology, types of nanomaterials, synthesis: Top-down and bottom-up methods, characteri-zation: XRD, SEM & TEM.
65101 Problem Solving Through ‘C At the end of the course a student will be able to:
CO1. Ability to understand programming concepts and analyze a problem, design a solution and develop an algorithm to solve it.
CO2. Ability to modularize a problem and implement the solution using basic programming concepts, control statements and functions.
CO3. Ability to evaluate the use of macros and implement solutions to complex problems using recursion and homogeneous data types.
CO4. Ability to implement pointers for problems of relevance and use different dynamic memory allocation methods.
CO5. Design and implement appropriate user defined structures to a given problem definition and apply various functions for processing files.
63102 Engineering Drawing At the end of the course a student will be able to:
CO1. Know the Standard conventions, design scale for drawing engineering components and draw geometrical constructions.
CO2. Apply fundamentals of theory of projections, and draw orthographic projections of points and lines in any position.
CO3. Construct orthographic projections of simple planes and regular solids in any position.
CO4. Draw sectional views and developments of various basic 3D objects.
CO5. Construct isometric views and construct multi view drawings of simple and complex 3D objects.
68131 English Language and Communication Skills Lab – I At the end of the course a student will be able to:
CO1 . Emerge as good speakers and listeners
CO2 . Develop critical and analytical thinking.
CO3 . Write effectively.
CO4 . Develop effective presentation skills using the multimedia tools.
CO5 . Neutralize mother tongue.
68134 Applied Physics Lab At the end of the course a student will be able to:
CO1. Get an understanding of errors and their estimation in determination of Physical quantities.
CO2. Get an understanding of the laws of physics associated with the experiments.
CO3. Would develop skills in handling various kinds of laboratory instruments.
CO4. Get awareness of the magnitudes of the different physical parameters and learn how to Present the observations and results at the end of an experiment.
CO5. Get an understanding of the physical concepts involved in the experiments.
65131 Computer Programming Lab At the end of the course a student will be able to:
CO1. Familiarity of programming environment in Linux operating system and to translate given algorithms to a working and correct program.
CO2. Ability to interpret syntax errors as reported by the compilers and to be able to identify and correct logical errors encountered at run time using debuggers like GDB.
CO3. Ability to write iterative as well as recursive programs.
CO4. Ability to represent data in arrays, pointers, strings and structures and manipulate them through a program and use them in defining self-referential structures or structures or designing a user defined data type.
CO5. Ability to implement file processing functions and be able to store, retrieve and process data in text and binary formats.
63131 Engineering Workshop At the end of the course a student will be able to:
CO1. Acquire skills of basic engineering trades like Carpentry, Tin smithy etc.
CO2. Demonstrate an understanding of and comply with workshop safety regulations.
CO3. Identify and use marking out tools, hand tools, measuring equipment and to work to prescribed tolerances.
CO4. Apply the knowledge of the above trades in their day –to – day activities.
CO5. Select appropriate equipment and consumables for required applications.
Code number Name of the Course Course Outcomes
I B.Tech- II semester
68152 Mathematics – II At the end of the course a student will be able to:
CO1. Solve the first order O.D.E and appreciate their applications.
CO2. Solve higher order O.D.E and appreciate their applications in engineering problems.
CO3. Evaluate double and triple integrals and apply them in engineering problems.
CO4. Evaluate the line, surface and volume integrals and converting them from one to another.
CO5. Solve first order linear and non-linear P.D.E
68156 Environmental Science At the end of the course a student will be able to:
CO1. Define the concepts of ecosystem and emphasize the importance of biodiversity and its conservation.
CO2. Gain knowledge on natural resources and advantages and disadvantages on renewable energy sources and technologies.
CO3. Develop awareness on pollution control technologies and global atmospheric changes.
CO4. Emphasize the importance of Environmental impact assessment and green technologies.
CO5. Understand about Environmental legislation and the concept of Sustainable development.
68153 Computational Mathematics At the end of the course a student will be able to:
CO1. Find the real roots of Algebraic and Transcendental equations.
CO2. Understand interpolation and obtain approximate solutions for evenly and unevenly spaced data.
CO3. Fit a given data to a linear/non-linear curve and appreciate the concepts of numerical differentiation and integration.
CO4. Develop the skill of finding approximate solutions to problems arising in first order initial value problems in differential equations.
CO5. Find finite difference solutions of certain P.D.E.
68155 Engineering Chemistry At the end of the course a student will be able to:
CO1. Rationalise periodic properties such as ionization potential, electron affinity, oxidation states and electronegativity.
CO2. Understanding the importance of EMF, corrosion and treatment of water.
CO3. List major chemical reactions that are used in the synthesis of molecules.
CO4. Analyze microscopic chemistry in terms of atomic and molecular orbitals and intermolecular forces.
CO5. Would develop ability to handle situations involving problems associated with chemical substances in engineering situations.
65151 Data Structures Thtrough ‘C’ At the end of the course a student will be able to:
CO1. Understand basic concepts, Design and implement linear data structures such as linked lists, stacks, queues by using C as the programming language using static or dynamic implementations.
CO2. Able to understand and analyze, differentiate and implement elementary algorithms: sorting, searching and hashing and will also be able to compare and contrast algorithms with respect to time and space complexity.
CO3. Able to implement nonlinear data structures like trees and graphs and apply appropriate data structures to designing solutions to real world complex problems.
CO4. Demonstrate sound understanding of graph traversals and ability to implement various algorithms on graphs and interpret the results.
CO5. Ability to implement hashing techniques for storing and searching efficiently.
68181 English Language and Communication Skills Lab – II At the end of the course a student will be able to:
CO1. Evolve as effective communicators and will develop narrative skills.
CO2. Emerge as decision makers and autonomous learners.
CO3. Develop critical and analytical skills.
CO4. Gather ideas and information, and organize them coherently.
CO5. Develop leadership and team building skills.
68183 Computational Mathematics Lab At the end of the course a student will be able to:
CO1. Write a program to find real roots of Algebraic and Transcendental equations.
CO2. Write a program to determine functional value at any given intermediate point of the given data for an unknown function by interpolation.
CO3. Write a program for a best fit curve by Least Squares method for a given set of data points.
CO4. Write a program for numerical integration by Trapezoidal, Simpson‟s 1/3 and 3/8 rules.
CO5. Write a program to find the value of the solution of a given first order initial value problem of O.D.E.
CO6. Write a program to find the value of the solution One-dimensional Heat equation and two-dimensional Laplace equation.
68185 Engineering Chemistry Lab At the end of the course a student will be able to:
CO1. Estimate rate constants of reactions from concentration of reactants/products as a function of time.
CO2. Measure molecular/system properties such as surface tension, viscosity, conductance of solutions, redox potentials, absorbance.
CO3. Understand the concepts of distribution and adsorption phenomena.
CO4. Synthesize a small drug molecule.
CO5. Develop analytical skills and learn how to analyze and present results of an experiment.
65181 Data Structures Thtrough ‘C’ Lab At the end of the course a student will be able to:
CO1. Understand basic data structures such as arrays, linked lists, stacks and queues.
CO2. Ability to interpret syntax errors as reported by the compilers and to be able to identify and correct logical errors encountered at run time using debuggers like GDB.
CO3. Apply Algorithm for solving problems like sorting, searching, insertion and deletion of data.
CO4. Solve problems involving graphs, trees and heaps.
CO5. Apply Hashing techniques for efficient storage and retrieval of data.
67181 IT Workshop Lab At the end of the course a student will be able to:
CO1. Identify the peripherals of PC, assemble and disassemble PC components.
CO2. Install the System software MS Windows, Linux and required device drivers.
CO3. Work with productivity tools for Word Processing, Spread Sheet and Presentations along with Designing basic Web Pages.
CO4. Understand the main features of the SCILAB program development environment to enable their usage in higher learning.
CO5. Interpret and visualize simple mathematical functions and operations using plots or display.
Code number Name of the Course Course Outcomes
II B.Tech- I semester
64201 Electronic Circuits-I At the end of the course a student will be able to:
CO1. Analyze different rectifier circuits with and without filters.
CO2. Analyze clippers, clampers, RC circuits and comparator circuits.
CO3. Analyze different biasing circuits for BJTs and FETs.
CO4. Analyze different small signal BJT amplifiers at low frequencies.
CO5. Analyze different small signal BJT amplifiers at high frequencies and analyze different single stage JFET amplifiers.
64202 Signals and Systems At the end of the course a student will be able to:
CO1. Characterize and analyze the properties of continuous and discrete time signals and systems. To apply the knowledge of linear algebra topics like vector space, basis, inner product, norm and orthogonal basis to signals. dimension,
CO2. Represent continuous signals and systems in the Frequency domain using Fourier Series and Fourier transform.
CO3. Understand the filter characteristics of LTI systems, correlation and the concept of sampling and reconstruction of analog signals.
CO4. Apply the Laplace transforms to analyze continuous-time signals and systems.
CO5. Apply Z- transforms to analyze discrete-time signals and systems.
64203 Digital Logic Design At the end of the course a student will be able to:
CO1. Perform number system conversions, binary arithmetic and simplify Boolean functions.
CO2. Design various combinational logic circuits.
CO3. Design and analyze various synchronous sequential logic circuits.
CO4. Understand various digital logic families and semiconductor memories.
CO5. Implement logic functions using PLDs, prepare ASM charts.
68202 Mathematics – III At the end of the course a student will be able to:
CO1. Develop the skill of evaluating Laplace and Inverse Laplace transform of functions which are required to solve linear systems under initial conditions.
CO2. Develop the skill of evaluating Fourier transform offunctions which are required to solve Partial Differentialequations under given conditions.
CO3. Understand the concepts of analyticity and integration of complex functions, construction of analytic functions if apart of it is known.
CO4. Evaluate integrals using Cauchy’s Integral formulae arounda simple closed contour.
CO5. Find the Taylor’s and Laurent’s series expansion of complexfunctions and to evaluate contour integrals using Residue theorem.
62205 Fundamentals of Electrical Engineering At the end of the course a student will be able to:
CO1. Apply knowledge of mathematics, science, and engineering to the analysis and design of electrical circuits.
CO2. Solve the complex AC and DC electric circuits by applyingthe suitable principles.
CO3. Understand the concept and applications of Resonance and able to solve the problems using various network theorems
CO4. Apply the concepts of two port network parameters and transient response of electrical circuits in the real time applications.
CO5. Acquire sufficient knowledge about the basic principles of various Electrical Machines.
64231 Electronic Circuits-I Lab At the end of the course a student will be able to:
CO1. Design and analyze different rectifier circuits with and without filters.
CO2. Design and analyze clippers, clampers and RC circuits.
CO3. Design biasing circuits for BJTs.
CO4. Design and analyze different small signal BJT, JFET amplifiers at low frequencies
CO5. Use diode and transistor for different applications.
64232 Basic Simulation Lab At the end of the course a student will be able to:
CO1. Simulate generation and operation of different types of signals and systems.
CO2. Apply transform techniques for the analysis of signals.
CO3. Simulate convolution, correlation and spectral densities of deterministic signals.
CO4. Simulate response of LTI system for various input signals.
CO5. Determine the stability of the systems using pole-zero plots in s-domain and z-domain using simulation.
64233 Digital Logic Design Lab At the end of the course a student will be able to:
CO1. Design and implement various combinational circuits using logic gates.
CO2. Design and implement various sequential circuits.
68231 Reasoning and Data Interpretation Lab At the end of the course a student will be able to:
CO1. Understand the concepts of Statement-Argument, Assumption and Course of Action and use reasoning as a tool to match statements with arguments etc.
CO2. Look at data and find links and patterns, link data with conclusions and study data logically.
CO3. Study problem situations and use reasoning as a tool to find solutions.
CO4. Nurture the ability to use reasoning as a skill in real time problems solving.
CO5. Analyze and infer the data with respect to trend and case based.
Code number Name of the Course Course Outcomes
II B.Tech- II semester
64251 Linear Control Systems At the end of the course a student will be able to:
CO1. Understand concept of control systems and different methods to find transfer function of a system.
CO2. Understand system transient and steady state response and their specifications.
CO3. Analyze the system stability time domain and frequencydomain.
CO4. Design controller units and compensators.
CO5. Analyze system considering Initial conditions.
64252 Electromagnetic Theory and Transmission Lines At the end of the course a student will be able to:
CO1. Solve electrostatic problems.
CO2. Solve magnetostic problems.
CO3. Apply Maxwell’s equations to solve electromagnetic problems.
CO4. Analyze the behaviour of uniform plane wave propagation in various media and at the boundaries of different media.
CO5. Analyze and design transmission lines for variousapplications through calculations and Smith chart.
64253 Electronic Circuits – II At the end of the course a student will be able to:
CO1. Analyze multistage amplifiers using BJT and FET.
CO2. Analyze feedback amplifiers using different feedback topologies.
CO3. Analyze LC and RC oscillators.
CO4. Analyze power amplifiers with different conduction angle.
CO5. Analyze tuned amplifiers with different resonance circuits.
64254 Computer Organization and Architecture At the end of the course a student will be able to:
CO1. Understand the major components of computer system including CPU, memory and I/O.
CO2. Familiar with data representation, addressing modes and instruction set of a computer.
CO3. Perform computer arithmetic operations and under control unit operations.
CO4. Understand the organization of memory and memory management hardware.
CO5. Understand the concepts of pipelining and I/O organization.
CO6. Design an interconnection networks and multiprocessors.
64255 Probability Theory and Stochastic Processes At the end of the course a student will be able to:
CO1. Perceive the various probability concepts, and theorems.
CO2. Apply the concepts of various random variables to model random experiments.
CO3. Evaluate the statistical operations performed on single and multiple random variables.
CO4. Evaluate temporal and spectral characteristics of random process.
CO5. Analyze the performance of communication systems with random inputs.
64281 Linear Control Systems Lab At the end of the course a student will be able to:
CO1. Measure resistance, capacitance and inductance.
CO2. Analyze the characteristics of servo motors and synchros.
CO3. Analyze the effect of feedback and compensation techniques in control systems.
64282 Electronic Circuits-II Lab At the end of the course a student will be able to:
CO1. Design and analyze multi stage amplifiers using BJTs and FETs.
CO2. Design and analyze feedback amplifiers using different topologies.
CO3. Design and analyze RC and LC oscillators.
CO4. Design and analyze power amplifiers with different conduction angles.
CO5. Design and analyze Tuned amplifiers.
62284 Electrical Engineering Lab At the end of the course a student will be able to:
CO1. Verify the network theorems practically and can apply wherever is necessary in the circuit analysis.
CO2. Understand about phenomenon of resonance and study the response of series and parallel resonant circuits.
CO3. Verify the two port network parameters practically.
CO4. Determine the efficiency of a transformer.
CO5. Analyze the magnetization characteristics of dc shunt generator.
68281 Verbal Ability Lab At the end of the course a student will be able to:
CO1. Students will be empowered in English language skills and meet the demands of the global work environment.
CO2. A Students will have enriched vocabulary.
CO3. Students will be proficient in answering reasoning based questions.
CO4 : Students will develop the ability to write grammatically correct sentences.
CO5 : Students will enhance their professional writing skills through business letters.
68282 Gender Sensitization At the end of the course a student will be able to:
CO1. Students will have developed a better understanding of important issues related to gender in contemporary India.
CO2. Students will be sensitized to basic dimensions of the biological, sociological, psychological and legal aspects of gender. This will be achieved through discussion of materials derived from research, facts, everyday life, literature and film.
CO3. Students will attain a finer grasp of how gender discrimination works in our society and how to counter it.
CO4. Students will acquire insight into the gendered division of labour and its relation to politics and economics.
CO5. Men and women students and professionals will be better equipped to work and live together as equals.
CO6. Students will develop a sense of appreciation of women in all walks of life.
CO 7 : Through providing accounts of studies and movements as well as the new laws that provide protection and relief to women, the textbook will empower students to understand and respond to gender violence.
Code number Name of the Course Course Outcomes
III B.Tech- I semester
64301 Analog Communications At the end of the course a student will be able to:
CO1. Understand the basic communication system fundamentals, various modulation and demodulation techniques.
CO2. Describe various carrier suppression modulation and demodulation techniques.
CO3. Classify the angle modulation techniques, explain their principles of generation and detection, properties and analyses of angle modulated waves.
CO4. Analyze the effect of noise on different types of analog communication systems.
CO5. Understand the concept of radio receivers. Also, explain the concept of thesampling process and various pulse modulation techniques.
64302 Antennas and Wave Propagation At the end of the course a student will be able to:
CO1. Understand the antenna parameters and design linear wire antenna.
CO2. Design antenna arrays for desired antenna characteristics.
CO3. Design helical, reflector, horn and microstrip antennas.
CO4. Understand antenna measurement techniques.
CO5. Understand different modes of wave propagation.
64303 Linear IC Applications At the end of the course a student will be able to:
CO1. Understand the basics of OP-AMP 741 IC and analyze op-amp circuits.
CO2. Infer the DC and AC characteristics of operational amplifiers & its effect on the output.
CO3. Design linear applications using the op-amp.
CO4. Analyze and design oscillator and comparator circuits.
CO5. Design multivibrators circuits using 555 Timer, Classify and comprehend the working principle of data converters.
64304 Microprocessors and Microcontrollers At the end of the course a student will be able to:
CO1. Understand the architecture and organization of 8086.
CO2. Explore the internal architecture of 8051 and to create ready to run programs using 8051 assemblers.
CO3. Understand basic embedded C programming and working of timers/counters to develop microcontroller-based systems.
CO4. Describe the serial communication feature of 8051 and how to write interrupt handler programs.
CO5. Interface real-world devices such as LCDs, Keyboards, ADC and DAC with 8051.
64305 Biomedical Electronics At the end of the course a student will be able to:
CO1. Know the electrical activity in the human body and different type of transducers.
CO2. Analyze the bio-signal and different types of amplifiers.
CO3. classify the different types of bio-signal recording systems.
CO4. Understand the working principle of various specialized medical equipment.
CO5. Understand the advanced techniques used in biomedical instrumentation.
64306 Digital Modeling Using HDL At the end of the course a student will be able to:
CO1. Understand the capabilities of HDLs and learn Verilog constructs.
CO2. Differentiate and write circuit descriptions in gate level and data flow modelling styles.
CO3. Describe circuits using behavioural modelling and write test benches for simulation.
CO4. Describe circuits at transistor level using switch-level modelling and learn to use UDPs.
CO5. Understand delay models in Verilog and learn synthesis aspects.
64307 Electronic Measurements and Instrumentation At the end of the course a student will be able to:
CO1. Know the usage of various measuring instruments, minimize errors associated and evaluate their performance characteristics.
CO2. Design bridge circuits and evaluate resistance, inductance, capacitance, voltage, current, power factor and energy.
CO3. Generate various types of signals and measure physical quantities of signal.
CO4. Measure amplitude, frequency and phase of waveform with an oscilloscope.
CO5. Select appropriate passive or active transducers for measurement of strain, displacement, velocity, angular velocity, temperature and pressure.
64331 Analog Communications Lab At the end of the course a student will be able to:
CO1. Implement and analyze different analog communication systems.
CO2. Understand the significance of sampling theorem.
CO3. Understand multiplexing concepts.
64332 Linear IC Applications Lab At the end of the course a student will be able to:
CO1. Analyze and design different circuits using OP-AMP 741 IC.
CO2. Analyze and design different circuits using Timer 555 IC.
CO3. Analyze and design PLL Applications and converters.
64333 Microcontrollers Lab At the end of the course a student will be able to:
CO1. Implement the Assembly Language Programs to perform various operations in 8051 Micro-Controller.
CO2. Implement time delay between the events by programming the timers/interrupts in 8051 Micro-Controller.
CO3. Transmit the message serially at different baud rates using UART operation in 8051 Micro-Controller.
CO4. Interface various I/O Devices like DC Motor, LCD & LED to 8051 Micro-Controller.
CO5. Interface various I/O Devices like Keyboard, LCD, 7-Segment Display and DC Motor, Stepper Motor and Servo Motor to development boards.
68332 Effective Technical Communication Lab At the end of the course a student will be able to:
CO1. Attain proficiency in features of Technical communication.
CO2. Develop expertise in reading skills.
CO3. Use English language appropriately to write effective reports, e-mails, notes and summaries.
CO4. Become proficient in Analytical and Critical Thinking Skills.
CO5. Be empowered to use English language effectively in Technical Communication.
68302 Universal Human Values At the end of the course a student will be able to:
CO1. Understand the significance of values, distinguish between values and skills.
CO2. Apply the concept of happiness and prosperity to set the goals in life.
CO3. Evaluate the current scenario in the society, in a right manner.
CO4. Distinguish between the needs of the self and body through principles of co-existence.
CO5. Understand the value of harmonious relationship based on trust, respect and other naturally acceptable feelings in human-human relationships.
CO6. Understand the harmony in nature and existence, and work out their mutually fulfilling participation in the nature.
Code number Name of the Course Course Outcomes
III B.Tech- II semester
64351 Digital Communications At the end of the course a student will be able to:
CO1. Understand the baseband data transmission techniques. Describe the quantization process, completing the transition from analog to digital and multiplexing techniques.
CO2. Describe the concepts of band-pass digital modulation techniques and understandthe signal space diagrams of various digital modulation techniques.
CO3. Calculate the bit error performance of various digital modulation techniques. Also, able to describe optimum detection of the digital signals of different modulation techniques in the presence of noise and skilful in the design of equalizers.
CO4. Explain the information theory and able to do source and entropy coding. Differentiate and explain various discrete channels.
CO5. Understand the concept of channel coding. Also, skilful in carrying out the error detection and correction techniques in channel coding.
64352 Digital Signal Processing At the end of the course a student will be able to:
CO1. Understand the various operations on discrete-time signals & systems.
CO2. Apply DFT and FFT on discrete-time signals.
CO3. Realize the various Structures for Digital Filters.
CO4. Analyze and design an IIR digital filter.
CO5. Analyze and design an FIR digital filter.
64353 VLSI System Design At the end of the course a student will be able to:
CO1. Familiarize with the basics of MOSFET and different IC fabrication technologies.
CO2. Understand the electrical properties of MOS and CMOS circuits.
CO3. Develop layouts for NMOS, CMOS logic circuits and learn the design flow.
CO4. Analyze and design various CMOS combinational and sequential circuits.
CO5. Understand the concept of memory implementation and the need for testing.
68352 Managerial Economics and Financial Analysis At the end of the course a student will be able to:
CO1. Familiarize with the fundamentals of Economics such as Demand function, Law of demand, Elasticity of demand and Demand Forecasting methods etc.
CO2. Evaluate Economies of Scale and the Break-Even Point of the business activity.
CO3. Understand the different Market Structures and Macro Economic concepts.
CO4. Able to understand the accounting system and preparation of Final Accounts.
CO5. Analyze Accounting Statements like Income Statement and Balance Sheet to understand financial performance of the business.
64354 Advanced Microcontrollers At the end of the course a student will be able to:
CO1. Examine the architecture and registers of AVR microcontroller.
CO2. Familiarize instruction set of AVR microcontroller and write programs in assembly language.
CO3. Explore the On-chip peripherals of AVR microcontroller.
CO4. Explore the internal architecture of PIC microcontroller and create ready to run programs using assembly language.
CO5. Explore the On-chip peripherals of PIC microcontroller.
64355 FPGA Architectures and Applications At the end of the course a student will be able to:
CO1. Understand the FPGA architectures.
CO2. Understand types of FPGA interconnecting technologies.
CO3. Know different FPGA vendors architecture and their applications.
CO4. Develop the capability of logic expression using anti-fuse FPGA such as ACTEL FPGAs.
CO5. Understand the design applications using FPGA.
64356 Wireless Communications At the end of the course a student will be able to:
CO1. Understand the fundamentals of mobile and cellular communications, system design and cell capacity.
CO2. Understand the large-scale path loss in mobile radio propagation.
CO3. Model the fading effects in multipath environment.
CO4. Understand different types of equalizers and diversity techniques.
CO5. Acquire knowledge on multiple access techniques.
64381 Digital Communications Lab At the end of the course a student will be able to:
CO1. Implement and analyze basic digital modulation techniques.
CO2. Calculate the bit error rate for different digital modulation schemes.
CO3. Verify and simulate the coding technique in digital modulation schemes.
64382 Digital Signal Processing Lab At the end of the course a student will be able to:
CO1. Carry out a simulation of DSP systems.
CO2. Implement the FFT for various DSP applications.
CO3. Design IIR and FIR digital filters.
CO4. Implement multi-rate signal processing systems.
CO5. Implement DSP systems using DSP processor.
68382 Advanced English Communication & Soft Skills Lab At the end of the course a student will be able to:
CO1. Evolve as effective communicators.
CO2. Emerge as decision makers, time managers and good negotiators.
CO3. Gain proficiency in resume writing and requisite interview skills.
CO4. Collate ideas and information and organize them relevantly and coherently.
CO5. Be empowered to use soft skills in the global context.
68381 Quantitative Ability Lab At the end of the course a student will be able to:
CO1. Solve the problems using Number Systems, Percentages and Profit & Loss
CO2. Solve the problems using Interest, Speed Time and Distance
CO3. Solve the problems using Ratio and Proportion, Progressions and Inequality
CO4. Solve the problems using Menstruation, Geometric, Clocks & Calendars questions
CO5. Practice general problems in Placement, CAT and GRE etc. tests
68351 Essence of Indian Knowledge Tradition At the end of the course a student will be able to:
CO1. To gain a general idea of the vast Vedic literature and their content and to grasp the relevant concepts of the Vedas and appreciate its relevance in the modern world.
CO2. Understand, connect up and explain basics of Indian Traditional Knowledge in Modern Scientific Perspective.
CO3. Understand Yoga psychology as both a positive and a normative science and its contribution for a holistic health.
CO4. Understand the views of our great philosophers to correlate their efforts toachieve unity in diversity.
Code number Name of the Course Course Outcomes
IV B.Tech- I semester
64401 Microwave Engineering At the end of the course a student will be able to:
CO1. Analyze the characteristics of rectangular waveguides and its coupling mechanisms.
CO2. Design waveguide components and analyze using S matrix.
CO3. Analyze different types of microwave tubes.
CO4. Analyze different types of microwave solid state devices.
CO5. Measure various waveguide parameters using microwave bench set up.
64402 Satellite Communications At the end of the course a student will be able to:
CO1. Analyze the basic concepts of satellite communication, orbital mechanics and launching.
CO2. Analyze the satellite subsystems and satellite antennas.
CO3. Analyze different multiple access schemes and satellite link design.
CO4. Understand satellite TV and digital broadcasting.
CO5. Understand the principle of GPS.
64403 ASIC Design At the end of the course a student will be able to:
CO1. Be familiar with ASIC designs.
CO2. Learn about library cell design, library architecture.
CO3. Understand different types of simulation, models and verification.
CO4. Learn about physical design, different CAD tools, their methods and algorithms.
CO5. Understand Floor Planning, Placement and Routing.
64404 Digital Image Processing At the end of the course a student will be able to:
CO1. Understand the basic concepts of a 2-D Image Processing system, Sampling and Quantization and gain the concepts regarding the use of different 2D Image transforms.
CO2. Understand the spatial domain and frequency domain filtering techniques, including point operations, masking, histogram modification, smoothing and sharpening filters.
CO3. Acquire the knowledge of the image degradation in the presence of noise, different noise models and different approaches to restore the image. Also analyzing colour image processing techniques.
CO4. Understand the need for image segmentation using local and global processing methods and analyze the use of morphological operations like opening, closing for preprocessing applications.
CO5. Understand the need for compression and evaluate the basic compression algorithms.
64405 Internet of Things Architectures and Programming At the end of the course a student will be able to:
CO1. Understand the concepts of IoT and its present developments.
CO2. Describe different IOT technologies and generic design methods.
CO3. Acquire knowledge about different software platforms and Infrastructure for IoT.
CO4. Know different IoT Devices for smart applications and control.
CO5. Know the use of cloud platforms and frameworks of IoT.
64406 Embedded Real-Time Operating Systems At the end of the course a student will be able to:
CO1. Understand multitasking and different task level operations of RTOS.
CO2. Understand objects of the kernel in embedded systems applications.
CO3. Program for interrupts and exceptions in RTOS.
CO4. Differentiate architectures of different RTOS.
CO5. Design an embedded system using RTOS.
64407 Communication Networks At the end of the course a student will be able to:
CO1. Understand basic switching and multiple access techniques used in communication networks.
CO2. Analyze communication network protocols and standards.
CO3. Understand the working of Intranet, LAN, WAN, MAN, LPWAN setup and different topologies (fundamental knowledge).
CO4. Analyze the local and global impact of networks and gain familiarity with common networking protocols, algorithms and security issues in networks.
CO5. Use the knowledge of network protocols and their performance in modelling communication networks
64408 System On Chip Architecture At the end of the course a student will be able to:
CO1. Understand the basic level of a system on chip processor and architectures.
CO2. Design various processors by using parallel techniques.
CO3. Explore different types of memory architectures and their internal structures.
CO4. Design bus architectures by using peripheral specifications.
CO5. Design various encryption algorithms for DSP processors.
64431 Microwave Engineering Lab At the end of the course a student will be able to:
CO1. Measure attenuation, VSWR, scattering parameters of microwave components.
CO2. Perform antenna measurements.
CO3. Understand the characteristics of the Reflex Klystron and Gunn diode.
64432 VLSI System Design Lab At the end of the course a student will be able to:
CO1. Gain knowledge about design styles of various gates.
CO2. Understand the simulation and synthesis procedure of combinational circuits.
CO3. Develop the sequential circuit applications using Flip-Flops.
CO4. Draw layouts using various steps of the layout design process.
CO5. Design and implement digital and analog circuits under a full-custom design environment.
64433 Technical Seminar – I At the end of the course a student will be able to:
CO1. Face any type of interviews, viva-voce, and aptitude tests.
CO2. Perform well in competitive exams and group discussions.
CO3. Apply knowledge in building their career in particular fields.
CO4. Enhance their communication skills and interactivity.
64434 Industry Oriented Mini Project At the end of the course a student will be able to:
C01. To offer students a glimpse into real world problems and Industrial challenges that need Electronics based solutions.
C02. To introduce students to the vast array of literature available of the various research challenges in the field of ECE.
C03. To create awareness among the students of the characteristics of several domain areas where ECE concepts can be effectively used.
C04. To enable students enhance the testing and debugging skills in a particular platform and create a solution for a problem.
C05. To improve the team building, communication and management skills of the students.
Code number Name of the Course Course Outcomes
IV B.Tech- II semester
64451 Radar Engineering At the end of the course a student will be able to:
CO1. Understand the basic principles of how a Radar system works.
CO2. Identify the various Radar systems in existence, specify their applications and limitations and explain the principles of how they work.
CO3. Describe the most commonly used techniques in processing Radar signals.
CO4. Understanding the concepts of different Radar receivers.
CO5. Study of different filter characteristics used in Radar.
64452 Adhoc Wireless Sensor Networks At the end of the course a student will be able to:
CO1. Understand the principles of Mobile Adhoc Networks (MANETs) and distinguish them from infrastructure-based networks.
CO2. Understand various MAC and routing protocols functioning and their implications.
CO3. Classify various protocols for providing quality of service.
CO4. Understand the principles and characteristics of wireless sensor networks (WSNs).
CO5. Understand the principles of MAC protocols.
64453 Multirate Signal Processing At the end of the course a student will be able to:
CO1. Understand the concepts of sample rate conversion techniques and its applications.
CO2. Learn the principles of polyphase filtering
CO3. Design and implement the multi-channel perfect reconstruction filter bank systems.
CO4. Learn the design procedures for cosine modulated filter banks.
CO5. Apply Transmultiplexer filter banks in Communication applications.
64454 Optical Fiber Communications At the end of the course a student will be able to:
CO1. Define basic optical laws and fundamentals. Also, understand the fiber structures, associated design parameters, fiber materials, and Fiber manufacturing techniques.
CO2. Describe channel impairment like fiber losses and dispersion. Also, remember the fiber standards to utilize in-network design.
CO3. Classify the optical sources, explain their principles, properties and analyses power launching and coupling techniques for optical fibers.
CO4. Differentiate and explain the working of photodetectors. Also, able to calculate the system bandwidth, noise, probability of error and bitrate of a digital fiber system.
CO5. Explain the concept and component of wavelength division multiplexing. Also, skilful in the design of Passive Optical Networks (PON) along with SONET.
64481 Technical Seminar – II At the end of the course a student will be able to:
CO1. Face any type of interviews, viva-voce, and aptitude tests.
CO2. Perform well in competitive exams and group discussions.
CO3. Apply knowledge in building their career in particular fields.
CO4. Enhance their communication skills and interactivity.
64482 Project Work At the end of the course a student will be able to:
CO1. To apply knowledge of Electronics and Communication Engineering in designing solutions for real time problems.
CO2. To perform data collection and review research literature.
CO3. To use modern tools and research knowledge for developing products.
CO4. To learn the ethical principles that leads to innovation and teamwork that is inline with Lifelong learning, Project management and cost-effective system design
CO5. To develop presentation and communication skills.

M.Tech VLSI R18

R15 and R18 POs
R18-M.Tech-I-I-VLSI-COs
R18-M.Tech-I-II-VLSI-COs
R18-M.Tech-II-IYear-VLSI-CO
R18-M.Tech-II-II Year-VLSI-COs


Regulation : R15 and R18 POs

R15 and R18 Regulation -List of Program Outcomes (POs)
R15 and R18 M.Tech-VLSI ALL POS PO1 An ability to independently carry out research/investigation and development work to solve practical problems.
PO2 An ability to write and present a substantial technical report/documentation.
PO3 Students should be able to demonstrate a degree of mastery over the area as per the specialization of the program. The mastery should be at a level higher than the requirements in the appropriate bachelor program.
PO4 An ability to understand, analyze and plan the design methodologies to propose real time solution.
PO5 The student should be able to design and implement various applications using EDA tools for solving complex problems of the society.
PO6 The student should be competent to handle current multi-domain industry designs with competing technologies.

Regulation : R18-M.Tech-I-I-VLSI-COs

Subject Code Course Title Course Outcomes Course Outcome Description
  At the end of the each course, student will be able to
  I M.Tech-I Semester
74101 RTL LEVEL SYSTEM DESIGN CO1 Learn Verilog HDL and learn to use EDA tools like Cadence, Mentor Graphics and Xilinx
CO2 Gain familiarity of Finite state machines, RTL design using reconfigurable logic
CO3 Learn about programmable logic devices like CPLDs
CO4 Learn about FPGAs and their physical design
CO5 Implement different applications with the tool
       
74102 VLSI TECHNOLOGY AND DESIGN CO1: Review FET fundamentals for VLSI design
CO2: Design, draw the layouts of all logic gates & various MOSFET’s by using scalable design rules
CO3: Know the methods to find delays, power utilized by using different methods of testing
CO4: Design different memory cells & arrays, finding different faults by conducting different testing methods
CO5: Design the subsystems based on VLSI concepts
       
74103 ANALOG AND DIGITAL CMOS VLSI DESIGN CO1: Learn about MOS transistor, Stick diagram and Layout
CO2: Learn about Physical design flow and combinational logic
CO3: Understand Sequential logic, Fin FET, TFET
CO4: Acquire knowledge of different types of Amplifiers and Differential amplifier
CO5: Understand different stages of OP Amp and its compensation techniques
       
74109 SEMICONDUCTOR MEMORIES TECHNOLOGY CO1: Select architecture and design semiconductor SRAMs and subsystems
CO2: Learn about Advanced DRAM Design ,Architecture, controllers
CO3: Know the state of the art memory chip design of non-volatile memories
CO4: Learn General Reliability Issues, radiation hardening techniques
CO5: Learn about Advanced Memory Technologies and High-density Memory Packing Technologies
       
74104 DEVICE MODELING
(Professional Elective – I)
CO1: Understand the different semiconductor physics concepts
CO2: Understand the SPICE models, small signal, large signal and dynamic models
CO3: Learn MOS device equations and MOS spice models
CO4: Learn the different fabrication techniques
CO5: Understand the concept of modeling of hetero junction diodes
       
74105 EMBEDDED SYSTEM DESIGN (Professional Elective – I) CO1: Understand an embedded system and to know its applications
CO2: Learn the processing elements used in embedded systems
CO3: Understand embedded firmware
CO4: Knows the use of RTOS in embedded systems
CO5: Learn different task communication techniques in RTOS
       
74106 DESIGN OF FAULT TOLERANCE SYSTEMS(Professional Elective – II) CO1: Learn the fundamental concepts in fault tolerant design
CO2: Acquire the knowledge of design requirements for self check in circuits
CO3: Learn about design for testability rules and techniques for combinational circuits
CO4: Design and Implement built in self test.
CO5: Acquire the knowledge of Boundary scan architectures
       
74107 IMAGE AND VIDEO PROCESSING(Professional Elective – II) CO1: Learn image representation, filtering, compression
CO2: Learn the basics of video processing, representation, motion estimation
CO3: Understand the representation of video
CO4: Understand the principles and methods of motion estimation
CO5: Understand the principles of 2-D Motion estimation in image processing
74108 ALGORITHAMS FOR VLSI DESIGN AUTOMATION
(Professional Elective – II)
CO1: Understand the general design process of modern VLSI chips
CO2: Understand various algorithms (Partitioning, Placement, Floor planning) used in VLSI
CO3: Build capability to route in VLSI chips with the help of algorithms
CO4: Understand MCM, FPGA physical design based algorithms
CO5: Get the knowledge of ESD protection, clock distribution in VLSI chips
       
78101 RESEARCH METHODOLOGY AND IPR CO1: Understand research problem formulation and analyze research related information.
CO2: Follow research ethics
CO3: Understand that today’s world is controlled by Computer, Information Technology, but tomorrow world will be ruled by ideas, concept, and creativity.
CO4: Understanding importance of intellectual property rights.
CO5: Understand the importance of patent rights and developments in IPR.
       
74131 RTL SIMULATION AND SYNTHESIS WITH PLDs LAB
(Lab I)
CO1 Identify, formulate, solve and implement problems in signal processing, communication systems etc. using RTL design tools
CO2 Use EDA tools like Cadence, Mentor Graphics and Xilinx
       
74132 VLSI PHYSICAL DESIGN LAB
(Lab II)
CO1 Identify, formulate, solve and implement different digital circuits
CO2 Implement digital circuits using Cadence/ Synopsys/ Equivalent CAD tools
       

Regulation : R18-M.Tech-I-II-VLSI-COs

Subject Code Course Title Course Outcomes Course Outcome Description
  At the end of the each course, student will be able to
  I M.Tech-II Semester
74201 LOW POWER VLSI DESIGN CO1: Identify the sources of power dissipation in digital IC systems & understand the impact of power on system performance and reliability
CO2: Learn about different low power circuit techniques
CO3: Understand low power clock distribution networks
CO4: Learn about different power minimization techniques and circuit design styles
CO5: Learn about low power memories, their implementation
       
74202 VLSI DESIGN VERIFICATION AND TESTING
CO1: Familiarity of Front end design and verification techniques
CO2: Learn about different data types, arrays, Queues and Lists
CO3: Understand tasks, functions, void functions and statements
CO4: Understand about basic OOP, its classes and objects
CO5: Learn about randomization in System Verilog, its blocks and functions
       
74203 SYSTEM ON CHIP ARCHITECTURES
CO1: Design System on Chip different processors.
CO2: Acquire knowledge of different internal bus architectures
CO3: Understand AES algorithm and JPEG compression implementation in SoC
CO4: know how the system forms with the lot of component and has majority about system level interconnections
CO5: Introduce hardware and software programmability verses performance
       
74204 CMOS MIXED SIGNAL DESIGN
(Professional Elective – III)
CO1: Analyze CMOS based Switched Capacitor circuits
CO2: Design Phase Locked Loop (PLL) circuit to meet different application areas
CO3: Design Data converter circuits like DAC, ADC for a specific application
CO4: Design different converters
CO5: Study different modulators and filters
       
74205 VLSI SIGNAL PROCESSING
(Professional Elective – III)
CO1: Implement DSP algorithms, DFG representation, pipelining and parallel processing approaches
CO2: Understand retiming techniques, folding and can solve register minimization path problems
CO3: Understand different Systolic Array Design Methodology like FIR Systolic Arrays, 2D Systolic Array Design
CO4: Design Pipelined, parallel recursive and adaptive filters, Digital Lattice Filters
CO5: Understand Numerical strength reduction
       
74206 DIGITAL SIGNAL PROCESSORS AND ARCHITECTURES
(Professional Elective – III)
CO1: Design, using Matlab-based filter design techniques, FIR and IIR digital filters
CO2: Program and debug real-time signal processing algorithms in assembly language on a digital signal processor.
CO3: Multidisciplinary teams, identify an useful DSP application, and then plan, design, implement and verify for a digital signal processor.
CO4: Give an over view of entire digital signal processing techniques i.e. convolution, DFT, FFT, IIRFIR filters. The fixed and floating-point representation, different types of errors introduced during A-D and D-A converter stage.
CO5: Introduce the DSP computational building blocks and special types of addressing modes compared to normal microprocessor.
       
74207 ASIC DESIGN
(Professional Elective – IV)
CO1: Be familiar with ASIC designs
CO2: Learn about library cell design, library architecture
CO3: Understand different types of simulation, models and verification
CO4: Learn about physical design, different CAD tools, their methods and algorithms
CO5: Understand routing, planning and placement
       
74208 SCRIPTING LANGUAGES
(Professional Elective – IV)
CO1: Understand the characteristics and uses of scripting languages
CO2: Learn the different features of Advanced Perl
CO3: Acquire knowledge of TCL philosophy and different features
CO4: Learn about advanced TCL
CO5: Get knowledge of object-oriented programming concepts
       
74209 HARDWARE SOFTWARE CO-DESIGN
(Professional Elective – IV)
CO1: Study the need of different target architectures and co-design to solve engineering, communication and other problems.
CO2: Analysis and extension of existing compilers and languages to system level co-design models for creation and using of modern tools
CO3: Design mixed hardware-software systems and the design of hardware-software interfaces
CO4: Focus on common underlying modeling concepts and the trade-offs between hardware and software components
CO5: Learn about System –level specification, design representation for system level synthesis, system level specification languages
       
       
74231 ANALOG AND DIGITAL CMOS VLSI DESIGN LAB
(LAB III)
CO1: Design digital and analog Circuits using CMOS
CO2: Use EDA tools like Cadence, Mentor Graphics and other open source software tools like Ngspice
       
74232 VLSI DESIGN VERIFICATION AND TESTING LAB
(Lab – IV)
CO1: Verify increasingly complex designs more efficiently and effectively
CO2: Use EDA tools like Cadence, Mentor Graphics
       
74233 TECHNICAL SEMINAR CO1 Collection and review of research material from literature
CO2 Analysis of concepts in multi-disciplinary research areas
CO3 Preparation and presentation of technical topics with decent communication skills

Regulation : R18-M.Tech-II-IYear-VLSI-COs 

Subject Code Course Title Course Outcomes Course Outcome Description
  At the end of the each course, student will be able to
  II M.Tech-I Semester
       
74301 DESIGN FOR TESTABILITY
(Professional Elective – V)
CO1: Identify the role of testing and understand different types of testing
CO2: Differentiate between logic simulation and fault simulation, choose the algorithm that suits the given design for design verification and test evaluation
CO3: Understand the testability measures and estimate the difficulty in testing a given design
CO4: Learn and use various techniques for chip level Built-In Self Test design
CO5: Understand the use of JTAG boundary scan
       
74302 PHYSICAL DESIGN AUTOMATION
(Professional Elective – V)
CO1: Familiarize with the basics of automation process and various physical designs CAD tools
CO2: Develop and enhance the existing algorithms and computational techniques for physical design process of VLSI systems
CO3: Develop layouts for VLSI circuits and undergoing various physical design steps like placement and Partitioning
CO4: Understand all types of routing techniques
CO5: Understand about various compaction algorithms and routing issues
       
74303 NANOMATERIALS AND NANOTECHNOLOGY
(Professional Elective – V)
CO1: To understand the basic science behind the design and fabrication of nano scale systems
CO2: To understand and formulate new engineering solutions for current problems and competing technologies for future applications
CO3: To be able to learn about Nano-lithography and MEMS
CO4: To gather detailed knowledge of Carbon Nano tubes
CO5: To be able to make inter disciplinary projects applicable to wide areas by clearing and fixing the boundaries in system development
       
78301 BUSINESS ANALYTICS CO1: Students will demonstrate knowledge of data analytics.
CO2: Students will demonstrate the ability of thinking critically in making decisions based on data and deep analytics.
CO3: Students will demonstrate the ability to use technical skills in business analytics and predictive analysis.
CO4: Student will be able to understand various forecasting and simulation models.
CO5: Students will demonstrate the ability to translate data into clear, actionable insights and learn decisions strategies.
       
78302 INDUSTRIAL SAFETY CO1: After completion of course students will be able to analysis various industrial hazards.
CO2: Students should able to implement maintenance tools and techniques in manufacturing industry.
CO3: Student will be able to use teratology concept in manufacturing industry.
CO4: Students will be able to diagnose industrial equipment’s like air pump, compressors etc.
CO5: Students should able to design a preventive maintenance schedule for mechanical components in manufacturing industry.
       
78303 OPERATIONS RESEARCH
(Open Elective) (Common to all)
CO1: Students should able to apply the dynamic programming to solve problems of discreet and continuous variables
CO2: Students should able to apply the concept of non-linear programming
CO3: Students should able to carry out sensitivity analysis
CO4: Student should able to model the real world problem and simulate it.
CO5: Students should able to solve the real time problem using Linear programming problem techniques.
       
78304 COST MANAGEMENT OF ENGINEERING PROJECTS CO1: Understand the parameters involved in the strategic cost management process.
CO2: Comprehend the technical and non-technical activities involved in the Project Management.
CO3: Understand the relation between project planning and cost analysis.
CO4: Understand different types of budgets and application in Civil Engineering projects
CO5: Understand different costing methods and valuation techniques for different projects.
       
78305 COMPOSITE MATERIALS CO1: Students will demonstrate the knowledge of reinforcement, & composite performance.
CO2: Students will demonstrate the different fibers & mechanical behavior of composites.
CO3: Students will demonstrate the knowledge of manufacturing of various metal matrix composites.
CO4: Students will demonstrate the manufacturing of polymer matrix composites
CO5: Students will demonstrate the knowledge of stress, maximum strain & failure criteria
       
78306 ENERGY FROM WASTE CO1: Understand the types of various energy conversion units from waste.
CO2: Get the knowledge on the solid waste disposal techniques
CO3: Understand the biochemical conversion of various residues.
CO4: Familiarize about the step by step process of Biogas Conversion.
CO5: Understand E-waste Management in
       
74304 Seminar on Project Work CO1 Collection and review of research material from literature
CO2 Analysis of concepts in multi-disciplinary research areas
CO3 Preparation and presentation of technical topics with decent communication skills
       
74305 Project Work Phase – I CO1 Apply knowledge to propose solutions to the multi domain and real time systems
CO2 Perform data collection, review research literature and project management
CO3 Use modern EDA tools and research knowledge for developing cost effective systems
CO4 Develop presentation and communication skills

Regulation : R18-M.Tech-II-II Year-VLSI-COs

 

Subject Code Course Title Course Outcomes Course Outcome Description
  At the end of the each course, student will be able to
  II M.Tech-II Semester
       
74401 Project Work Phase – II CO1 Apply knowledge to propose solutions to the multi domain and real time systems
CO2 Perform data collection, review research literature and project management
CO3 Use modern EDA tools and research knowledge for developing cost effective systems
CO4 Develop presentation and communication skills
       





 

Industrial Visits Conducted by the Department

SNO  Date of Visit  Industries Visited  No. of Students/ ClassNo. of Faculty Accompanied
1 07/03/2018 SHAR, Sriharokota, Andhra Pradesh III B.Tech. Students (All Branches)6
2 06/03/2018 Madras Atomic Power Station, Kalpakkam, TamilNadu III B.Tech. Students (All Branches)6
3 17/02/2018 Heritage Foods Limited, Hyderabad III Year B.Tech ECE and CSE Engineering2
4 16/08/2017 and 24/08/2017 RTTC, BSNL, Hyderabad II B.Tech ECE students2 per day
5 12/03/2016 Research Centre Imarat III Year B.Tech ECE Engineering4
6 01/02/2016 and 05/02/2016 All India Radio III Year B.Tech ECE Engineering4
7 15/10/2015 and 16/10/2015 RTTC, BSNL, Hyderabad II B.Tech ECE students2 per day
8 14/11/2014 and 15/11/2014 RTTC, BSNL, Hyderabad II B.Tech ECE students2 per day

IEEE Events

IEEE Student Branch Events

  • The Institute of Electrical and Electronics Engineers (IEEE) is a professional association headquartered in New York City that is dedicated to advancing technological innovation and excellence for the benefit of humanity. IEEE and its members inspire a global community through its highly cited publications, conferences, technology standards, and professional and educational activities. IEEE’s membership has long been composed of engineers, scientists, and allied professionals. These include computer scientists, software developers, information technology professionals, physicists, medical doctors, and many others. It is an association designed to serve professionals involved in all aspects of the electrical, electronic and computing fields and related areas of science and technology that underlie modern civilization.

    The IEEE CVRCE Student Branch (IEEE CVRCE SB) was formed in the year 2005. It was re-initiated in the year 2012.

    A woman in Engineering Affinity Group (WIE AG) is also inaugurated and has officially received its confirmation on May 5th 2014.

    Dr. K. Yedukondalu, Professor of ECE, is given a charge as IEEE Branch Counselor and Dr. G. Sree Lakshmi, Professor of EEE Department is the faculty advisor for IEEE CVRCE Student Branch. She is also serving as a Chair WIE AG, Hyderabad Section form January 2018.

Technolites

Events by Technolites in the academic year 2016-2017

A Two Day Workshop on Unmanned Aerial Vehicles (Drones) – 14/12/2017 and 15/12/2017
A Technical Fest IMPETUS 2K’17 organized on 05/10/2017.
Guest Lecture on Introduction to Navigational Electronics and Surveillance by D S Sarma, Joint General Manager, Airport Authority of India on 22/09/2017.
Guest Lecture on Introduction to Navigational Electronics and Surveillance by D S Sarma, Joint General Manager, Airport Authority of India on 22/09/2017.
A One Day Workshop on IOT Using Arduino on 29/07/2017.
A One Day Workshop on Ethical Hacking on 15/03/2017 by Mr.Harsha, Technical Officer, e-Marshals, Hyderabad
A One Day Workshop on Embedded and Real Time Operating Systems on 04/02/2017 by Mr. Mahesh Patil, Technical Officer, C-DAC
A One Day Seminar on “Modulation, BER & Capacity” by Dr. Rajarshi Mahapatra on 03/12/2016.
A Technical Fest IMPETUS 2K’16 organized on 28/09/2016.
A Two Day Workshop on Ethical Hacking on 09/09/2016 and 10/09/2016
Guest Lecture on Design Aspects of Remote Sensing Earth Stations by Mr. M. Sathyanarayana, GD, SDRC, NRSC on 19/08/2016
Guest Lecture on Plagiarism by Dr. Rajarshi Mahapatra on 04/05/2016
A One Day Workshop on “Digital Design Through Arduino” by Dr. G.V. V. Sharma, IIIT Hyderabad on 14/06/2016.
A Five Day FDP on “Microprocessors and Microcontrollers” (Dr. P Chandrasekhar – OU, Dr. R. Hemalatha, OU) from 06/06/2016 to 10/06/2016
Non Technical Event Les Mosaic – Art on 10/03/2016
Event Inaugural of New Office Bearers on 08/03/2016
Industrial Visit Research Centre Imarat on 12/03/2016.
A One Day Workshop on “PCB Fabrication” on 19/02/2016
Industrial Visit All India Radio on 03/02/2016 and 05/02/2016.
Guest Lecture on Basic Communications and satellite Concepts for Broad Caster by Mr. D. Ranganadham, IB(E)S, Deputy Director General (Engg), Doordarshan Kendra, Hyd on 19/01/2016..

Workshops

Summary
2021-2022      2020-2021    2019-2020     2018-2019
 2017-2018    2016-2017     2015-2016       2014-2015

Academic year : Summary

S.No Academic Year No. of Workshops No. of FDP No. of Seminars and Guest Lectures Total
1 2020-2021 1 0 6 7
2 2019-2020 10 3 4 18
3 2018-2019 3 0 2 5
4 2017-2018 11 1 3 15
5 2016-2017 7 1 3 12
6 2015-2016 8 1 6 15
7 2014-2015 8 0 0 8

 

Academic year : 2021-2022

S. No Dates Duration Event Name No.of Participants Type of faculty members Nature of the Program
1 09/08/2021 to 14/08/2021 6 days 5G and Emerging Technologies 120 Faculty members FDP
2 16/08/2021 to 18/08/2021 3 days IoT Design using Wireless Protocols 40 Faculty members Workshop
3 11/13/2021 1 day Cyber Security & Ethical Hacking 200 All Branches students and Faculty members Webinar
4 27/09/2021 to 02/10/2021 6 days Introduction to Deep Learning 300+ B.Tech 3rd year ECE Workshop
5 11/13/2021 1 day Verification Methodologies for ASIC Design 40 B.Tech 4th year ECE and M.Tech VLSI SD students Webinar
6 22/11/2021 to 26/11/2021 5 days A 5-Day Workshop on Introduction to Python Programming 120+ B.Tech 2nd year students (all branches) Workshop

 

 

Academic year : 2020-2021

S. No Dates Duration Event Name No.of Participants Type of Participants Nature of the Program
1 7/5/2020 2 Hours Webinar on CMOS Circuit Design with the Sub-nW power 100+ Faculty Members Webinar
2 30/11/2020 2 Hours Webinar on Challenges in Designing High Speed Serial I/Os and Interfacing 100+ Faculty Members Webinar
3 02/01/2021 & 03/01/2021 2 Days A Two day virtual workshop on Make in India and entrepreneurship 200+ B.Tech 2nd and 3rd year students Workshop
4 1/9/2021 2 hours Dr. Sukomal Dey
Assistant Professor
Dept. of Electrical Engineering
IIT Palakkad
30 Faculty Members Webinar
5 11/02/2021 to 13/02/2021 3 Days A Three Day Training on ASIC Physical Design using Cadence EDA Tools (Theory & Practice) 30 Faculty Members Traning
6 12/03/2021 to 13/03/2021 2 Days A Two Day Traning on VLSI Design using EDA Tools 60 B.Tech 3rd year ECE Training
7 16/03/2021 1 day Hardware Platforms for Engineering Applications 40 B.Tech 2nd year ECE Webinar

 

Academic year : 2019-2020

S. No Dates Duration Event Name Conducted by No.of Participants Type of Participants Nature of the Program  
1 19/07/2019 2 Hours Emerging Trends in Microprocessors and Microcontrollers TECHNOLITES 100+ B.Tech 3rd year ECE Guest Lecture  
2 27/07/2019 2 Hours Contribution of TESLA TECHNOLITES 100+ B.Tech 3rd year ECE Guest Lecture  
3 02/08/2019, 03/08/2019 and
09/08/2019, 10/08/2019
2 Days Two Day Workshop on Arduino Based Robots Technolites,
ECE
87 B.Tech 2nd year ECE Workshop  
4 26/08/2019 1 Day One Day Seminar on Scripting Languages for VLSI Design Department of ECE 17 Faculty Members Seminar  
5 27/08/2019 1 Day One Day Seminar on Physical Design Department of ECE 16 Faculty Members Seminar  
6 28/08/2019 & 30/08/2019 2 Days Two day Training on VLSI System Functionality and Optimization Analysis using EDA Tools Prof. Magdy Bayoumi Centre for VLSI Design, ECE Dept., 16 M.tech VLSI SD students Training  
7 07/09/2019 & 09/09/2019 2 Days Two Day Workshop on Raspberry Pi Using Python TECHNOLITES, Dept., of ECE 16 B.Tech 3rd year ECE Workshop  
8 7/9/2019 1 Day Technical Event on Hardware Platforms for Engineering Applications TECHNOLITES, Dept., of ECE 49 B.Tech 2nd year ECE Technical Event  
9 19/09/2019 to 21/09/2019 3 Days Three Day FDP on ASIC physical Design Using Cadence Tools Prof. Magdy Bayoumi Centre for VLSI Design, ECE Dept., 11 Faculty Members FDP  
10 27/09/2019 1 Day Hands-on Training on Electromagnetic Software Tools TECHNOLITES, Dept., of ECE 32 B.Tech 3rd year ECE Training Program  
11 30/10/2019 to 01/11/2019 3 Days Three Day FDP on Research Methodology IEEE SB, Dept., of ECE 12 Faculty Members FDP  
12 25/11/2019 to 29/11/2019 5 Days Short Term Training on High Level VLSI System Design using EDA Tools Prof. Magdy Bayoumi Centre for VLSI Design, ECE Dept., 30 Faculty Members Short Term Course  
13 02/12/20149 to 04/12/2019 3 Days Three Day Refresher Course on 8051 mrocontroller Dept., of ECE 36 Faculty Members Refresher course  
14 12/12/2019 to 14/12/2019 3 Days Three Day FDP on Wireless Sensor Networks and Internet of Things TEQIP-III, JNTUH and Dept., of ECE, CVRCE 60 Faculty Members FDP  
15 24/12/2019 1 Day Modern CPU Architectures & Infrastructures for Embedded System Design TECHNOLITES, ECE DEPT., 50 M.Tech ES students Guest Lecture  
16 4/1/2020 1 Day One Day Training on MIT App Inventor TECHNOLITES ECE Dept., 52 B.Tech 2nd year ECE Training  
17 27-28/01/2020, 29-30/01/2020,31/01/2020-01/02/2020 2 Days Two Day Training on Basic Embedded System Design using Arduino TECHNOLITES in Association With IETE, ECE Dept., 130 B.Tech 2nd year ECE Workshop  
18 07/02/2020 and 10/02/2020 2 Days Two Traing on TCL Scripting For VLSI EDA Tools TECHNOLITES ECE Dept., 10 B.Tech 4th year ECE Training  

 

Academic year : 2018-2019

           
S. No Dates Duration Event Name No.of Participants Type of Participants Nature of the Program
1 4/8/2018 1 Day One Day Workshop on Basic Embedded System Design Using Arduino 30 B.Tech 2nd year ECE Workshop
2 9/10/2018 2 HOURS Wireless Communication- Electromagnetic Theory 30 B.tech 4th year ECE Guest Lecture
3 24/09/2018 2 HOURS Microstrip Antennas 60 B.tech 4th year ECE Guest Lecture
4 21/1/2019 & 22/1/2019 2 Days Two Day Training on Xilinx Vivado Design Tools (Installation and practice) 25 Faculty Members Training
5 22/02/2019 & 23/02/2019
2 Days Practical Implementation of Python on Raspberry PI 20 M.Tech ES Students Workshop


Academic year : 2017-2018

S. No. Dates Duration Event Name No.of Participants Nature of the Program
1 29/07/2017 1 Day MATLAB Latest Toolboxes by Mathworks 30 Training
2 29/07/2017 1 Day IoT using Arduino 30 Workshop
3 18/08/2017 2 HOURS Getting Ready for The Future – The Road ahead 150+ Guest Lecture
4 22/09/2017 2 HOURS Introduction to Navigational Electronics and Surveillance 100 Guest Lecture
5 13/10/2017 &14/10/2017 2 Days Machine Learning 40 Workshop
6 06/11/2017 to 11/11/2017 6 Days Signal processing and communications with hands on using MATLAB. 45 Workshop
7 20/11/2017 to 25/11/2017 6 Days Digital system design using FPGA and Simulink 37 FDP
8 04/12/2017 to 05/12/2017 2 Days Unmanned Aerial Vehicle (UAV’s) 48 Workshop
9 7/12/2017 to 8/12/2017 2 Days Training on Cadence tools(Installation & Practice) 20 Training
10 12/1/2018 2 HOURS Internet of Things 40 Guest Lecture
11 19/01/2018 to 20/01/2018 2 Days Haptics Robotics by Robokart Company, Mumbai 30 Workshop
12 30/1/2018 to 31/1/2018 2 Days Hands On Embedded System Design using Arduino 105 Workshop
13 15/03/2018 to 16/03/2018 2 Days IoT Home Automation 30 Workshop
14 23/04/2018 to 25/04/2018 3 Days A Practical Approach of Signal Processing and Embedded System Design through LabVIEW 33 Workshop
15 11/06/2018 to 16/06/2018 6 Days Recent Advances in Radar Systems for Special Applications 40 Referesher Programme

 

Academic year : 2016-2017

 

S. No Dates Duration Event Name No.of Participants Nature of the Program
1 10/8/2016 2 Hours Design Aspects of Remote Sensing Earth Stations 100+ Guest Lecture
2 3/12/2016 2 HOURS Modulation, BER & Capacity 35 Guest Lecture
3 3/11/2016 2 HOURS Manipulation of Signals for Multidisciplinary Applications 100+ Guest Lecture
4 09/09/2016 to 10/09/2016 2 Days Ethical Hacking by e-Marshals 40 Workshop
5 15/11/2016 to 19/11/2016 5 Days VLSI and Embedded System design in communications 45 Workshop
6 21/12/2016 & 22/12/2016 2 Days Research Trends in Electronics and Communication Engineering 100 Workshop
7 2/4/2017 1 Day Embedded and Real time systems 45 Workshop
8 3/19/2017 1 Day Ethical Hacking by e-Marshals 30 Workshop
9 24/03/2017 2 HOURS Role of Satellites for Natural Resources Monitoring 100+ Guest Lecture
10 24/04/2017 to 27/04/2017 3 Days Communication, Signal & Image processing using MATLAB 50 FDP
11 05/06/2017 to 09/06/2017 5 Days Digital and Analog VLSI Design using CADENCE 32 Short Term Course
12 12/06/2017 to 14/06/2017 3 Days Microprocessors and Microcontrollers 42 Referesher Programme

 

Academic year : 2015-2016

S. No Dates Duration Event Name No.of Participants Nature of the Program
1 2/9/2015 2 HOURS Evolution and Future of Mobile Communications in India 120 Guest Lecture
2 4/11/2015 2 HOURS Cloud Security and IoT 100 Guest Lecture
3 31/07/2015 2 HOURS Internet of Things 100+ Guest Lecture
4 28/09/2015 2 HOURS Satellite and Remote Sensing 240 Guest Lecture
5 30/09/2015 1 Day Three Fundamental Robots 120 Workshop
6 08/10/2015 to 09/10/2015 2 Days Microcontrollers and Its Applications 35 Workshop
7 02/11/2015 to 04/11/2015 3 Days Two Day Short Term Course on Emerging Trends and Research Areas 45 Short Term Course
8 04/12/2015 to 05/12/2015 2 Days Two Day Short Term Course on Electromagnetic Fields and Transmission Lines 42 Short Term Course
9 21/12/2015 to 22/12/2015 2 Days Two day workshop on Research trends in ECE   Workshop
10 19/01/2016 2 HOURS Basic Communications and satellite Concepts for Broad Caster 120 Guest Lecture
11 19/02/2016 1 Day PCB Fabrication 50 Workshop
12 15/03/2016 to 16/03/2016 2 Days Arduino Prototyping 80 Workshop
13 4/5/2016 2 HOURS Plagiarism 40 Guest Lecture
14 06/06/2016 to 10/06/2016 5 Days Faculty Development programme on Microprocessors and Microcontrollers 35 FDP
15 14/06/2016 1 Day Digital Design Through Arduino by G V V Sharma, IIIT Hyderabad 32 Workshop

 

Academic year : 2014-2015

S. No Dates Duration Event Name No.of Participants Nature of the Program
1 7th & 8th Oct, 2014 2 Days Workshop on “Distinguished Lectures on Initiation of Research Activities” 45 Workshop
2 10th-12th November, 2014 3 Days Three Day Training Program on Cadence Tools (Installation & Practice) 31 Workshop
3 14th &15th Feb, 2015 2 Days Workshop on Circuit Design & PCB Fabrication 89 Workshop
4 25th & 26th Feb, 2015 2 Days Aurdiono training 12 Workshop
5 21st, 22nd, 28th Feb, 1st &
7th Mar, 2015
5 Days Workshop on advanced Digital Design 45 Workshop
6 6th & 7th March, 2015 2 Days Workshop on “Computer Vision :Industry-Institute Partnership Cell” 80 Workshop
7 23rd March 2015 2 Days BLOG BUZZ 150 Workshop
8 27th March 2015 1 Day CIENCIA 2K15 Robotics   Workshop