End Sem 1st Sem Papers Engineering

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

MALVIYA NATIONAL INSTITUTEOF

TECHNOLOGY JAIPUR
DEPARTMENT OF ELECTRONICS &
COMMUNICATION ENGINEERING
BasicElectronics
Engineering
(22ECT108)
End-TermExamination,
7h December 2023
Maximum Time Allowed-2:30
hrs
MM-50
SECTION A: ANALOG ELECTRONICS
Q ay Compare Avalanche and Zener diodeswith suitable
(b)Differentiatebetween halfwave and full
(Answerany 5)
figures. (3)
wave rectifiers.
(3)
Q.2 Draw the input and output characteristics
of Enhancement-typep-channel MOSFET (6)
and Depletion
type n-channelMOSFET alongwith proper labeling
ofoperation
modes.
Q.3 (a)'
Draw the circuitof a Common Emitter Amplifierwith its input-output (3)
characteristics.
b)A transistor
has Base Current(IB)= 500 uA and Collector
Current(Ic)=
49 mA.
Find(i)a and ß ofthe transistor,
(ii)EmitterCurrent(Ie) (3)
Tf Base Current (I) is changed by +125 and Ic is changed by +12.25mA,
A
determinethe new valueofa and B.
Q.4 (a)Calculateoutput I
voltagefrom the circuitof Fig. below.When the inputs are V,-60mV (4)
sin(1000t)and V,= 20 mV sin(3000t).
ofFig.2 foran input of !40
(b) Calculateoutput voltagefrom the circuit V. (2)
440
kS2
280 kQ

20 k2

741

Fig.1
Fig.
2
Q.5 Determine: lc,VE, Vcc, VcE,VB, R,forthe circuit shown inFigure3. (6)
Q.6 Draw the output waveform forthe circuitshown inFigure 4 with proper justification(6)

Q.7 Calculatevoltagesat the output ofboth OPAMPs ofthe circuit shown in Figure5. (6)
Q.8 Draw the output waveform ofcircuit shown in Figure6. (6)

10 k2

22.7 k2
10 V
10.6V
o
20 LA S S

VCE p= 100 +

5.3 V 73V
+

Fig.
3 Fig.4
20
Zeners

Fig.5
Fig.6
SECTION B:DIGITALELECTRONICS
Q.1 (Answer any 4)
Implementa 4:16decoderusing1:2
decoders.
Q.2 Implementa lX8DEMUX using
1X2 DEMUX. (5)
Q.3 Minimizethe functionF (A,B, C, D) (5)
usingK-Maps and implement
=X m(2,3,8,1
the final
>
1,14,15)+ d(0,6,7,9,10,13) (5)
Q.4 Use a 4:16decoder to expression usingNAND gatesonly.
implementthe logicforthe functions
F,(A, B, C, D) = X(0,1,2,3,4, (5)
Q.5 (a)ImplementFullAdder using10,11,14,15),F,(A, B, C, D) = n(1,2,4,7,8,1
HalfAdder. 1,12,13)
(b)ImplementFull (5)
Subtractorusing HalfSubtractor.
The two binarynumbersare
P= 11101101 and Q= 1|100110.
using 'sand 2'scomplement Findthe P-Qand Q-P
methods. (5)

Rty+2)(%+9+ )
MalaviyaNationalInstitute
of Technology Jaipur
Department of Electrical
1
B.Tech. /Sem: / Session: Engineering
2023-24/ 22EET107-Basics
End Term Examination Electrical
Engineering
Time:2 Hr 30 Min Date:December 2,
2023
Instructions: Max Marks:50
1.Attempt all 2. AIl
questions. the necessary information
is provided
the notations
have the usual meaning. to solvethe questions.
3. All

1 Find the voltage V across


sourcetransfornation.
1M2 resistor
inthe circuit
shown in Figure1 by
repeatedlyusing
(5)

6 MO 40 LA 1MO
W

75A AMO

200 ko 3V

Figure1:

the circuit
shown in Figure2 findthe voltagebetween
pointA and B, VAB. (5)

100 40
20 V 60
A
59 5V 12 0 15V

Figure2:

3Find the valueofcurrent in I 10 resistor


(asper the shown direction)
inthe circuit
shown
inFigure3 usingThevenin'stheorem.
(5)

10 9

60
to!
9v

Figure3:

4A adjustalble R inserieswith capacitanceof 20aF draws a currentof 0.8


resistot
A when
conncctod aeross50 HzsupplyCaleulatethe following: (5)
capacitor is half of the supply
U The valueof resistanceso that
voltage
the voltageacross the

or The power

The power factor

impedancesare connected in deltato a 3- supplyof 400V. The linecurrent


6)Threeidentical the resistanceand
totalpower taken from the supplyis 15 kW. Calenlate
is 35 A and the
(5)
reactancevaluesof each impedance.
(3)
6. (a) Explain of the transformerwith the help of neat diagrams
the construction
(3)
(b)Explainthe working principle
of the transformerin detail.
(3)
(c)Develop the emf equation of 1 - transformer.

