Download 6th Semester Course outcomes

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Semester: 6
Subject: Digital Communication
Code: 10EC61
Course Outcome :
 Define Sampling theorem and explain the various aspects of sampling theorem viz. Aliasing,
signal distortion. Explain quadrature sampling of band pass signals.
 Identify and explain the techniques used for waveform coding viz. Pulse Amplitude
Modulation (PAM) and Pulse Code Modulation (PCM).
 Identify various types of error introduced in the processes viz. sampling, quantizing, and
Describe Inter Symbol Interference (ISI), adaptive equalization techniques.
 Describe different digital modulation schemes, and compare advantages/ Disadvantages of
each as applied to baseband signal.
 Identify the presence of error bits signal, and calculate unknown phase of noise in the
received signal.
 Describe spread spectrum and pseudo noise sequence.
Semester: 6
Subject: Microprocessor
Code: 10EC62
Course Outcome :
 Identify and explain the need for advance microprocessors.
 Illustrate the different types of microprocessor instructions with suitable example programs
 Demonstrate the use of procedures and macros with suitable example programs.
 Illustrate the use of interrupts with suitable examples.
 Demonstrate the interfacing of various peripheral devices with the microprocessor.
 Compare the characteristics of various microprocessors.
 Develop enough confidence to take up the challenges in building useful microprocessor
based applications.
Semester: 6
Subject: Microelectronic Circuits
Code: 10EC63
Course Outcome :
 Review MOSFET basics and explain its biasing and small signal operations.
 Explain the amplifier operation of MOSFET configurations for small signals and high
 frequency responses with and without active loads.
 Describe the MOS differential pair and various Multistage amplifiers.
 Describe feedback design for analog circuits related to MOSFET’s.
 Explain operational amplifier theory and design taking MOSFET’s characteristics
 Review Digital CMOS circuits, CMOS inverter and other digital logic families.
Semester: 6
Subject: Antennas and Wave Propagation
Code: 10EC64
Course Outcome :
 Recall electromagnetic plane waves. Apply principles of electromagnetic to explain antenna
radiation. Explain various antenna parameters.
 Explain antenna as a point source. Design antenna patterns for different cases.
 Explain dipole antennas. Establish mathematical equations for various parameters of thin
linear antenna.
 Explain loop, slot, patch and horn antennas. Derive expressions for the parameters of loop
and slot antennas.
 Explain structure and working of antenna types. Illustrate applications of satellite, Ultra
Wideband (UBW) antennas.
 Describe effects of atmosphere on radio wave propagation. Derive expressions for ground.
 Explain ionosphere and troposphere propagation.
Semester: 6
Course Outcome :
Subject: Operating Systems
Code: 10EC65
 Recognize and identify the class of operating system.
 Explain the concept of User Profile and Learn to configure an OS, Concept of Process and
demonstrate the procedure to manipulate the process status in an OS and the life cycle of the
process and its relation to scheduler.
 Analyze and predict the requirement of memory, based on the specifications of a given OS
or an application.
 Explain the concept of page replacement and virtual memory management, and the memory
organization on the disk and explain the concept of FAT.
 Explain the requirement for different schedulers and scheduling policies.
 Explain the need for messages and distinguish between various categories of messages.
 Install and configure a system to the user requirement.
Semester: 6
Subject: Analog and mixed mode VLSI design
Course Outcome :
 List the challenges in Analog design.
 Decipher the problems involved in mixed signal layout.
 Design Capacitors and Resistors in the sub micron CMOS process.
 Design adders, ADC, and DAC for the given specifications
 Calculate ADC and DAC parameters.
 Calculate SNR in ADC and DAC
 Design Op amps.
Code: 10EC661
Semester: 6
Subject: Programming in C++
Code: 10EC662
Course Outcome :
 List object oriented programming features in C++. Apply these features to program design
and implementation.
 Define object oriented concepts and how they are supported by C++. Gain some practical
experience of C++. Demonstrate implementation issues related to object‑ oriented techniques.
 Demonstrate the basic components of an object oriented program including methods and
attributes, Differentiate between classes and instances.
 Define and use friend functions and friend classes. Explain the need for Data Encapsulation
 Create Class and Function Templates. Use Standard Template Library functions and classes.