<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[studentsuvidha - 3rd semester IT mdu btech papers and Notes]]></title>
		<link>https://studentsuvidha.com/forum/</link>
		<description><![CDATA[studentsuvidha - https://studentsuvidha.com/forum]]></description>
		<pubDate>Sat, 02 May 2026 21:57:31 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Data Structures using ‘C’ MDU Btech]]></title>
			<link>https://studentsuvidha.com/forum/Thread-Data-Structures-using-%E2%80%98C%E2%80%99-MDU-Btech</link>
			<pubDate>Tue, 04 Apr 2017 13:21:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://studentsuvidha.com/forum/member.php?action=profile&uid=2609">Dipesh S</a>]]></dc:creator>
			<guid isPermaLink="false">https://studentsuvidha.com/forum/Thread-Data-Structures-using-%E2%80%98C%E2%80%99-MDU-Btech</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: x-large;" class="mycode_size">QUESTION PAPER</span></span></span><br />
<ul class="mycode_list"><li><a href="http://studentsuvidha.com/forum/Thread-data-structure-solved-papers-mdu-btech" target="_blank" rel="noopener" class="mycode_url">2007, 2008, 2009, 2010 and 2011 Solved</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-Data-Structure-using-C-mdu-btech-papers-year-2017" target="_blank" rel="noopener" class="mycode_url">2017</a><br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: large;" class="mycode_size">SYLLABUS:-</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-A </span><br />
<span style="font-weight: bold;" class="mycode_b">Overview of C,</span> Introduction, Stacks and Queues<br />
Overview of ‘C’ :Introduction , Flow of Control, Input output functions, Arrays and<br />
Structures, Functions<br />
<span style="font-weight: bold;" class="mycode_b">Data structures and Algorithms: </span>an overview : concept of data structure, choice of right<br />
data structures, types of data structures, basic terminology Algorithms, how to design and<br />
develop an algorithm: stepwise refinement, use of accumulators and counters; algorithm<br />
analysis, complexity of algorithms Big-oh notation.<br />
<span style="font-weight: bold;" class="mycode_b">Arrays : </span>Searching Sorting: Introduction, One Dimensional Arrays, operations defined :<br />
traversal, selection, searching, insertion, deletion, and sorting<br />
Searching: linear search, binary search; Sorting : selection sort, bubble sort, insertion sort,<br />
merge sort, quick sort, shell sort. Multidimensional arrays, address calculation of a location<br />
in arrays.<br />
<span style="font-weight: bold;" class="mycode_b">Stacks and queues:</span> Stacks, array representation of stack. Applications of stacks. Queues,<br />
Circular queues, , array representation of Queues,. Deques, priority queues, Applications of<br />
Queues.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-B </span><br />
<span style="font-weight: bold;" class="mycode_b">Pointers and Linked Lists;</span><br />
Pointers: Pointer variables, Pointer and arrays, array of pointers, pointers and structures,<br />
Dynamic allocation.<br />
Linked Lists: Concept of a linked list,. Circular linked list, doubly linked list, operations on<br />
linked lists. Concepts of header linked lists. Applications of linked lists, linked stacks, linked<br />
Queues.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-C </span><br />
<span style="font-weight: bold;" class="mycode_b">Trees and Graphs</span><br />
Trees: Introduction to trees, binary trees, representation and traversal of trees, operations on<br />
binary trees, types of binary trees, threaded binary trees, B Trees, . Application of trees.<br />
Graphs : Introduction, terminology, ‘set, linked and matrix’ representation, operations on<br />
graphs, Applications of graphs.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-D </span><br />
<span style="font-weight: bold;" class="mycode_b">file Handling and Advanced data Structure</span><br />
Introduction to file handling, Data and Information, File concepts, File organization, files and<br />
streams, working with files. AVL trees, Sets, list representation of sets, applications of sets,<br />
skip lists]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: x-large;" class="mycode_size">QUESTION PAPER</span></span></span><br />
<ul class="mycode_list"><li><a href="http://studentsuvidha.com/forum/Thread-data-structure-solved-papers-mdu-btech" target="_blank" rel="noopener" class="mycode_url">2007, 2008, 2009, 2010 and 2011 Solved</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-Data-Structure-using-C-mdu-btech-papers-year-2017" target="_blank" rel="noopener" class="mycode_url">2017</a><br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: large;" class="mycode_size">SYLLABUS:-</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-A </span><br />
<span style="font-weight: bold;" class="mycode_b">Overview of C,</span> Introduction, Stacks and Queues<br />
Overview of ‘C’ :Introduction , Flow of Control, Input output functions, Arrays and<br />
Structures, Functions<br />
<span style="font-weight: bold;" class="mycode_b">Data structures and Algorithms: </span>an overview : concept of data structure, choice of right<br />
data structures, types of data structures, basic terminology Algorithms, how to design and<br />
develop an algorithm: stepwise refinement, use of accumulators and counters; algorithm<br />
analysis, complexity of algorithms Big-oh notation.<br />
<span style="font-weight: bold;" class="mycode_b">Arrays : </span>Searching Sorting: Introduction, One Dimensional Arrays, operations defined :<br />
traversal, selection, searching, insertion, deletion, and sorting<br />
Searching: linear search, binary search; Sorting : selection sort, bubble sort, insertion sort,<br />
merge sort, quick sort, shell sort. Multidimensional arrays, address calculation of a location<br />
in arrays.<br />
<span style="font-weight: bold;" class="mycode_b">Stacks and queues:</span> Stacks, array representation of stack. Applications of stacks. Queues,<br />
Circular queues, , array representation of Queues,. Deques, priority queues, Applications of<br />
Queues.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-B </span><br />
<span style="font-weight: bold;" class="mycode_b">Pointers and Linked Lists;</span><br />
Pointers: Pointer variables, Pointer and arrays, array of pointers, pointers and structures,<br />
Dynamic allocation.<br />
Linked Lists: Concept of a linked list,. Circular linked list, doubly linked list, operations on<br />
linked lists. Concepts of header linked lists. Applications of linked lists, linked stacks, linked<br />
Queues.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-C </span><br />
<span style="font-weight: bold;" class="mycode_b">Trees and Graphs</span><br />
Trees: Introduction to trees, binary trees, representation and traversal of trees, operations on<br />
binary trees, types of binary trees, threaded binary trees, B Trees, . Application of trees.<br />
Graphs : Introduction, terminology, ‘set, linked and matrix’ representation, operations on<br />
graphs, Applications of graphs.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-D </span><br />
<span style="font-weight: bold;" class="mycode_b">file Handling and Advanced data Structure</span><br />
Introduction to file handling, Data and Information, File concepts, File organization, files and<br />
streams, working with files. AVL trees, Sets, list representation of sets, applications of sets,<br />
skip lists]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Maths 3 Mdu Btech]]></title>
			<link>https://studentsuvidha.com/forum/Thread-Maths-3-Mdu-Btech</link>
			<pubDate>Tue, 04 Apr 2017 13:16:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://studentsuvidha.com/forum/member.php?action=profile&uid=2609">Dipesh S</a>]]></dc:creator>
			<guid isPermaLink="false">https://studentsuvidha.com/forum/Thread-Maths-3-Mdu-Btech</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: x-large;" class="mycode_size">QUESTION PAPER</span></span></span><br />