7. Describethe construction labeled


of DC motor with a neat properly
and working principle
diagram. (8)

8. (a)Explainthe working principle 3 - induction motor. (4)


of
(b)Defineslipininductionmotor (2)
(c)Mentionany two applications3 - induction
of motor. (2
MALAVIYA NATIONAL INSTITUTEOF TECHNOLOGY JAIPUR
IYEAR
B. TECH END TERM EXAMINATION
Course:Programmingwith Python Code:22CST101
Attempt AllThe Questions 01-12-2023 Max Marks:50

Write shortnote on: a. Data types in python b. Operatorsinpython [5+5]

Writea functioninpython to read lines


from a text file"data.txt".
Your functionshould findand
displaythe occurrence of the word "MNIT".For example:Ifthe content of the fileis:
" MNIT
Jaipur only through Central Seat Allocation Board (CSAB) after quaityngJEE (Main)
examination ofthe same year.No other means of admission is available
at The output
should be: 2

3. Write a functionis_vowel)that returnsthe value trueifagiven characteris a vowel,and otherwise


returnsfalse.Writeanother function main()thataccept a stringfrom uscr and count number of
vowels inthat string. [7

4. Writeaprogram that acceptsa list


from userand printthe alternate
element of list. [3]

S. Writea program that asks the user to entera positiveintegern and printsa trianglepatternof
numbers. For,example,ifuser enters 4, followingpatternshould be displayed. [5)
1
12
123
1234
n
6. Write a program that prompts to user the number of telephonecallsas input and calculatethe
monthly telephonebills as per the followingrules:
Minimum Rs. 300 forup to 100 calls.
PlusRs.0.60per call for next 50 calls.
PlusRs.0.50per call fornext 50 calls.
PlusRs.0.40 percall forany call beyond 200 calls.

Write a programinpython that accepts a stringtosetupa passwords.Your enteredpassword must


meet the followingrequirements: [71
The password must be at leasteightcharacterslong.
letter.
Itmust containat leastone uppercase lett
Itmust containat leastone lowercaseletter.
Itmust containat leastone numeric digit.
Your program should perforn this validation.

8. =
Write a program using class and object to determine the Euclidean distance d(p,q)
VP -9)Pbetween two points(P(x1,yl,zl), Q(82,y2,12)ina threedimensional Cartesianspace,
pointshave threecoordinateseach.The name of your classwillbe Point and methods will be
Distance which compute distancebetween two points and DistanceOriginto compute distance
from originto a specified
point. [6]
Sample pointP(x1,yl,zl):
Inputcoordinatesof first 1 2 3 Input coordinatesofa second
Point Y 234
Distancefrom originto P: 3.74165 Distancefrom originto Q: 5.385 Distance from P to Q:
1.73205

(a)Write a functionsum(pass dictionaryas argument) to find thie sum of all items in the
dictionary
(2)
(b) Write a python function which takes inputs mn
m
and calculates"Cn where ""Cn=
n! x(m-)singrecursion. [4
Department of Mathematics,
MNIT Jaipur
22MAT'101 Mat hematics-I
B.Tech./Isem/2023-24/End
Tl'ermExam
Time:2 Hour 30 Minutes Max. Marks:50
Date:November 29, 2029
Allquestionsarecompulsory.
Calculators
are not allowed.
1. (a)Let A be a square matrixsuch
that A =0 for sone positive
integerk.
the eigenvaluesof A arezero. Then show that all

(b)Let be a squarematrixsuch that A


A
= A. Then show thatthe cigenvalues
of A are either
0 or 1.
(5 Marks)
2. Let f(r,y)
= z, ») # (0,0)
0. (z,
y) = (0,0).

y Show that f,z,= r for allz,and f(0,»)


0) =0 forall y.

(b)Show that Sry(0,0) Sy (0,0). (5Marks)


3,Find the greatestand snallest
valuesof the functionf(r,
u) =ry on the cllipse +;=1.
(5 Marks)
4. Set up the limits
of integration
for evaluat
ing the double of a function f(r,
integral

,
v) overthe
regionenclosedbetween the parabola 2ar und the circle (r a)²+y² a,and the lines -
y
I=0, =2a inthe first
quadrant by usinp the followingorders of intcgration.
(n)drdy (b)dydr.
(5 Marks)
Findthe area of the region enclosed betwcen
5.
the circles
z²+y'=2y, T²+=Ay, and the lines
y=. y=
(5Marks)
6. A cylindrical
holewith radiusb isdrilled
through the sphere z 1 keepingz-axisas ty+22
the axisof the cylindrical
hole.Determineb such thatthe remainingvolume of the
sphere (after
the drill)
isone-eighth of the original
volune of the sphere. (5 Marks)
7Afthe maximun valueof the directional
derivative ficld ary + by²z + czzat the
of a scalar
=
point (1,1,1)is inthe directionparallelto the line and has nagnitude 15, then
=

findthe valuesof the pararnetersa,b,and e. (5 Marks)


Xerifythe Green'sTheorem for F ( +y)i(y +2r)jand
+ C isthe positively
8.
oriented
boundary the region bounded by the curves =Iand z=y. (5 Marks)
of
y

9. Pindthe fux of =-ri-


yj 2k throughthe surface of the cone z=Vr+y² between the
+
planes z=l and z =2. (5 Marks)
10. Use divergence theorem to evaluate |FädS,where F = yi+ (²+e)j+
sin(zy)k
and S
isthe surface of the region E bounded by the parabolic
cylinder
z =1- and the planes z 0,

y=0 and y tz=2. (5 Marks)

y
Noyauk Vera
Malaviya
National ofTechnology Jaipur
Institute
Department of Chemistry
End of the Semester Examination (November,2023)

Course Name: EngineeringChemistry


Course code: CYT 101
Time:2 hr.30 Minutes
TetalMarks50

Answer Any 4 Questions, from each section.


with at least2 questions

SectionA
incarriedout by using 45
a of water? Explain
What ismeant by disinfection how disinfection

bleachingpowder and chlorine. 4


inwatersoftening.How are spent
b What are ionexchange resins?Discusstheirapplication
resignregenerated. 4
DiscussZeolitemethod forsoftening of water.
5
gave the following data:Mg(HCO)=75.5ppm; Ca(HCO)=60
A water sampleon analysis
ppm; HCO;=30.5 ppm; CO)-22 ppm; Al(S0:);-=57
ppm

