You are on page 1of 2

QUES 6:a)

What is the working principle of the Single phase induction motor?


7
b)
Explain the Use of Electrical energy in the field of Agriculture. What a
re the Charging Methods of the Lead Acid Batteries?
7
POLYTECHNIC
2nd SESSIONAL
SUB: - BEET
M.M: - 70
SEM: - 3RD
TIME:- 2.5 Hrs
1.ASSUME
2.PUBLIC
3.EQUATE
4.LABEL
5.EVEN
4> Attempt any two parts:
a>
Explain analog to digital conversion process using the successive approx
imation method.
b>
Explain the functional block diagram of 8255 & explain it s working.
c>
Explain the functioning of 8257 DMA controller using it s block diagram.
rocontroller & explain the difference between microprocessor and microcontroller
.
$mod51
org 0
h:
mov p0,#03h
acall delay
mov p0,#9fh
acall delay
mov p0,#25h
acall delay
mov p0,#0dh
acall delay
mov p0,#99h
acall delay
mov p0,#49h
acall delay
mov p0,#41h
acall delay
mov p0,#1fh
acall delay
mov p0,#01h
acall delay
mov p0,#09h
acall delay
mov p0,#03h
acall delay
jmp h
delay:
mov r1,#100
l2: mov r3,#100
l3: mov r2,#255
l1: djnz r2,l1
djnz r3,l3

djnz r1,l2
ret
end
QUES 7:a)
Define any Four
4x3.5=14
Ideal Current Source.
Ideal Voltage Source.
EMF(electromotive force)
Potential Difference (Vab)
Power
c> Explain the addressing modes of 8086 microprocessor using examples.
d> Draw the timing diagram if INTA cycle in minimum and maximum mode of configur
ation.
e> Explain the following signals:
1>RQ0/GT0
2> TEST
3> READY
F>Explain the following assembler directive:

You might also like