Code No: RR321402

RR

Set No. 2

in

III B.Tech II Semester Examinations,December 2010 MICROPROCESSORS Mechatronics Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks ????? 1. (a) How many initialization command words are required for a single 8259 in an 8086 based system? Explain their format?

ld .

(b) Under what conditions type 0 interrupt is initiated? List out the instructions that may cause type 0 interrupt? [8+8] 2. (a) Explain the Flag register of 8085 Microprocessor.

i. ii. iii. iv. v.

RST 5.5 RST 6.5 READY IN T A X1 , X2

or

(b) Explain the following pins of 8085 Microprocessor.

[6+10]

uW

3. (a) Define a macro for moving an arbitrary character string that ends with an EOT character from one string of bytes in memory to another? (b) Write a procedure COMPUTE for performing the computation R ← X + Y − 3 The word variables X, Y, R and COMPUTE are in the same code segment. The variables X and Y are defined in data segment D1 SEG. The data segment D2 SEG contains the variable R. Show the necessary definition along with the procedure? [8+8]

nt

4. (a) Draw the command register and mode register format of 8237 and explain each bit?

Aj

(b) 8251 is interfaced to 8086 processor at address 080H. Show the hardware design? Initialize it in asynchronous mode with even parity, 6-data bits, baud rate factor 1, one start bit and one and half stop bits? [8+8]

5. Interface an 8-bit DAC to 8255 with an address map of 0800H to 0803H. The DAC provides output in the range of +12V to -12V. Write the instruction sequence for the following. (a) For generating a square wave with a peak to peak voltage of 8V and the frequency will be selected from memory location ‘FREQ’.

(b) For generating a triangular wave with a maximum voltage of +6V and a minimum of −4V. [8+8]

1

Code No: RR321402

RR

Set No. 2

6. A logic network is having input variables A,B,C,D. The output variables are given below. W =A.BC + BCD + AD X = BD + AC + AB + AD Y = A.B + A.C + D.B Z = ABC + ACD + A.BC + D.B

ld .

7. (a) Draw and explain the pin out diagram of 8086.

in

The array INPUT 1 contains 10 different combinations of input variables. Write an instruction sequence that determine the outputs for each combination of INPUT 1 [16] array and store the output variables in the string OUTPUT 1.

(b) Explain the various operations performed by Bus Interfacing unit in 8086. [10+6] 8. (a) Write a program to find the Parity of 48 bit Number.

or

(b) Write a program to solve the following expression. 2A2 + 4AB + B 2 C [8+8]

Aj

nt

uW

?????

2

Code No: RR321402

RR

Set No. 4

1. (a) Write a program to find the Parity of 48 bit Number.

in

III B.Tech II Semester Examinations,December 2010 MICROPROCESSORS Mechatronics Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks ?????

ld .

(b) Write a program to solve the following expression. 2A2 + 4AB + B 2 C [8+8] 2. (a) Explain the Flag register of 8085 Microprocessor. i. ii. iii. iv. v.

RST 5.5 RST 6.5 READY IN T A X1 , X2

or

(b) Explain the following pins of 8085 Microprocessor.

[6+10]

uW

3. Interface an 8-bit DAC to 8255 with an address map of 0800H to 0803H. The DAC provides output in the range of +12V to -12V. Write the instruction sequence for the following.

(a) For generating a square wave with a peak to peak voltage of 8V and the frequency will be selected from memory location ‘FREQ’. (b) For generating a triangular wave with a maximum voltage of +6V and a minimum of −4V. [8+8]

nt

4. (a) Draw the command register and mode register format of 8237 and explain each bit? (b) 8251 is interfaced to 8086 processor at address 080H. Show the hardware design? Initialize it in asynchronous mode with even parity, 6-data bits, baud rate factor 1, one start bit and one and half stop bits? [8+8]

Aj