ppm; MgSO=90 ppm; CaCl=11l soda (85%) needed for softening


and H-40ppm. Calculatethe quantity oflime(80%) and ofwater
and non-carbonate hardness
of water.Alsocalculatecarbonate
of 15000 litres
ple why we need them.
and explainin detail
Definelubricants
ThickFilm Lubrication Mechanism
gExplain Viscometer.
2.5

d Draw a neatand labcleddiagram ofRedwood

3 a DefineViscosity& ViscosityIndex.oflubricanis. Viscometer


oilby
the measurement of Viscosityof lulricating
Redwood
b Discuss 3

c Discussallthree types of dry corrosion.


How corrosion can be controlled using:
d lo34
i) Proper designing
SacrificialAnodicProtection method.
11
ii) UsingInhibitors.
iv) UsingMetal Alloys.

Section
E
B (4)
terms in column
A withrelated
(a)Match the processofcolumn
following

Octane lmprover
Ethanol
Value and Green Fuel
Lower Calorific
Fischer-TropschProcess
O
Fuel
Synthetic
Moving bed cracking
MTBE Easy and more practical
Malaviya
National
tnstuteofTechnology Jaipur
Departm nt of Chemistry
End ofthe Semester Esamination
(November,2023)

(biMatch
the folliowing spetroscopicmethod with ls sourceinvolved.
excitation (4

Technique
Spectroscopic RelatedTerms

NuclearMagneticResonance MicrowaveRadiation

(Electronic
Spectroscopy e LarmorFrequency(magneticmoment)
Vibrational
Spectroscopy MolecularFluorescence

Rotational
Spectroscopy Finger-Print
Region

On burning0.83 g ofsoiid
fuelina bomb calorimckcr. the teraperature of3500 g ofwater increasedfrorn25.5
C to 29.2 C. valent ofthe
The waterequiv: g, and the latent
heatof steam is587 Cai/g.Calculate
the grossand net calorific
calorimciet
valuesoffuelifthe percent ge ren
infuelis 0.7%. (4.5)

(i)

(b
a 1R Spectra
(
5.(a)From the givenfour molecules,which

CH:0H
ofthe iol:ing

Cn
IRactive?
is/sre

the leftsideare shown the (a)IRand (b)NMR


(3)

(6)
spectra
tpentanone.

--H

BI.C-HAlkane Stretches 4. Protons linked


to CG D
A 2. CarbonylStretching 5.Protons linked
to C; C
3. Protons linked
to C 6. Protons linkedto C
Characteristic
peaks are markedas A, B,C,D, E,and F in
b HNMR (400 mHz) the spectra.You must match the
molecule fragments
Inarkedas I- 6, shown above as column with I the
corresponding
spectralpeaks,A -Fin column Il

(c)
Explainthe functioningof (i)
Hydrogen-OxygenFuel Cell
with a neat,labelled
involved. diagramand reactions
(3.5)
B.(a)
Write down any two methods of ofFullerenes.
preparation Explainwhy Fullerenes
3 marks) (3+
are veryreactive.

(b.)
Suggest the nane ofmethod usedforthe conversion
of the residual
heavy oil
and uncondesed gases(LPG)
obtainedafler distillation
the fractional intohigher calorific
valued fraction
like
gasoline.
(3.5)
(c)Writeany 2 differences
between FischerTropschSynthesisand Bergiusprocess(3)

You might also like