FULLY EDUCATIONAL WEBSITE
Got Frustrated of the Exams...???
Searching for sample Question Papers...???
Good Bye to hard work and Hai to smart work...
Showing posts with label ECE Question Papers. Show all posts
EC 256 COMMUNICATION ENGINEERING Question paper EEE Fifth semester
, by questionbank2u
COMMUNICATION ENGINEERING Question paper EEE Fifth semester
EC 256 — COMMUNICATION ENGINEERING
(Common to Electronics and Instrumentation Engineering and Instrumentation and Control Engineering)
Time : Three hours Maximum : 100 marks
Answer ALL questions.
PART A — (10 ? 2 = 20 marks)
1. State the primary mode of microwave propagation? What factors determine the range of it?2. Define (a) Passive Satellite (b) Active Satellite.
3. Define Nyquist sampling rate.
4. What is the operation of a Compander?
5. What is meant by coherent reception in data transmission?
6. How the probability of error can be reduced in data transmission?
7. What are the advantages of fiber optics over wire systems?
8. Define characteristic impedance of a cable.
9. What are the video and audio IF carrier frequencies?
10. Define (a) luminance signal (b) chrominance signal.
PART B — (5 ? 16 = 80 marks)
11. Give a detailed comparison of (i) data transmission systems (ii) digital modulation systems.12. (a) Explain the direct method of FM generation.
Or
(b) Draw the block diagram of an AM superheterodyne radio receiver and explain the function of each block.
13. (a) Explain in detail :
(i) Quantization
(ii) Companding
with regard to pulse code modulation scheme.
Or
(b) (i) Describe the slope overload error and the ways to minimize it.
(ii) Compare the various pulse modulation schemes.
14. (a) Explain in detail about TDM.
Or
(b) Explain the essential components of an optical communication system.
15. (a) Sketch the block diagram of a monochrome television receiver and explain.
Or
(b) (i) Explain interlaced scanning.
(ii) Sketch the electron gun in a typical CRT. Explain briefly how the electron beam is focussed.
EC2204 SIGNALS AND SYSTEMS ANNA UNIVERSITY PREVIOUS YEAR QUESTION PAPER APRIL/MAY 2010 FOR ECE DEPARTMENT ...
, by questionbank2u
EC2204 SIGNALS AND SYSTEMS ANNA UNIVERSITY PREVIOUS YEAR QUESTION PAPER APRIL/MAY 2010 FOR ECE DEPARTMENT ...
B.E./B.Tech. DEGREE EXAMINATION, APRIL/MAY 2010
Third Semester
Electronics and Communication Engineering
EC2204 — SIGNALS AND SYSTEMS
(Regulation 2008)
Time: Three hours Maximum: 100 Marks
Answer ALL Questions
PART A — (10 × 2 = 20 Marks)
1. Define unit impulse and unit step signals.2. When is a system said to be memoryless? Give an example.
3. State any two properties of Continuous – Time Fourier Transform.
4. Find the Laplace transform of the signal ) ( ) ( t u e t x at − = .
5. State the convolution integral for continuous time LTI systems.
6. What is the impulse response of two LTI systems connected in parallel?
7. State the Sampling theorem.
8. State the sufficient condition for the existence of DTFT for an aperiodic
sequence ) (n x .
9. Define one sided Z-transform and Two-sided Z-transform.
10. Define the shifting property of the discrete time unit Impulse function.
PART B — (5 × 16 = 80 Marks)
11. (a) Distinguish between the following:(i) Continuous Time Signal and Discrete Time Signal. (4)
(ii) Unit step and Unit Ramp functions. (4)
(iii) Periodic and Aperiodic signals. (4)
(iv) Deterministic and Random signals. (4)
Or
(b) (i) Find whether the signal ) 1 4 ( sin ) 1 10 ( cos 2 ) ( − − + = t t t x is periodic
or not. (4)
(ii) Find the summation ∑∞
− =
−
8
2 ) 2 (
n
n n e δ . (4)
(iii) Explain the properties of unit impulse function. (4)
(iv) Find the fundamental period T of the continuous time signal
+ =
6
10 cos 20 ) (
π
πt t x . (4)
12. (a) (i) Find the trigonometric Fourier series for the periodic signal ) (t x
shown in the figure given below : (10)
(ii) Explain the Fourier spectrum of a periodic signal ) (t x . (6)
Or
(b) (i) Find the Laplace transform of the signal
) ( ) ( ) ( t u e t u e t x bt t a − + = − − . (8)
(ii) Find the Fourier transform of
t e t x
− = ) ( for 1 1 ≤ ≤ − t
otherwise 0 = . (8)
132 132 132
E 3074 3
13. (a) (i) Explain the steps to compute the convolution integral. (8)
(ii) Find the convolution of the following signals: (8)
) ( ) ( 2 t u e t x t − =
) 2 ( ) ( + = t u t h .
Or
(b) (i) Using Laplace transform, find the impulse response of an LTI
system described by the differential equation
) ( ) ( 2
) ( ) (
2
2
t x t y
dt
t dy
t d
t y d = − − . (8)
(ii) Explain the properties of convolution integral. (8)
14. (a) (i) Find the Fourier Transform of
N n
N n A n x
> =
≤ =
0
) (
. (8)
(ii) Explain any four properties of DTFT. (8)
Or
(b) (i) Find the Z-transform of the given signal ) (n x and find ROC.
( ) ( ) sin ( ) o
x n w n u n = . (10)
(ii) Describe the sampling operation and explain how aliasing error can
be prevented. (6)
15. (a) (i) Find the impulse response of the discrete time system described by
the difference equation
) 1 ( ) ( 2 ) 1 ( 3 ) 2 ( − = + − − − n x n y n y n y . (8)
(ii) Discuss the block diagram representation for LTI discrete time
systems. (8)
Or
(b) (i) Describe the state variable model for discrete time systems. (8)
(ii) Find the state variable matrices A, B, C, D for the equation
) 2 ( 6 ) 1 ( 5 ) ( ) 2 ( 2 ) 1 ( 3 ) ( − + − + = − − − − n x n x n x n y n y n y . (8)
EC 2202 Data Structures and Object Oriented Programming (DS OOPS) in C++ Nov/Dec 2009 question paper - ECE 3rd sem- previous year Question Papers
, by questionbank2u
EC 2202 Data Structures and Object Oriented Programming (DS OOPS) in C++ Nov/Dec 2009 question paper - ECE 3rd sem- previous year Question Papers
B.E./B.Tech. DEGREE EXAMINATION, NOVEMBER/DECEMBER 2009
Third Semester
Electronics and Communication Engineering
EC 2202 — DATA STRUCTURES AND OBJECT ORIENTED
PROGRAMMING IN C++
(Regulation 2008)
Time : Three hours Maximum : 100 Marks
Answer ALL Questions
PART A — (10 × 2 = 20 Marks)
1. When do we declare a member of a class static?
2. Why is it necessary to overload an operator?
3. What is an abstract class?
4. What does ‘this’ pointer point to?
5. What is deque?
6. What is a heap and mention its types?
7. What is AVL tree?
8. When does a graph become tree?
9. What is the worst case and best case time complexity of binary tree sort?
10. What is indexed sequential search?
PART B — (5 × 16 = 80 Marks)
11. (a) (i) What is a friend function? What are the merits and demerits of
using friend function? (8)
(ii) Define a class ‘string’. Use overload ‘= =’ operator to compare two
strings. (8)
Or
(b) (i) What is a parameterized constructor? Explain with example. (8)
(ii) What is a conversion function? How is it created? Explain its
syntax. (8)
12. (a) (i) Describe the syntax of multiple inheritance. When do we use such
an inheritance? (10)
(ii) What is a virtual function? When do we make a virtual function
‘‘pure’’? (6)
Or
(b) (i) What is a file mode? Describe the various file mode options
available. (8)
(ii) What is an exception? How is an exception handled in C++? (8)
13. (a) Define double linked list. Explain the various operations of double linked
list with algorithm. (16)
Or
(b) (i) What is hashing? Explain the various hash functions with example.
(10)
(ii) What is priority queue? Discuss the array implementation of
priority queue. (6)
14. (a) Discuss the different methods of traversing a binary tree with algorithm.
(16)
Or
(b) Discuss Prim’s and Kruskal’s algorithm for computing the minimal
spanning tree weighted undirected graph. (16)
15. (a) (i) Write a ‘C’ program to implement binary search and compute its
complexity. (8)
(ii) Compare the worst case and best case time complexity of various
sorting techniques. (8)
Or
(b) Explain the all pairs shortest path algorithm with an example. (16)
EC2354 VLSI Design B.E. Anna university APRIL / MAY 2011 Question paper
, by questionbank2u
B.E. / B.Tech Electrical Communication Engineering Third Year & Final Year Sample Question Paper
, by questionbank2u
Sample Question Paper
Third Year
| Subject Code | Subject Name |
| EC 2301 | Digital Communication |
| EC 2302 | Digital Signal Processing |
| EC 2303 | Computer Architecture & Organization |
| EC 2304 | Microprocessors and Microcontroller |
| EC 2305 | Transmission Lines and Wave Guides |
| GE 2211 | Environmental Science & Engineering |
Final Year
| Subject Code | Subject Name |
| EC 2401 | Wireless Communication |
| EC 2402 | Optical Communication and Networking |
| EC 2403 | RF and Microwave Engineering |
| EC 2035 | Cryptography and Network Engineering |
| GE 2021 | Professional Ethics & Engineering |
| EC 2027 | Advanced Microprocessors |
| EC 2029 | Digital Image Processing |
Subscribe to:
Posts (Atom)
Labels
- (VTU) Aero Lecture Notes
- (VTU) Bio Tech Lecture Notess
- (VTU) Civil Lecture Notes
- (VTU) 1st year Lecture Notes
- (VTU) 1st year Question Papers
- (VTU) Civil Question Papers
- (VTU) CSE Lecture Notes
- (VTU) CSE Question Papers
- (VTU) ECE Lecture Notes
- (VTU) ECE Question Papers
- (VTU) EEE Lecture Notes
- (VTU) EEE Question Papers
- (VTU) Ind & Pro Lecture Notes
- (VTU) IT Lecture Notes
- (VTU) Math Question Papers
- +2 TN One Mark
- +2 TN Short Answer
- +2 TN Zoology Question Paper
- 1st Study Materials
- 1st SYLLABUS
- 1st year books
- 1st year Imp Ques
- 1st year notes
- 1st year question banks
- 1st year question papers
- 1st year Study Materials
- About GATE
- About GRE
- About IES
- About MAT
- Aero Question banks
- Aero Study Material
- Aero Syllabus
- Aeronautical question papers
- All Dept Question banks
- All Dept Question papers
- all sem math ques bank
- Android Widgets
- ANIMATION
- Anna university
- Anna university exams
- Anna University Internal Marks
- Anna university News
- Anna University PG Syllabus
- Anna university Question banks
- Anna university question papers
- Anna University Rank Holders
- Anna university Results
- Anna university Syllabus
- Anna University UG Syllabus
- Answer key
- Aptitude Questions
- AU
- AU 1st year
- AU Aero
- AU Civil
- AU CSE
- AU ECE
- AU EEE
- AU Engg Books
- AU from R2009 to R2013 REGULATIONS
- AU Important Question
- AU IT
- AU IT Important Question
- AU M.Eng.
- AU MBA
- AU MCA
- AU MECH
- AU Mechatronics Notes
- AU Mechatronics Question papers
- AU Mechatronics Syllabus
- AU NEWS
- AU R2008 B.TECH. Curriculum & Syllabi
- AU R2008 civil Curriculum & Syllabi
- AU R2008 EEE Curriculum & Syllabi
- AU R2008 INF & COM Curriculum & Syllabi
- AU R2008 mech Curriculum & Syllabi
- AU R2009 (B.ARCH) Curriculum & Syllabi
- AU R2009 (B.E
- AU R2012 (B.ARCH) REGULATIONS
- AU R2012 (B.E
- AU R2012 B.E \ B.Tech REGULATIONS
- AU R2013 REGULATIONS
- Automobile question papers
- B.TECH ) REGULATIONS
- Bank Test Papers
- BArch question papers
- BioMedical Question banks
- BioMedical Question papers
- BOOKS
- BTech-Question Papers
- CAT QUESTIONS PAPERS
- CE Notes
- Chem Engg notes
- Chem Engg Question paper
- civil books
- civil code books
- Civil Imp Ques
- Civil Lab manual
- Civil Lecture Notes
- civil notes
- civil Projects
- Civil Question banks
- Civil question papers
- civil Reports
- civil software
- civil Syllabus
- COCHIN UNIVERSITY Syllabus
- CSC Question Paper
- CSE books
- CSE Imp Ques
- CSE Lab manual
- CSE Lecture Notes
- CSE notes
- CSE Question banks
- CSE Question Paper
- CSE Study MATERIYALS
- CSE SYLLABUS
- CSE TWO MARKS notes
- CSIR-UGC (NET) Syllabus
- ECE Imp Ques
- ECE Lab manual
- ECE Lecture Notes
- ECE Notes
- ECE Question banks
- ECE Question Papers
- ECE Study MATERIALS
- ECE TWO MARKS
- EEE 1st year question papers
- EEE Course plan
- EEE ENGG BOOK
- EEE Imp Ques
- EEE Lab manual
- EEE Lecture Notes
- EEE notes
- EEE Question banks
- EEE Question Papers
- EEE Study Materials
- EEE TWO MARKS
- EI question papers
- EIE Lecture Notes
- EIE Notes
- EIE Question banks
- EIE Question papers
- EIE TWO MARKS
- Electrical Engineers Jobs
- Employment News
- Engineering Softwares
- Engineering Text Books
- Essential Questions
- FINAL EXAM QUESTION BANK
- Final Year Project
- Formula materials
- GATE
- GATE 2014
- GATE 2014 CS Formulas
- GATE 2014 Recruitment
- GATE EXAM
- GATE EXAM Reference Books
- GATE Solutions
- GATE Study Materials
- GATE Syllabus 2014
- Geotechnical Question Papers
- Geotechnical Syllabus
- GPA CALCULATOR
- GUJARAT UNIVERSITY Diploma
- I.T. Question papers
- I.T.Lab Manual
- ICE Question Papers
- IES Electrical Question Papers
- IES QUESTION PAPERs
- IGNOU question papers
- IISc math Question Papers
- IIT Question Papers
- Imp Ques Nov Dec 2013
- Interview Questions
- IT Imp Ques
- IT Lab manual
- IT notes
- IT Question banks
- IT Syllabus
- IT Two Marks Q and A
- Job News
- Kerala University question Papers
- Lab Manual
- Lecture Notes
- M Sc (CS-FOSS)
- M.E. 2 MARKS QUESTIONS
- M.E. CSE Q&A
- M.E. Imp Ques
- M.E./M.Tech.Math Question Paper
- M.E.Question banks
- M.E.Question Paper
- M.E.syllabus
- M.E/M.Tech TANCET Questions Paper
- M.Sc Question banks
- M.Tech.Question banks
- Madras University Question Papers
- Math Question Paper
- MBA / MCA TANCET Questions Paper
- MBA Elective
- MBA Lecture Notes
- MBA Math Question Paper
- MBA Question banks
- MBA Question Paper
- MBA Regulation 2007
- MBA Regulation 2009
- MCA Lab Manual
- MCA Lecture Notes
- MCA Math Question Paper
- MCA Question banks
- MCA Question Paper
- ME or MEng
- MECH Lab manual
- MECH Lecture Notes
- Mech Notes
- Mech Question Bank
- MECH Question banks
- MECH Question Papers
- Mech Study MATERIYALS
- Mech Syllabus
- Msc IT question papers
- OBJECTIVE QUESTIONS
- P T U question papers
- PHYSICS Question Papers
- Polymer question papers
- PTU 1ST YEAR question papers
- PTU B. PHARMACY question papers
- PTU B.SC. question papers
- PTU BBA question papers
- PTU M. PHARMACY question papers
- PTU M.SC. question papers
- Questions banks
- Railway Jobs
- SAMACHEER KALVI BOOKS
- syllabus ECE
- syllabus EEE
- syllabus MCA
- Technical questions
- TN TET AUG 2013 ANSWER KEYS
- TN TET STUDY MATERIALS
- TNEA 2014
- TNPSC
- TNPSC Question Papers
- TNPSC answer key
- TNPSC books
- TNPSC STUDY MATERIALS
- TNPSC Syllabus
- TRB books
- TRB Current Affairs (Tamil)
- TRB General Knowledge
- TRB results
- TRB-TET text books
- Tutorial PHP Video
- UG TWO MARKS
- UGC (NET) Syllabus
- UGC NET Question Paper
- UPSC Question Papers
- Video lecture
- VIVA QUESTIONS
- VTU 1st year Lecture Notes
- VTU 1st year Question papers
- VTU Aero Lecture Notes
- VTU BioTech Lecture Notes
- VTU Civil Lecture Notes
- VTU Civil Question papers
- VTU CSE Lecture Notes
- VTU CSE Question papers
- VTU ECE Lecture Notes
- VTU ECE Question papers
- VTU EEE Lecture Notes
- VTU EEE Question papers
- VTU Ind & Pro Lecture Notes
- VTU IT Lecture Notes
- VTU Math Questio npapers
- VTU MBA Lecture Notes
- VTU MCA Lecture Notes
- VTU MECH Lecture Notes
- VTU MECH Question papers
- VTU Questio npapers
- VTU Syllabus
- VTU Training Materials
- VTU University