5. A logic network is having input variables A,B,C,D. The output variables are given below. W =A.BC + BCD + AD X = BD + AC + AB + AD Y = A.B + A.C + D.B Z = ABC + ACD + A.BC + D.B

The array INPUT 1 contains 10 different combinations of input variables. Write an instruction sequence that determine the outputs for each combination of INPUT 1 array and store the output variables in the string OUTPUT 1. [16]

3

Code No: RR321402

RR

Set No. 4

6. (a) Define a macro for moving an arbitrary character string that ends with an EOT character from one string of bytes in memory to another?

7. (a) Draw and explain the pin out diagram of 8086.

in

(b) Write a procedure COMPUTE for performing the computation R ← X + Y − 3 The word variables X, Y, R and COMPUTE are in the same code segment. The variables X and Y are defined in data segment D1 SEG. The data segment D2 SEG contains the variable R. Show the necessary definition along with the procedure? [8+8]

ld .

(b) Explain the various operations performed by Bus Interfacing unit in 8086. [10+6] 8. (a) How many initialization command words are required for a single 8259 in an 8086 based system? Explain their format?

or

(b) Under what conditions type 0 interrupt is initiated? List out the instructions that may cause type 0 interrupt? [8+8]

Aj

nt

uW

?????

4

Code No: RR321402

RR

Set No. 1

1. (a) Draw and explain the pin out diagram of 8086.

in

III B.Tech II Semester Examinations,December 2010 MICROPROCESSORS Mechatronics Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks ?????

ld .

(b) Explain the various operations performed by Bus Interfacing unit in 8086. [10+6]

2. Interface an 8-bit DAC to 8255 with an address map of 0800H to 0803H. The DAC provides output in the range of +12V to -12V. Write the instruction sequence for the following.

or

(a) For generating a square wave with a peak to peak voltage of 8V and the frequency will be selected from memory location ‘FREQ’. (b) For generating a triangular wave with a maximum voltage of +6V and a minimum of −4V. [8+8] 3. (a) Explain the Flag register of 8085 Microprocessor. i. ii. iii. iv. v.

uW

(b) Explain the following pins of 8085 Microprocessor. RST 5.5 RST 6.5 READY IN T A X1 , X2

[6+10]

nt

4. (a) Write a program to find the Parity of 48 bit Number. (b) Write a program to solve the following expression. 2A2 + 4AB + B 2 C [8+8]

Aj

5. A logic network is having input variables A,B,C,D. The output variables are given below. W =A.BC + BCD + AD X = BD + AC + AB + AD Y = A.B + A.C + D.B Z = ABC + ACD + A.BC + D.B

The array INPUT 1 contains 10 different combinations of input variables. Write an instruction sequence that determine the outputs for each combination of INPUT 1 [16] array and store the output variables in the string OUTPUT 1.

6. (a) How many initialization command words are required for a single 8259 in an 8086 based system? Explain their format?

5

Code No: RR321402

RR

Set No. 1

(b) Under what conditions type 0 interrupt is initiated? List out the instructions that may cause type 0 interrupt? [8+8] 7. (a) Define a macro for moving an arbitrary character string that ends with an EOT character from one string of bytes in memory to another?

in

(b) Write a procedure COMPUTE for performing the computation R ← X + Y − 3 The word variables X, Y, R and COMPUTE are in the same code segment. The variables X and Y are defined in data segment D1 SEG. The data segment D2 SEG contains the variable R. Show the necessary definition along with the procedure? [8+8]

ld .

8. (a) Draw the command register and mode register format of 8237 and explain each bit?

or

(b) 8251 is interfaced to 8086 processor at address 080H. Show the hardware design? Initialize it in asynchronous mode with even parity, 6-data bits, baud rate factor 1, one start bit and one and half stop bits? [8+8]

Aj

nt

uW

?????

6

Code No: RR321402

RR

Set No. 3

in

