lakshadip


{ City } mumbai
< Country > india
* Profession * engineer
User No # 24477
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 85
Users Marked my Answers as Wrong # 58
Questions / { lakshadip }
Questions Answers Category Views Company eMail




Answers / { lakshadip }

Question { IIIT, 19967 }

Design a counter for the following binary sequence:
0,4,5,3,1,6,2,7 and repeat. Use JK flip-flops.


Answer

(a) Design a counter with the following repeated binary
sequence:
0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.

Is This Answer Correct ?    64 Yes 29 No

Question { IIIT, 19967 }

Design a counter for the following binary sequence:
0,4,5,3,1,6,2,7 and repeat. Use JK flip-flops.


Answer

(b) Draw a pipeline configuration to carry out the
following task:
(Ai + Bi + Ci + Di) (Ei – Fi). List the contents
of all the registers in the pipeline for i = 1 through 6.

Is This Answer Correct ?    19 Yes 21 No


Question { IBM, 16198 }

design a counter with the following repeated binary
sequence:
0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.


Answer

(b) Write a program in 8086 assembly language that
accepts two input characters, packs and then swap its
characters, in one word and store them in consecutive
locating in a memory buffer. The first address of the
buffer is (400)16. The size of buffer is (512)10 words. If
buffer overflows, the computation should
halt.

Is This Answer Correct ?    2 Yes 8 No