<ul class="mycode_list"><li><a href="http://studentsuvidha.com/forum/Thread-maths-3-solved-papers-mdu-btech-sample-papers-free-download" target="_blank" rel="noopener" class="mycode_url">2008 &amp; 2009 Solved</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-Maths-3-mdu-btech-papers-year-2017" target="_blank" rel="noopener" class="mycode_url">2017</a><br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: large;" class="mycode_size">SYLLABUS:-</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-A</span><br />
Fourier Series and Fourier Transforms : Euler’s formulae, conditions for a Fourier expansion,<br />
change of interval, Fourier expansion of odd and even functions, Fourier expansion of square<br />
wave, rectangular wave, saw-toothed wave, half and full rectified wave, half range sine and<br />
consine series.<br />
Fourier integrals, Fourier transforms, Shifting theorem (both on time and frequency axes),<br />
Fourier transforms of derivatives, Fourier transforms of integrals, Convolution theorem,<br />
Fourier transform of Dirac-delta function.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-B</span><br />
Functions of Complex Variable : Definition, Exponential function, Trignometric and<br />
Hyperbolic functions, Logrithmic functions. Limit and Continuity of a function,<br />
Differnetiability and Analyticity.<br />
Cauchy-Riemann equations, necessary and sufficient conditions for a function to be<br />
analytic, polar form of the Cauchy-Riemann equations. Harmonic functions, application<br />
to flow problems. Integration of complex functions. Cauchy-Integral theorem and<br />
fourmula.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-C</span><br />
Power series, radius and circle of convergence, Taylor's Maclaurin's and Laurent's series.<br />
Zeroes and singularities of complex functions, Residues. Evaluation of real integrals using<br />
residues (around unit and semi circle only).<br />
Probability Distributions and Hypothesis Testing : Conditional probability, Bayes theorem<br />
and its applications, expected value of a random variable. Properties and application of<br />
Binomial, Poisson and Normal distributions.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-D</span><br />
Testing of a hypothesis, tests of significance for large samples, Student’s t-distribution<br />
(applications only), Chi-square test of goodness of fit.<br />
Linear Programming: Linear programming problems formulation, Solving linear<br />
programming problems using (i) Graphical method (ii) Simplex method (iii) Dual simplex<br />
method.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: x-large;" class="mycode_size">QUESTION PAPER</span></span></span><br />
<ul class="mycode_list"><li><a href="http://studentsuvidha.com/forum/Thread-maths-3-solved-papers-mdu-btech-sample-papers-free-download" target="_blank" rel="noopener" class="mycode_url">2008 &amp; 2009 Solved</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-Maths-3-mdu-btech-papers-year-2017" target="_blank" rel="noopener" class="mycode_url">2017</a><br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: large;" class="mycode_size">SYLLABUS:-</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-A</span><br />
Fourier Series and Fourier Transforms : Euler’s formulae, conditions for a Fourier expansion,<br />
change of interval, Fourier expansion of odd and even functions, Fourier expansion of square<br />
wave, rectangular wave, saw-toothed wave, half and full rectified wave, half range sine and<br />
consine series.<br />
Fourier integrals, Fourier transforms, Shifting theorem (both on time and frequency axes),<br />
Fourier transforms of derivatives, Fourier transforms of integrals, Convolution theorem,<br />
Fourier transform of Dirac-delta function.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-B</span><br />
Functions of Complex Variable : Definition, Exponential function, Trignometric and<br />
Hyperbolic functions, Logrithmic functions. Limit and Continuity of a function,<br />
Differnetiability and Analyticity.<br />
Cauchy-Riemann equations, necessary and sufficient conditions for a function to be<br />
analytic, polar form of the Cauchy-Riemann equations. Harmonic functions, application<br />
to flow problems. Integration of complex functions. Cauchy-Integral theorem and<br />
fourmula.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-C</span><br />
Power series, radius and circle of convergence, Taylor's Maclaurin's and Laurent's series.<br />
Zeroes and singularities of complex functions, Residues. Evaluation of real integrals using<br />
residues (around unit and semi circle only).<br />
Probability Distributions and Hypothesis Testing : Conditional probability, Bayes theorem<br />
and its applications, expected value of a random variable. Properties and application of<br />
Binomial, Poisson and Normal distributions.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-D</span><br />
Testing of a hypothesis, tests of significance for large samples, Student’s t-distribution<br />
(applications only), Chi-square test of goodness of fit.<br />
Linear Programming: Linear programming problems formulation, Solving linear<br />
programming problems using (i) Graphical method (ii) Simplex method (iii) Dual simplex<br />
method.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Mathematics-III MDU Btech]]></title>
			<link>https://studentsuvidha.com/forum/Thread-Mathematics-III-MDU-Btech</link>
			<pubDate>Tue, 04 Apr 2017 12:51:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://studentsuvidha.com/forum/member.php?action=profile&uid=2609">Dipesh S</a>]]></dc:creator>
			<guid isPermaLink="false">https://studentsuvidha.com/forum/Thread-Mathematics-III-MDU-Btech</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: x-large;" class="mycode_size">QUESTION PAPER</span></span></span><br />