III B.Tech II Semester Examinations,December 2010 MICROPROCESSORS Mechatronics Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks ????? 1. (a) Draw the command register and mode register format of 8237 and explain each bit?

ld .

(b) 8251 is interfaced to 8086 processor at address 080H. Show the hardware design? Initialize it in asynchronous mode with even parity, 6-data bits, baud rate factor 1, one start bit and one and half stop bits? [8+8] 2. (a) Explain the Flag register of 8085 Microprocessor. RST 5.5 RST 6.5 READY IN T A X1 , X2

[6+10]

uW

i. ii. iii. iv. v.

or

(b) Explain the following pins of 8085 Microprocessor.

3. A logic network is having input variables A,B,C,D. The output variables are given below. W =A.BC + BCD + AD X = BD + AC + AB + AD Y = A.B + A.C + D.B Z = ABC + ACD + A.BC + D.B

nt

The array INPUT 1 contains 10 different combinations of input variables. Write an instruction sequence that determine the outputs for each combination of INPUT 1 array and store the output variables in the string OUTPUT 1. [16]

4. (a) Define a macro for moving an arbitrary character string that ends with an EOT character from one string of bytes in memory to another?

Aj

(b) Write a procedure COMPUTE for performing the computation R ← X + Y − 3 The word variables X, Y, R and COMPUTE are in the same code segment. The variables X and Y are defined in data segment D1 SEG. The data segment D2 SEG contains the variable R. Show the necessary definition along with the procedure? [8+8]

5. (a) Draw and explain the pin out diagram of 8086. (b) Explain the various operations performed by Bus Interfacing unit in 8086. [10+6]

7

Code No: RR321402

RR

Set No. 3

6. Interface an 8-bit DAC to 8255 with an address map of 0800H to 0803H. The DAC provides output in the range of +12V to -12V. Write the instruction sequence for the following. (a) For generating a square wave with a peak to peak voltage of 8V and the frequency will be selected from memory location ‘FREQ’.

7. (a) Write a program to find the Parity of 48 bit Number.

in

(b) For generating a triangular wave with a maximum voltage of +6V and a minimum of −4V. [8+8]

ld .

(b) Write a program to solve the following expression. 2A2 + 4AB + B 2 C [8+8] 8. (a) How many initialization command words are required for a single 8259 in an 8086 based system? Explain their format?

or

(b) Under what conditions type 0 interrupt is initiated? List out the instructions that may cause type 0 interrupt? [8+8]

Aj

nt

uW

?????

8

RR Set No. 2

(a) Explain the Flag register of 8085 Microprocessor. (b) Explain the following pins of 8085 Microprocessor. i. RST 5.5 · ii. RST 6.5 · iii. READY · iv. INTA · v. X1,X2 · [6+10] · 3. (a) Define a macro for moving an arbitrary character string that ends with an · EOT character from one string of bytes in memory to another? (b) Write a ...

89KB Sizes 1 Downloads 68 Views

Recommend Documents

RR Set No. 2
A venturimeter is to be fitted in a pipe of 0.20m diameter where pressure ... diameter of the throat to ensure that the pressure head does not become negative.

RR Set No. 2
in each droplet of dispersed phase, no movement of A or R in to continuous phase, · and identical concentration of B with in all the droplets determine the ...

RR Set No. 2
3. (a) Explain the different steps to be conducted for software design from project ... (b) “Object Oriented Analysis is radically different from the conventional Struc-.

RR Set No. 2
G = inert-gas rate, lb moles/hr. H = moles of inert solvent held up by packing per unit of tower volume k = reaction-rate constant, lb moles/- (lb mole/hr).

RR Set No. 2
RR. Set No. 2. II B.Tech II Semester Supplementary Examinations,May 2010 ... Code No: RR220801. RR. Set No. 2. (b) One kg of steam having a volume of 180 ...

