3rd Sem - End Term
3rd Sem - End Term
"L
End-Term Examination
(CBCS) (SUBJECTIVE TYPE) (Offline)
Course Name:< B.Tech (ECE-AI) >, Semester:< Ill >
(November-December, 2023)
,,t1NIT-I
Q2 (i) How Al handles reasoning under uncertainty. Explain with (5,5)
example.
(ii) Explain architecture of Expert System. Give its application
/' areas.
~ Y1 Discuss the expert system in domain of medicine using (5,5)
suitable case study.
~
What are the heuristics and what Is their importance?
Describe their types with the h~ of examples.
AJNIT-111
/
(5,5)
~ jf1 Discuss the role of reasoning in Al. How predicate logic
is used to represent knowledge In Al systems.
_)U(What is Conceptual Dependency as a knowledge
representation technique ? Give conceptual
Page 1 of 2
J
'
dependency presentation for
the sentence ' I gave
book to Ram'.
Q7 (i) Express 'A car without whe
els is not valuable' in
predicate logic. (5,5)
(ii} Define semantic Net, disc
uss its advantages &
disadvantages. Construct par
titioned semantic net
representation for the senten
ce "God help those
who help themselves".
/ _/
,/
.,A'.tNIT-IV
~ J5 Differentiate between
Supervised . & Unsupervis
earning with suitable examp ed (5,5}
le and diagram (if required).
~ Exp lain, how Back Propagation Algorithm
works in
neural networks and its sign
Q9 ificance in Al.
(i) Discuss the differe
nt Learning Rules and their
respective function. Also exp (5,5}
lain their competitive learnin
paradigms. g
(ii) Define Perceptron, its wo
rking in NN. Discuss
different types of perceptron
and their limitations
with example
--
12r-J ,-.;o v •
Page 2 of 2 S?
I
(Please writ e vour Enrollment Num
ber) Enrollment No. 0 2-o O I \ g2...0 2-2_
End-Term Examination (Regular & Rea
ppear)
(CBCS)(SUBJECTIVE TYPE)(Offllne)
Course Name:<B.Tech IT/ CSE/ MAE/
ECE/ CSE-Al/ ECE-AI/ DMAM>, Semeste
r:<3rct>
(November-December, 2023)
\ Subject Code: BCS 201 \ Subject: Data Structures
Time :3 Hours
\ Note:Q. 1 Is compulsorv. Attempt Maximum Marks :60
one question each from the Units I,
II, Ill & IV.
'd Head
lnlUa l state , Anal atate
a, 1 1 1 2 I 3 I <4 1 a, I I I I
~ .)-I__._-...L___,__. ~• \3 \2 \1 \
/
Head Head
I
If a binary search tree Tis constructed using N unique elements the prove that the time
complexity of picking an element In T that Is smaller than the maximum element In T Is
8(1) I.e., constant time. Use suitable example to prove/ Justify your answer.
Consider a 13 elements hash table for which f(key)=key mod 13 Is used with Integer
keys. Assuming linear probing Is used for collision resolution, at which location would
the key 103 be inserted, if the keys 661, 182, 24 and 103 are Inserted In that order?
Justify your answer
NIT-I
Q2 (10)
How two dimensional arrays are stored in the memory ? Derive the
formula for accessing two dimensional array if the base address is B,
size of each element is E and the size of array is NxN.
Write an algorithm to insert an element into a Doubly Link List at (i) First (10)
position (ii) Last Position and (iii) Nth Position.
QS Write an algorithm to print the middle element of Linked List without (10)
using any integer variables. Do not assume number of nodes is given.
• NIT-Ill
Q6 How quick sort and merge sort are different from each other? Compare (10)
their complexities and discuss about their suitability for the computer
applications.
Construct AVL tree for the following data (10)
21,26,30,9,4,14,28,18,15,10,2,~,7 and show the progress of each step
clearly in the resultant tree.
QS How DFS is different from BFS? Show the DFS and BFS for the given below graph, (10)
starting at Vertex A.
Consider the given below graph and show the minimum spanning tree (10)
using both Prims and Kruskal algorithm.
Page 2 of 2
(Please write your Enrollment Number) Enrollment No. 02.00 ll8 2-02--2--
End-Term Examination
(CBCS)(SUBJECTIVE TYPE)(Offllne)
B.Tech ECE/ECE-AI lllrd SEM
(November-December, 2023)
A
•¢IT-I
(10)
~ If two circuits X and Y are to be connected in cascade. Give the two port
parameters of the combination with diagram of cascade combination
Using nodal analysis find all branch currents (10)
Q3
for the following circuit
•.,,•,,,''v' l
I
,~~,::.-- j{s
1
~
1111,· f?
111'1\.(
'. -
·1·
.......
,/
.:
. - ..
~ (')
::L!
1'\f-,J'./
--
~::..i.1.~
~
"'" i
UNIT-II
/f
A series RLC circuit with R = 2 ohm, L = 1 H and C = 0.5 Farad with the (10)
~ applied voltage V {t) = sin t. Find i {t) if the switch is closed at t= 0. Use
Laplace transform method.
A voltage pulse of magnitude 8 Volts and duration 2 seconds extending (10)
QS
from t=2 seconds to t=4 seconds is applied to a series Rl circuit. Obtain
the expression for the current i{t).
J}NIT-111
(10)
~
;tlNIT-IV
(10)
QS How is a physical network realized by considering the driving point
~
admittance function. Discuss.
Find the first and second Cauer forms of LC networks for the given driving {10)
~ point impedance function
3
Z(s) = (s 4 + 10s2 + 9) / (s +4s)
(Please write your Enrollment Number) Enrollment No. 0 2-0 0 l J g 2.022...
End-Term Examination
(CBCS)(SUBJECTIVE TYPE)(Offllne)
Course Name:<B. Tech CSE/IT/MAE/ECE/DMAM /ECE-AI >, Semester:<3rd::it
(November-Decem ber, 2023)
I
Subject Code: BIT 201 ISubject: DBMS
Time :3 Hours Maximum t,iarks ;60
Note:Q. 1 is compulsory. Attempt one question each from the Units I, II, Ill & IV.
~ (4*5=2p)
/NIT-I
Q2 List and explain various data models used for database design. (10)
y What is Entity set and also define Relationship set. List and explain the
symbols used to draw ER Diagram.
{10)
/NIT-II
~-Ill
Q6 Normalize following relation up to 3NF:
{10)
Bank(acno, cust_name, ac_type, bat, int_rate, cust_c
ity, branchld,
bra nch_nm, br_city)
~IT- IV
QS List and explain the various issues while
transactions are running {10)
concurrently in DBMS.
l?
,
An AM signal has the outp ut :
X(t) = 10cos(2nx250t)+3cos(2nx21
Determine modulation index and effic
0t)+9cos(2nx180t)
iency.
ifir _ State the limitations of DSB-FC mod
ulation scheme.
M Differentiate between frequency and
phase deviation.
~ Explain Carson's rule.
'uef Demonstrate the PSD and PDF of whit
.~w
, Explain the noise figure mathematical
e gaussian noise.
ly.
tp(iT-1
Q2 Explain random process with ex~
ple of gaussian process and
diffe rent iate between strict sens (10}
e stationary and wide sense
-"' stat iona ry random process.
))NIT-Ill
;at, Diffe rent iate between NBFM antf
WBFM using thei r mathematical
~
analysis. (10}
Q7 Briefly explain the following:
(a) Properties of Bessel function (10)
(b} FM Detector with block diagram.