<ul class="mycode_list"><li><a href="http://studentsuvidha.com/forum/Thread-maths-3-solved-papers-mdu-btech-sample-papers-free-download" target="_blank" rel="noopener" class="mycode_url">2008 &amp; 2009 Solved</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-Maths-3-mdu-btech-paper-year-2016" target="_blank" rel="noopener" class="mycode_url">2016</a><br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: large;" class="mycode_size">SYLLABUS:-</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-A</span><br />
<span style="font-weight: bold;" class="mycode_b">Fourier Series and Fourier Transforms :</span> Euler’s formulae, conditions for a Fourier expansion, change of interval, Fourier expansion of odd and even functions, Fourier expansion of square wave, rectangular wave, saw-toothed wave, half and full rectified wave, half range sine and consine series. <br />
Fourier integrals, Fourier transforms, Shifting theorem (both on time and frequency axes), Fourier transforms of derivatives, Fourier transforms of integrals, Convolution theorem, Fourier transform of Dirac-delta function.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-B</span><br />
<span style="font-weight: bold;" class="mycode_b">Functions of Complex Variable :</span> Definition, Exponential  function, Trignometric  and Hyperbolic  functions,  Logrithmic  functions.  Limit   and  Continuity  of  a function, Differnetiability   and Analyticity. <br />
Cauchy-Riemann    equations,   necessary   and    sufficient conditions  for  a  function to be analytic, polar  form  of the Cauchy-Riemann  equations.   Harmonic functions,  application to flow  problems.   Integration  of  complex  functions.    Cauchy-Integral theorem and fourmula.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-C</span><br />
Power  series,  radius and circle  of  convergence, Taylor's Maclaurin's and  Laurent's series. Zeroes  and singularities  of complex  functions,  Residues. Evaluation of real integrals using residues (around unit and semi circle only). <br />
<span style="font-weight: bold;" class="mycode_b">Probability Distributions and Hypothesis Testing : </span>Conditional probability, Bayes theorem and its applications, expected  value  of  a random variable.   Properties and application of Binomial,  Poisson  and Normal distributions.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section D</span><br />
Testing  of a  hypothesis,  tests  of  significance  for  large samples, Student’s t-distribution (applications only),  Chi-square test of goodness of fit. <br />
<span style="font-weight: bold;" class="mycode_b">Linear Programming:</span> Linear programming problems formulation,  Solving linear programming problems using (i) Graphical method (ii) Simplex method (iii) Dual simplex method.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: x-large;" class="mycode_size">QUESTION PAPER</span></span></span><br />
<ul class="mycode_list"><li><a href="http://studentsuvidha.com/forum/Thread-maths-3-solved-papers-mdu-btech-sample-papers-free-download" target="_blank" rel="noopener" class="mycode_url">2008 &amp; 2009 Solved</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-Maths-3-mdu-btech-paper-year-2016" target="_blank" rel="noopener" class="mycode_url">2016</a><br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: large;" class="mycode_size">SYLLABUS:-</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-A</span><br />
<span style="font-weight: bold;" class="mycode_b">Fourier Series and Fourier Transforms :</span> Euler’s formulae, conditions for a Fourier expansion, change of interval, Fourier expansion of odd and even functions, Fourier expansion of square wave, rectangular wave, saw-toothed wave, half and full rectified wave, half range sine and consine series. <br />
Fourier integrals, Fourier transforms, Shifting theorem (both on time and frequency axes), Fourier transforms of derivatives, Fourier transforms of integrals, Convolution theorem, Fourier transform of Dirac-delta function.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-B</span><br />
<span style="font-weight: bold;" class="mycode_b">Functions of Complex Variable :</span> Definition, Exponential  function, Trignometric  and Hyperbolic  functions,  Logrithmic  functions.  Limit   and  Continuity  of  a function, Differnetiability   and Analyticity. <br />
Cauchy-Riemann    equations,   necessary   and    sufficient conditions  for  a  function to be analytic, polar  form  of the Cauchy-Riemann  equations.   Harmonic functions,  application to flow  problems.   Integration  of  complex  functions.    Cauchy-Integral theorem and fourmula.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-C</span><br />
Power  series,  radius and circle  of  convergence, Taylor's Maclaurin's and  Laurent's series. Zeroes  and singularities  of complex  functions,  Residues. Evaluation of real integrals using residues (around unit and semi circle only). <br />
<span style="font-weight: bold;" class="mycode_b">Probability Distributions and Hypothesis Testing : </span>Conditional probability, Bayes theorem and its applications, expected  value  of  a random variable.   Properties and application of Binomial,  Poisson  and Normal distributions.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section D</span><br />
Testing  of a  hypothesis,  tests  of  significance  for  large samples, Student’s t-distribution (applications only),  Chi-square test of goodness of fit. <br />
<span style="font-weight: bold;" class="mycode_b">Linear Programming:</span> Linear programming problems formulation,  Solving linear programming problems using (i) Graphical method (ii) Simplex method (iii) Dual simplex method.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[fundamental of management FOM NOTES and PAPERS with SYLLABUS mdu btech free download]]></title>
			<link>https://studentsuvidha.com/forum/Thread-fundamental-of-management-FOM-NOTES-and-PAPERS-with-SYLLABUS-mdu-btech-free-download</link>
			<pubDate>Sun, 01 Mar 2015 10:55:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://studentsuvidha.com/forum/member.php?action=profile&uid=1">rusty cool</a>]]></dc:creator>
			<guid isPermaLink="false">https://studentsuvidha.com/forum/Thread-fundamental-of-management-FOM-NOTES-and-PAPERS-with-SYLLABUS-mdu-btech-free-download</guid>
			<description><![CDATA[DOWNLOAD ALL PREVIOUS YEAR PAPERS HERE of both <span style="font-weight: bold;" class="mycode_b">old </span>and<span style="font-weight: bold;" class="mycode_b"> new scheme</span><ul class="mycode_list"><li><a href="http://studentsuvidha.com/forum/Thread-fundamental-of-management-FOM-mdu-btech-papers-year-2009" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2009</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-fundamental-of-management-FOM-mdu-btech-papers-year-2010" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2010</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-fundamental-of-management-FOM-mdu-btech-papers-year-2011" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2011</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-fundamental-of-management-FOM-mdu-btech-papers-year-2012" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2012</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-fundamental-of-management-FOM-mdu-btech-papers-year-2013" target="_blank" rel="noopener" class="mycode_url">DOWNLAOD PAPER OF YEAR 2013</a><br />
</li>
<li>DOWNLOAD PAPER OF YEAR 2014 please upload<br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-Fundamental-of-management-of-mdu-btech-of-year-2015-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF </a><a href="http://studentsuvidha.com/forum/Thread-Fundamental-of-management-of-mdu-btech-of-year-2015-free-download" target="_blank" rel="noopener" class="mycode_url">YEAR</a><a href="http://studentsuvidha.com/forum/Thread-Fundamental-of-management-of-mdu-btech-of-year-2015-free-download" target="_blank" rel="noopener" class="mycode_url"> 2015</a><br />
<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">SYLLABUS:-</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-A</span><br />
Meaning of management, Definitions of Management, Characteristics of management,<br />
Management Vs. Administration. Management-Art, Science and Profession. Importance of<br />
Management. Development of Management thoughts.<br />
Principles of Management. The Management Functions, Inter-relationship of Managerial<br />
functions.<br />
Nature and Significance of staffing, Personnel management, Functions of personnel<br />
management, Manpower planning, Process of manpower planning, Recruitment,<br />
Selection; Promotion - Seniority Vs. Merit. Training - objectives and types of training.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-B</span><br />
Production Management : Definition, Objectives, Functions and Scope, Production Planning<br />
and Control; its significance, stages in production planning and control. Brief introduction to<br />
the concepts of material management, inventory control; its importance and various methods.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-C</span><br />
Marketing Management - Definition of marketing, Marketing concept, objectives &amp;<br />
Functions of marketing.<br />
Marketing Research - Meaning; Definition; objectives; Importance; Limitations; Process.<br />
Advertising - meaning of advertising, objectives, functions, criticism.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-D</span><br />
Introduction of Financial Management, Objectives of Financial Management, Functions and<br />
Importance of Financial Management. Brief Introduction to the concept of capital structure<br />
and various sources of finance.]]></description>
			<content:encoded><![CDATA[DOWNLOAD ALL PREVIOUS YEAR PAPERS HERE of both <span style="font-weight: bold;" class="mycode_b">old </span>and<span style="font-weight: bold;" class="mycode_b"> new scheme</span><ul class="mycode_list"><li><a href="http://studentsuvidha.com/forum/Thread-fundamental-of-management-FOM-mdu-btech-papers-year-2009" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2009</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-fundamental-of-management-FOM-mdu-btech-papers-year-2010" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2010</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-fundamental-of-management-FOM-mdu-btech-papers-year-2011" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2011</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-fundamental-of-management-FOM-mdu-btech-papers-year-2012" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2012</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-fundamental-of-management-FOM-mdu-btech-papers-year-2013" target="_blank" rel="noopener" class="mycode_url">DOWNLAOD PAPER OF YEAR 2013</a><br />
</li>
<li>DOWNLOAD PAPER OF YEAR 2014 please upload<br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-Fundamental-of-management-of-mdu-btech-of-year-2015-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF </a><a href="http://studentsuvidha.com/forum/Thread-Fundamental-of-management-of-mdu-btech-of-year-2015-free-download" target="_blank" rel="noopener" class="mycode_url">YEAR</a><a href="http://studentsuvidha.com/forum/Thread-Fundamental-of-management-of-mdu-btech-of-year-2015-free-download" target="_blank" rel="noopener" class="mycode_url"> 2015</a><br />
<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">SYLLABUS:-</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-A</span><br />
Meaning of management, Definitions of Management, Characteristics of management,<br />
Management Vs. Administration. Management-Art, Science and Profession. Importance of<br />
Management. Development of Management thoughts.<br />
Principles of Management. The Management Functions, Inter-relationship of Managerial<br />
functions.<br />
Nature and Significance of staffing, Personnel management, Functions of personnel<br />
management, Manpower planning, Process of manpower planning, Recruitment,<br />
Selection; Promotion - Seniority Vs. Merit. Training - objectives and types of training.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-B</span><br />
Production Management : Definition, Objectives, Functions and Scope, Production Planning<br />
and Control; its significance, stages in production planning and control. Brief introduction to<br />
the concepts of material management, inventory control; its importance and various methods.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-C</span><br />
Marketing Management - Definition of marketing, Marketing concept, objectives &amp;<br />
Functions of marketing.<br />
Marketing Research - Meaning; Definition; objectives; Importance; Limitations; Process.<br />
Advertising - meaning of advertising, objectives, functions, criticism.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section-D</span><br />
Introduction of Financial Management, Objectives of Financial Management, Functions and<br />
Importance of Financial Management. Brief Introduction to the concept of capital structure<br />
and various sources of finance.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DS discrete structure NOTES and papers with syllabus]]></title>
			<link>https://studentsuvidha.com/forum/Thread-DS-discrete-structure-NOTES-and-papers-with-syllabus</link>
			<pubDate>Thu, 26 Feb 2015 04:07:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://studentsuvidha.com/forum/member.php?action=profile&uid=1">rusty cool</a>]]></dc:creator>
			<guid isPermaLink="false">https://studentsuvidha.com/forum/Thread-DS-discrete-structure-NOTES-and-papers-with-syllabus</guid>
			<description><![CDATA[DOWNLOAD PAPER OF YEAR 2014DOWNLOAD ALL PREVIOUS YEAR PAPERS HERE of both <span style="font-weight: bold;" class="mycode_b">old </span>and<span style="font-weight: bold;" class="mycode_b"> new scheme</span><ul class="mycode_list"><li><a href="http://studentsuvidha.com/forum/Thread-DS-discrete-structure-previous-year-paper-2009-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2009</a><br />
</li>
<li>DOWNLOAD PAPER OF YEAR 2010 please upload<br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DS-discrete-structure-previous-year-paper-2011-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2011</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DS-discrete-structure-previous-year-paper-2012-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2012</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DS-discrete-structure-previous-year-paper-2013-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2013</a><br />
</li>
<li>DOWNLOAD PAPER OF YEAR 2014 please upload<br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DS-discrete-structure-previous-year-paper-2015-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2015</a><br />
</li>
<li>DOWNLOAD PAPER OF YEAR 2016 please upload<br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DS-discrete-structure-previous-year-paper-2017-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2017</a><br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: large;" class="mycode_size">SYLLABUS:-</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section A: Set Theory and Propositional Calculus:</span><br />
Introduction to set theory, Set operations, Algebra of sets, Duality, Finite and Infinite sets,<br />
Classes of sets, Power Sets, Multi sets, Cartesian Product, Representation of relations, Types<br />
of relation, Equivalence relations and partitions , Partial ordering relations and lattices<br />
Function and its types, Composition of function and relations, Cardinality and inverse<br />
relations<br />
Introduction to propositional Calculus: Basic operations: AND(^), OR(v), NOT(~), Truth<br />
value of a compound statement, propositions, tautologies, contradictions.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section B: Techniques of Counting and Recursion and recurrence Relation:</span><br />
Permutations with and without repetition, Combination.Polynomials and their evaluation,<br />
Sequences, Introduction to AP, GP and AG series, partial fractions, linear recurrence relation<br />
with constant coefficients, Homogeneous solutions, Particular solutions, Total solution of a<br />
recurrence relation using generating functions.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section C: Algebric Structures</span><br />
Definition and examples of a monoid, Semigroup, Groups and rings, Homomorphism,<br />
Isomorphism and Automorphism, Subgroups and Normal subgroups, Cyclic groups, Integral<br />
domain and fields, Cosets, Lagrange’s theorem<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section D: Section Graphs and Trees:</span><br />
Introduction to graphs, Directed and Undirected graphs, Homomorphic and Isomorphic<br />
graphs, Subgraphs, Cut points and Bridges, Multigraph and Weighted graph, Paths and<br />
circuits, Shortest path in weighted graphs, Eurelian path and circuits, Hamilton paths and<br />
circuits, Planar graphs, Euler’s formula, Trees, Spanning trees, Binary trees and its traversals]]></description>
			<content:encoded><![CDATA[DOWNLOAD PAPER OF YEAR 2014DOWNLOAD ALL PREVIOUS YEAR PAPERS HERE of both <span style="font-weight: bold;" class="mycode_b">old </span>and<span style="font-weight: bold;" class="mycode_b"> new scheme</span><ul class="mycode_list"><li><a href="http://studentsuvidha.com/forum/Thread-DS-discrete-structure-previous-year-paper-2009-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2009</a><br />
</li>
<li>DOWNLOAD PAPER OF YEAR 2010 please upload<br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DS-discrete-structure-previous-year-paper-2011-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2011</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DS-discrete-structure-previous-year-paper-2012-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2012</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DS-discrete-structure-previous-year-paper-2013-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2013</a><br />
</li>
<li>DOWNLOAD PAPER OF YEAR 2014 please upload<br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DS-discrete-structure-previous-year-paper-2015-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2015</a><br />
</li>
<li>DOWNLOAD PAPER OF YEAR 2016 please upload<br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DS-discrete-structure-previous-year-paper-2017-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2017</a><br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: large;" class="mycode_size">SYLLABUS:-</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section A: Set Theory and Propositional Calculus:</span><br />
Introduction to set theory, Set operations, Algebra of sets, Duality, Finite and Infinite sets,<br />
Classes of sets, Power Sets, Multi sets, Cartesian Product, Representation of relations, Types<br />
of relation, Equivalence relations and partitions , Partial ordering relations and lattices<br />
Function and its types, Composition of function and relations, Cardinality and inverse<br />
relations<br />
Introduction to propositional Calculus: Basic operations: AND(^), OR(v), NOT(~), Truth<br />
value of a compound statement, propositions, tautologies, contradictions.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section B: Techniques of Counting and Recursion and recurrence Relation:</span><br />
Permutations with and without repetition, Combination.Polynomials and their evaluation,<br />
Sequences, Introduction to AP, GP and AG series, partial fractions, linear recurrence relation<br />
with constant coefficients, Homogeneous solutions, Particular solutions, Total solution of a<br />
recurrence relation using generating functions.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section C: Algebric Structures</span><br />
Definition and examples of a monoid, Semigroup, Groups and rings, Homomorphism,<br />
Isomorphism and Automorphism, Subgroups and Normal subgroups, Cyclic groups, Integral<br />
domain and fields, Cosets, Lagrange’s theorem<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Section D: Section Graphs and Trees:</span><br />
Introduction to graphs, Directed and Undirected graphs, Homomorphic and Isomorphic<br />
graphs, Subgraphs, Cut points and Bridges, Multigraph and Weighted graph, Paths and<br />
circuits, Shortest path in weighted graphs, Eurelian path and circuits, Hamilton paths and<br />
circuits, Planar graphs, Euler’s formula, Trees, Spanning trees, Binary trees and its traversals]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DE Digital electronics NOTES, previous year papers, syllabus free downlaod MDU BTECH]]></title>
			<link>https://studentsuvidha.com/forum/Thread-DE-Digital-electronics-NOTES-previous-year-papers-syllabus-free-downlaod-MDU-BTECH</link>
			<pubDate>Thu, 26 Feb 2015 03:30:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://studentsuvidha.com/forum/member.php?action=profile&uid=1">rusty cool</a>]]></dc:creator>
			<guid isPermaLink="false">https://studentsuvidha.com/forum/Thread-DE-Digital-electronics-NOTES-previous-year-papers-syllabus-free-downlaod-MDU-BTECH</guid>
			<description><![CDATA[DOWNLOAD ALL PREVIOUS YEAR PAPERS HERE of both <span style="font-weight: bold;" class="mycode_b">old </span>and<span style="font-weight: bold;" class="mycode_b"> new scheme</span><br />
<ul class="mycode_list"><li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2009-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2009</a><br />
</li>
<li>DOWNLOAD PAPER OF YEAR 2010 please upload<br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2011-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER O</a><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2011-free-download" target="_blank" rel="noopener" class="mycode_url">F YEAR 2011</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2012-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2012</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2013-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLAOD PAPER OF YEAR 2013</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2014-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2014</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2015-free-download?pid=2594#pid2594" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2015</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2016-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2016</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2017-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2017</a><br />
</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: large;" class="mycode_size">SYLLABUS:-</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">SECTION-A</span><br />
Digital system and binary numbers: Signed binary numbers, binary codes, cyclic codes, error<br />
detecting and correcting codes, hamming codes.<br />
Gate-level minimization: The K-map method up to five variable, don’t care conditions, POS<br />
simplification, NAND and NOR implementation, Quine Mc-Clusky method (Tabular<br />
method)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">SECTION-B</span><br />
Combinational Logic: Combinational circuits, analysis procedure, design procedure, binary<br />
adder-subtractor, decimal adder, binary multiplier, magnitude comparator, decoders,<br />
encoders, multiplexers ,demultiplexers<br />
<br />
<span style="font-weight: bold;" class="mycode_b">SECTION –C</span><br />
Synchronous Sequential logic: Sequential circuits, storage elements: latches, flip flops,<br />
analysis of clocked sequential circuits, state reduction and assignments, design procedure.<br />
Registers and counters: Shift registers, ripple counter, synchronous counter, other counters<br />
<br />
<span style="font-weight: bold;" class="mycode_b">SECTION- D</span><br />
Memory and programmable logic: RAM, ROM, PLA, PAL. Design at the register transfer<br />
level: ASMs, design example, design with multiplexers. Asynchronous sequential logic:<br />
Analysis procedure, circuit with latches, design procedure, reduction of state and flow table,<br />
race Free State assignment, hazards]]></description>
			<content:encoded><![CDATA[DOWNLOAD ALL PREVIOUS YEAR PAPERS HERE of both <span style="font-weight: bold;" class="mycode_b">old </span>and<span style="font-weight: bold;" class="mycode_b"> new scheme</span><br />
<ul class="mycode_list"><li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2009-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2009</a><br />
</li>
<li>DOWNLOAD PAPER OF YEAR 2010 please upload<br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2011-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER O</a><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2011-free-download" target="_blank" rel="noopener" class="mycode_url">F YEAR 2011</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2012-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2012</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2013-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLAOD PAPER OF YEAR 2013</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2014-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2014</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2015-free-download?pid=2594#pid2594" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2015</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2016-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2016</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DE-Digital-electronics-previous-year-paper-2017-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2017</a><br />
</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: large;" class="mycode_size">SYLLABUS:-</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">SECTION-A</span><br />
Digital system and binary numbers: Signed binary numbers, binary codes, cyclic codes, error<br />
detecting and correcting codes, hamming codes.<br />
Gate-level minimization: The K-map method up to five variable, don’t care conditions, POS<br />
simplification, NAND and NOR implementation, Quine Mc-Clusky method (Tabular<br />
method)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">SECTION-B</span><br />
Combinational Logic: Combinational circuits, analysis procedure, design procedure, binary<br />
adder-subtractor, decimal adder, binary multiplier, magnitude comparator, decoders,<br />
encoders, multiplexers ,demultiplexers<br />
<br />
<span style="font-weight: bold;" class="mycode_b">SECTION –C</span><br />
Synchronous Sequential logic: Sequential circuits, storage elements: latches, flip flops,<br />
analysis of clocked sequential circuits, state reduction and assignments, design procedure.<br />
Registers and counters: Shift registers, ripple counter, synchronous counter, other counters<br />
<br />
<span style="font-weight: bold;" class="mycode_b">SECTION- D</span><br />
Memory and programmable logic: RAM, ROM, PLA, PAL. Design at the register transfer<br />
level: ASMs, design example, design with multiplexers. Asynchronous sequential logic:<br />
Analysis procedure, circuit with latches, design procedure, reduction of state and flow table,<br />
race Free State assignment, hazards]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DAC digital and analog communication NOTES, Papers with syllabus MDU BTECH download]]></title>
			<link>https://studentsuvidha.com/forum/Thread-DAC-digital-and-analog-communication-NOTES-Papers-with-syllabus-MDU-BTECH-download</link>
			<pubDate>Thu, 26 Feb 2015 03:23:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://studentsuvidha.com/forum/member.php?action=profile&uid=1">rusty cool</a>]]></dc:creator>
			<guid isPermaLink="false">https://studentsuvidha.com/forum/Thread-DAC-digital-and-analog-communication-NOTES-Papers-with-syllabus-MDU-BTECH-download</guid>
			<description><![CDATA[DOWNLOAD ALL PREVIOUS YEAR PAPERS HERE of both <span style="font-weight: bold;" class="mycode_b">old </span>and<span style="font-weight: bold;" class="mycode_b"> new scheme</span><ul class="mycode_list"><li><a href="http://studentsuvidha.com/forum/Thread-DAC-digital-and-analog-communication-paper-year-2011" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2011</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DAC-digital-and-analog-communication-paper-year-2012" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2012</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DAC-digital-and-analog-communication-paper-year-2013" target="_blank" rel="noopener" class="mycode_url">DOWNLAOD PAPER OF YEAR 2013</a><br />
</li>
<li>DOWNLOAD PAPER OF YEAR 2014 please upload<br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-Digital-and-analog-communication-question-paper-of-2015-MDU-btech-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2015</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DAC-digital-and-analog-communication-paper-year-2016" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2016</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DAC-digital-and-analog-communication-paper-year-2017" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2017</a><br />
</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Download notes here</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size"><span style="text-decoration: underline;" class="mycode_u">Section A: Communication system components: </span></span></span><a href="http://studentsuvidha.com/forum/Thread-Communication-system-components-digital-and-anolog-comm-btech-notes-sec-a-of-mdu" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b"><span style="color: #b22222;" class="mycode_color"><span style="font-style: italic;" class="mycode_i">DOWNLOAD NOTES HERE</span></span></span></span></span></a><ul class="mycode_list"><li>Introduction to Communication: Definition &amp; means of communications;<br />
</li>
<li>Digital and analog signals: sign waves, square waves; Properties of signals: amplitude, frequency, phase;<br />
</li>
<li>Theoretical basis for data communication:<br />
</li>
<li>Fourier analysis: Fourier series and Fourier Transform (property, ESD, PSD and Raleigh) effect of limited bandwidth on digital signal.<br />
<br />
</li>
</ul>
<br />
<br />
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Section B: Data Transmission System: <a href="http://studentsuvidha.com/forum/Thread-Data-Transmission-System-digital-and-analog-comm-btech-notes-also-sec-b-of-MDU-btech" target="_blank" rel="noopener" class="mycode_url"><span style="color: #b22222;" class="mycode_color"><span style="font-style: italic;" class="mycode_i">DOWNLOAD NOTES HERE</span></span></a></span></span></span><ul class="mycode_list"><li>Physical connections: modulation, amplitude-, frequency-, phase- modulation;<br />
</li>
<li>Data encoding: binary encoding (NRZ), Manchester encoding, differential Manchester encoding.<br />
</li>
<li>Transmission Media: Twisted pair-, co-axial-, fiber optic-cables, and wireless media<br />
</li>
<li>Transmission impairments: attenuation, limited bandwidth of the channels, delay distortion, noise, data rate of the channels (Nyquist theorem, Shannon limit).<br />
</li>
<li>Physical layer interfaces: RS 232, X.21<br />
<br />
</li>
</ul>
<br />
<br />
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Section C: Standards in data communications:</span></span></span><ul class="mycode_list"><li>Communication modes: simplex, half duplex, full duplex;<br />
</li>
<li>Transmission modes: serial parallel-transmission;<br />
</li>
<li>Synchronizations: Asynchronous-, synchronous-transmission;<br />
</li>
<li>Type of services: connection oriented-, connectionless-services;<br />
</li>
<li>Flow control: unrestricted simplex protocol, simplex stop- and -wait protocol, sliding window protocol;<br />
</li>
<li>Switching systems: circuit switching; picketing switching: data gram, virtual circuits, permanent virtual circuits.<br />
</li>
<li>Telephone Systems: PSTN, ISDN, asynchronous digital subscriber line.<br />
</li>
<li>Multiplexing: frequency division-, time-, wave- division multiplexing.<br />
<br />
</li>
</ul>
<br />
<br />
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Section D: Security in data communications:  </span></span></span><a href="http://studentsuvidha.com/forum/Thread-Security-in-data-communications-DAC-digital-analog-comm-btech-notes-sec-d-of-mdu" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b"><span style="color: #b22222;" class="mycode_color"><span style="font-style: italic;" class="mycode_i">DOWNLOAD NOTES HERE</span></span></span></span></span></a><ul class="mycode_list"><li>Transmission errors: feedback-, forward-error control approaches;<br />
</li>
<li>Error detection; Parity check, block sum check, frame check sequences;<br />
</li>
<li>Error correction: hamming codes, cyclic redundancy check;<br />
</li>
<li>Data encryption: secret key cryptography, public key cryptograph;<br />
</li>
<li>Datacompression: run length encoding, Huffman encoding.<br />
<br />
</li>
</ul>
]]></description>
			<content:encoded><![CDATA[DOWNLOAD ALL PREVIOUS YEAR PAPERS HERE of both <span style="font-weight: bold;" class="mycode_b">old </span>and<span style="font-weight: bold;" class="mycode_b"> new scheme</span><ul class="mycode_list"><li><a href="http://studentsuvidha.com/forum/Thread-DAC-digital-and-analog-communication-paper-year-2011" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2011</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DAC-digital-and-analog-communication-paper-year-2012" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2012</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DAC-digital-and-analog-communication-paper-year-2013" target="_blank" rel="noopener" class="mycode_url">DOWNLAOD PAPER OF YEAR 2013</a><br />
</li>
<li>DOWNLOAD PAPER OF YEAR 2014 please upload<br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-Digital-and-analog-communication-question-paper-of-2015-MDU-btech-free-download" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2015</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DAC-digital-and-analog-communication-paper-year-2016" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2016</a><br />
</li>
<li><a href="http://studentsuvidha.com/forum/Thread-DAC-digital-and-analog-communication-paper-year-2017" target="_blank" rel="noopener" class="mycode_url">DOWNLOAD PAPER OF YEAR 2017</a><br />
</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Download notes here</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: medium;" class="mycode_size"><span style="text-decoration: underline;" class="mycode_u">Section A: Communication system components: </span></span></span><a href="http://studentsuvidha.com/forum/Thread-Communication-system-components-digital-and-anolog-comm-btech-notes-sec-a-of-mdu" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b"><span style="color: #b22222;" class="mycode_color"><span style="font-style: italic;" class="mycode_i">DOWNLOAD NOTES HERE</span></span></span></span></span></a><ul class="mycode_list"><li>Introduction to Communication: Definition &amp; means of communications;<br />
</li>
<li>Digital and analog signals: sign waves, square waves; Properties of signals: amplitude, frequency, phase;<br />
</li>
<li>Theoretical basis for data communication:<br />
</li>
<li>Fourier analysis: Fourier series and Fourier Transform (property, ESD, PSD and Raleigh) effect of limited bandwidth on digital signal.<br />
<br />
</li>
</ul>
<br />
<br />
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Section B: Data Transmission System: <a href="http://studentsuvidha.com/forum/Thread-Data-Transmission-System-digital-and-analog-comm-btech-notes-also-sec-b-of-MDU-btech" target="_blank" rel="noopener" class="mycode_url"><span style="color: #b22222;" class="mycode_color"><span style="font-style: italic;" class="mycode_i">DOWNLOAD NOTES HERE</span></span></a></span></span></span><ul class="mycode_list"><li>Physical connections: modulation, amplitude-, frequency-, phase- modulation;<br />
</li>
<li>Data encoding: binary encoding (NRZ), Manchester encoding, differential Manchester encoding.<br />
</li>
<li>Transmission Media: Twisted pair-, co-axial-, fiber optic-cables, and wireless media<br />
</li>
<li>Transmission impairments: attenuation, limited bandwidth of the channels, delay distortion, noise, data rate of the channels (Nyquist theorem, Shannon limit).<br />
</li>
<li>Physical layer interfaces: RS 232, X.21<br />
<br />
</li>
</ul>
<br />
<br />
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Section C: Standards in data communications:</span></span></span><ul class="mycode_list"><li>Communication modes: simplex, half duplex, full duplex;<br />
</li>
<li>Transmission modes: serial parallel-transmission;<br />
</li>
<li>Synchronizations: Asynchronous-, synchronous-transmission;<br />
</li>
<li>Type of services: connection oriented-, connectionless-services;<br />
</li>
<li>Flow control: unrestricted simplex protocol, simplex stop- and -wait protocol, sliding window protocol;<br />
</li>
<li>Switching systems: circuit switching; picketing switching: data gram, virtual circuits, permanent virtual circuits.<br />
</li>
<li>Telephone Systems: PSTN, ISDN, asynchronous digital subscriber line.<br />
</li>
<li>Multiplexing: frequency division-, time-, wave- division multiplexing.<br />
<br />
</li>
</ul>
<br />
<br />
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Section D: Security in data communications:  </span></span></span><a href="http://studentsuvidha.com/forum/Thread-Security-in-data-communications-DAC-digital-analog-comm-btech-notes-sec-d-of-mdu" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: medium;" class="mycode_size"><span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b"><span style="color: #b22222;" class="mycode_color"><span style="font-style: italic;" class="mycode_i">DOWNLOAD NOTES HERE</span></span></span></span></span></a><ul class="mycode_list"><li>Transmission errors: feedback-, forward-error control approaches;<br />
</li>
<li>Error detection; Parity check, block sum check, frame check sequences;<br />
</li>
<li>Error correction: hamming codes, cyclic redundancy check;<br />
</li>
<li>Data encryption: secret key cryptography, public key cryptograph;<br />
</li>
<li>Datacompression: run length encoding, Huffman encoding.<br />
<br />
</li>
</ul>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[IT 3rd semester previous year papers/ sample papers solved MDU BTECH]]></title>
			<link>https://studentsuvidha.com/forum/Thread-IT-3rd-semester-previous-year-papers-sample-papers-solved-MDU-BTECH</link>
			<pubDate>Wed, 13 Nov 2013 03:11:26 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://studentsuvidha.com/forum/member.php?action=profile&uid=1">rusty cool</a>]]></dc:creator>
			<guid isPermaLink="false">https://studentsuvidha.com/forum/Thread-IT-3rd-semester-previous-year-papers-sample-papers-solved-MDU-BTECH</guid>
			<description><![CDATA[<span style="font-size: large;" class="mycode_size">HI STUDENTS!!!!<br />
These are the papers of IT 3rd semester of mdu btech</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="http://studentsuvidha.in/forum/Thread-maths-3-solved-papers-mdu-btech-sample-papers" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: large;" class="mycode_size">Maths 3 </span></a></span><br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="http://studentsuvidha.in/forum/Thread-economic-solved-papers-mdu-btech" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: large;" class="mycode_size">Economics</span></a></span><br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="http://studentsuvidha.in/forum/Thread-data-structure-solved-papers-mdu-btech" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: large;" class="mycode_size">Data structure</span></a></span><br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="http://studentsuvidha.in/forum/Thread-discrete-structure-solved-papers-mdu-btech-csc-it" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: large;" class="mycode_size">Discrete structure </span></a></span><br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><a href="http://studentsuvidha.in/forum/Thread-digital-electronic-solved-paper-mdu-btech" target="_blank" rel="noopener" class="mycode_url">Digital electronics</a></span></span><br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><a href="http://studentsuvidha.in/forum/Thread-Digital-and-Analogue-Communication-solved-papers-mdu-btech" target="_blank" rel="noopener" class="mycode_url">Digital and analogue communication</a></span></span><br />
</li>
</ul>
]]></description>
			<content:encoded><![CDATA[<span style="font-size: large;" class="mycode_size">HI STUDENTS!!!!<br />
These are the papers of IT 3rd semester of mdu btech</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="http://studentsuvidha.in/forum/Thread-maths-3-solved-papers-mdu-btech-sample-papers" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: large;" class="mycode_size">Maths 3 </span></a></span><br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="http://studentsuvidha.in/forum/Thread-economic-solved-papers-mdu-btech" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: large;" class="mycode_size">Economics</span></a></span><br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="http://studentsuvidha.in/forum/Thread-data-structure-solved-papers-mdu-btech" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: large;" class="mycode_size">Data structure</span></a></span><br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><a href="http://studentsuvidha.in/forum/Thread-discrete-structure-solved-papers-mdu-btech-csc-it" target="_blank" rel="noopener" class="mycode_url"><span style="font-size: large;" class="mycode_size">Discrete structure </span></a></span><br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><a href="http://studentsuvidha.in/forum/Thread-digital-electronic-solved-paper-mdu-btech" target="_blank" rel="noopener" class="mycode_url">Digital electronics</a></span></span><br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"><a href="http://studentsuvidha.in/forum/Thread-Digital-and-Analogue-Communication-solved-papers-mdu-btech" target="_blank" rel="noopener" class="mycode_url">Digital and analogue communication</a></span></span><br />
</li>
</ul>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[data structure solved papers mdu btech]]></title>
			<link>https://studentsuvidha.com/forum/Thread-data-structure-solved-papers-mdu-btech</link>
			<pubDate>Mon, 24 Jun 2013 18:03:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://studentsuvidha.com/forum/member.php?action=profile&uid=1">rusty cool</a>]]></dc:creator>
			<guid isPermaLink="false">https://studentsuvidha.com/forum/Thread-data-structure-solved-papers-mdu-btech</guid>
			<description><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">HI STUDENTS!!!</span><br />
<br />
These are the solved papers of <span style="font-weight: bold;" class="mycode_b">data structure </span>of <span style="font-weight: bold;" class="mycode_b">2nd year </span>of <span style="font-weight: bold;" class="mycode_b">csc </span>and <span style="font-weight: bold;" class="mycode_b">it </span>departments of <span style="font-weight: bold;" class="mycode_b">mdu </span>btech<br />
<br />
to <span style="font-weight: bold;" class="mycode_b">download </span>papers click on attachments..<br />
<br />
regards<br />
<span style="font-weight: bold;" class="mycode_b">rusty</span></span><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=359" target="_blank" title="">07-08 HQ.zip</a> (Size: <span class="text-dark">1.01 MB</span> Downloads: <span class="text-dark">719)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=360" target="_blank" title="">08-09 HQ.zip</a> (Size: <span class="text-dark">292.23 KB</span> Downloads: <span class="text-dark">494)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=361" target="_blank" title="">09-10 HQ(1).zip</a> (Size: <span class="text-dark">559.45 KB</span> Downloads: <span class="text-dark">619)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=362" target="_blank" title="">10-11 HQ(2).zip</a> (Size: <span class="text-dark">626.09 KB</span> Downloads: <span class="text-dark">743)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">HI STUDENTS!!!</span><br />
<br />
These are the solved papers of <span style="font-weight: bold;" class="mycode_b">data structure </span>of <span style="font-weight: bold;" class="mycode_b">2nd year </span>of <span style="font-weight: bold;" class="mycode_b">csc </span>and <span style="font-weight: bold;" class="mycode_b">it </span>departments of <span style="font-weight: bold;" class="mycode_b">mdu </span>btech<br />
<br />
to <span style="font-weight: bold;" class="mycode_b">download </span>papers click on attachments..<br />
<br />
regards<br />
<span style="font-weight: bold;" class="mycode_b">rusty</span></span><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=359" target="_blank" title="">07-08 HQ.zip</a> (Size: <span class="text-dark">1.01 MB</span> Downloads: <span class="text-dark">719)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=360" target="_blank" title="">08-09 HQ.zip</a> (Size: <span class="text-dark">292.23 KB</span> Downloads: <span class="text-dark">494)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=361" target="_blank" title="">09-10 HQ(1).zip</a> (Size: <span class="text-dark">559.45 KB</span> Downloads: <span class="text-dark">619)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=362" target="_blank" title="">10-11 HQ(2).zip</a> (Size: <span class="text-dark">626.09 KB</span> Downloads: <span class="text-dark">743)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[digital electronic solved paper mdu btech]]></title>
			<link>https://studentsuvidha.com/forum/Thread-digital-electronic-solved-paper-mdu-btech</link>
			<pubDate>Mon, 24 Jun 2013 09:49:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://studentsuvidha.com/forum/member.php?action=profile&uid=1">rusty cool</a>]]></dc:creator>
			<guid isPermaLink="false">https://studentsuvidha.com/forum/Thread-digital-electronic-solved-paper-mdu-btech</guid>
			<description><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">HI STUDENTS!!!!</span><br />
<br />
these are the <span style="font-weight: bold;" class="mycode_b">solved </span>papers of <span style="font-weight: bold;" class="mycode_b">digital electronic </span>of <span style="font-weight: bold;" class="mycode_b">3rd </span>semester of <span style="font-weight: bold;" class="mycode_b">csc </span>and <span style="font-weight: bold;" class="mycode_b">it department </span>of <span style="font-weight: bold;" class="mycode_b">mdu btech </span><br />
<br />
all these are <span style="font-weight: bold;" class="mycode_b">solved </span>papers<br />
to download papers click on attachments<br />
<br />
regards<br />
<span style="font-weight: bold;" class="mycode_b">rajat</span></span><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=352" target="_blank" title="">08-09 HQ.zip</a> (Size: <span class="text-dark">615.66 KB</span> Downloads: <span class="text-dark">497)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">HI STUDENTS!!!!</span><br />
<br />
these are the <span style="font-weight: bold;" class="mycode_b">solved </span>papers of <span style="font-weight: bold;" class="mycode_b">digital electronic </span>of <span style="font-weight: bold;" class="mycode_b">3rd </span>semester of <span style="font-weight: bold;" class="mycode_b">csc </span>and <span style="font-weight: bold;" class="mycode_b">it department </span>of <span style="font-weight: bold;" class="mycode_b">mdu btech </span><br />
<br />
all these are <span style="font-weight: bold;" class="mycode_b">solved </span>papers<br />
to download papers click on attachments<br />
<br />
regards<br />
<span style="font-weight: bold;" class="mycode_b">rajat</span></span><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=352" target="_blank" title="">08-09 HQ.zip</a> (Size: <span class="text-dark">615.66 KB</span> Downloads: <span class="text-dark">497)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Digital and Analogue Communication solved papers mdu btech]]></title>
			<link>https://studentsuvidha.com/forum/Thread-Digital-and-Analogue-Communication-solved-papers-mdu-btech</link>
			<pubDate>Mon, 24 Jun 2013 09:29:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://studentsuvidha.com/forum/member.php?action=profile&uid=1">rusty cool</a>]]></dc:creator>
			<guid isPermaLink="false">https://studentsuvidha.com/forum/Thread-Digital-and-Analogue-Communication-solved-papers-mdu-btech</guid>
			<description><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">HI STUDETNS!!!</span><br />
 <br />
These are the <span style="font-weight: bold;" class="mycode_b">solved </span>papers of <span style="font-weight: bold;" class="mycode_b">digital and analogue communication </span>of <span style="font-weight: bold;" class="mycode_b">3rd </span>semester common for <span style="font-weight: bold;" class="mycode_b">csc </span>and <span style="font-weight: bold;" class="mycode_b">IT </span>department of <span style="font-weight: bold;" class="mycode_b">mdu btech 2nd year</span><br />
<br />
all these are the previous year papers of mdu btech<br />
<br />
to download papers click on <span style="font-weight: bold;" class="mycode_b">attachments</span><br />
<br />
regards<br />
<span style="font-weight: bold;" class="mycode_b">rusty</span></span><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=346" target="_blank" title="">Dec-07 HQ(1).zip</a> (Size: <span class="text-dark">673.53 KB</span> Downloads: <span class="text-dark">322)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=347" target="_blank" title="">May-08 HQ(2).zip</a> (Size: <span class="text-dark">664.49 KB</span> Downloads: <span class="text-dark">302)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=348" target="_blank" title="">Dec-08 HQ(1).zip</a> (Size: <span class="text-dark">600.79 KB</span> Downloads: <span class="text-dark">304)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=349" target="_blank" title="">May-09 HQ(1).zip</a> (Size: <span class="text-dark">568.42 KB</span> Downloads: <span class="text-dark">323)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=350" target="_blank" title="">09-10 HQ(1).zip</a> (Size: <span class="text-dark">467.6 KB</span> Downloads: <span class="text-dark">335)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=351" target="_blank" title="">10-11 HQ(2).zip</a> (Size: <span class="text-dark">882.87 KB</span> Downloads: <span class="text-dark">290)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">HI STUDETNS!!!</span><br />
 <br />
These are the <span style="font-weight: bold;" class="mycode_b">solved </span>papers of <span style="font-weight: bold;" class="mycode_b">digital and analogue communication </span>of <span style="font-weight: bold;" class="mycode_b">3rd </span>semester common for <span style="font-weight: bold;" class="mycode_b">csc </span>and <span style="font-weight: bold;" class="mycode_b">IT </span>department of <span style="font-weight: bold;" class="mycode_b">mdu btech 2nd year</span><br />
<br />
all these are the previous year papers of mdu btech<br />
<br />
to download papers click on <span style="font-weight: bold;" class="mycode_b">attachments</span><br />
<br />
regards<br />
<span style="font-weight: bold;" class="mycode_b">rusty</span></span><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=346" target="_blank" title="">Dec-07 HQ(1).zip</a> (Size: <span class="text-dark">673.53 KB</span> Downloads: <span class="text-dark">322)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=347" target="_blank" title="">May-08 HQ(2).zip</a> (Size: <span class="text-dark">664.49 KB</span> Downloads: <span class="text-dark">302)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=348" target="_blank" title="">Dec-08 HQ(1).zip</a> (Size: <span class="text-dark">600.79 KB</span> Downloads: <span class="text-dark">304)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=349" target="_blank" title="">May-09 HQ(1).zip</a> (Size: <span class="text-dark">568.42 KB</span> Downloads: <span class="text-dark">323)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=350" target="_blank" title="">09-10 HQ(1).zip</a> (Size: <span class="text-dark">467.6 KB</span> Downloads: <span class="text-dark">335)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://studentsuvidha.com/forum/images/attachtypes/zip.png" title="ZIP File" style="height: 16px; width: 16px" border="0" alt=".zip" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=351" target="_blank" title="">10-11 HQ(2).zip</a> (Size: <span class="text-dark">882.87 KB</span> Downloads: <span class="text-dark">290)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>