RR Set No. 2
3. Sketch the root locus of the given system GH(s) = K / (s+1) (s+3) (s+6) · (a) Find the break ... amplifier gain KA=5. Also find steady state error to unit ramp input.

RR Set No. 2
RR. Set No. 2. II B.Tech I Semester Supplementary Examinations,June 2010 · ELECTROMAGNETIC THEORY · Common to Electronics And Control Engineering ...

RR Set No. 2
ii. Synchronous motors totaling 100HP with an average efficiency of 85% and ... RR. Set No. 2. 7. (a) Explain the principle of operation of circuit ReClosure.

RR Set No. 2
Vapour pressure in mm Hg. 200 400 760 1520. T emperature0C for ethanol. 48.4 62.5 78.4 97.5. T emperature0C for methanol 34.8 49.9 64.7. 84. 3. AjntuWorld.

RR Set No. 2
is not to exceed 0.85 bar. External diameter of the friction plate is 1.25 times the · internal diameter. Determine the dimensions of the friction plate and the axial.

RR Set No. 2
Code No: RR310806. RR. Set No. 2. III B.Tech I Semester Examinations,May 2011 · ENERGY ENGINEERING · Chemical Engineering · Time: 3 hours.

RR Set No. 2
Code No: RR420203. RR. Set No. 2. IV B.Tech II Semester Examinations,APRIL 2011 · V L S I DESIGN · Electrical And Electronics Engineering · Time: 3 hours.

RR Set No. 2
Code No: 24063. RR. Set No. 2. II B.Tech II Semester Supplimentary Examinations,February 2010 · PHYSICAL CHEMISTRY · Chemical Engineering.

RR Set No. 2
RR. Set No. 2. III B.Tech II Semester Examinations,APRIL 2011 · COMPUTER GRAPHICS · Computer Science And Engineering · Time: 3 hours · Max Marks: 80.

RR Set No. 2
HYDRAULICS AND HYDRAULIC MACHINERY · Civil Engineering ... loss is 10 KW and the hydraulic efficiency is 80%, calculate the blade angle at outlet, the ...

RR Set No. 2
RR. Set No. 2. III B.Tech II Semester Supplimentary Examinations,February 2010 ... RR. Set No. 2 ii. Is the system in a safe state? Verify with algorithm.

RR Set No. 2
Code No: 21007. RR. Set No. 2. I B.Tech I Semester Supplimentary Examinations,January 2010 · FUNDAMENTALS OF BIOLOGY · Bio-Technology.

RR Set No. 2
The Antoine constants are given by. Components. A. B. C. 1-Proponol. 8.37895 1788.020 227.438. Chlorobenzene 7.17294 1549.200 229.260. 1. AjntuWorld.in ...

RR Set No. 2
Explain about Pseudo-logic and draw the circuit topology of a three-input NOR · gate designed in Pseudo - NMOS. [16] · 3. Define different current parameters of Digital IC and explain their significance.[16] · 4. Design the seven segment decoding fun

RR Set No. 2
2. Explain about different BLAST programs in detail with a neat flow charts and how · are they useful? [16] · 3. Write an essay on gene Prediction in Eukaryotes?

RR Set No. 2
How do you design magnetic circuit of a Shell type Power Transformer. Explain it · clearly. [16] · 6. Explain how Tank for Core Type Power Transformer is designed. Write a computer · algorithm for the same. [16] · 7. Explain the important variables i

RR Set No. 2
Set No. 2. I B.Tech Supplimentary Examinations, January 2010 · INFORMATION TECH. AND NUME. METHODS · Common to BME, IT, BT, ICE, E.COMP.E, ETM ...

RR Set No. 2
Common to Information Technology, Electronics And Computer · Engineering ... List the blending functions suitable for cubic Bezier curves. Discuss their ...

RR Set No. 2
Chemical Engineering · Time: 3 hours · Max Marks: 80 ... 8. Explain the following: (a) The partial time derivative. (b) Total time derivative. (c) Substantial time ...