design a counter with the following repeated binary
sequence:
0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
Answers were Sorted based on User's Feedback
(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 |
Answer / lakshdip
(c) Briefly describe the architecture of 8086
microprocessors.
| Is This Answer Correct ? | 1 Yes | 8 No |
Answer / durgadeepak
dear friends.
the answer for the above question.
go to the link: www.live.com
type binary counter deign injk flip flops.
you can fing the answer for the above given problem.
| Is This Answer Correct ? | 15 Yes | 36 No |
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
Write a pascal program to calculate the sum of the first 100 even number and odd number
What are the Advantages of HashMap over Vector?
Difference of Console, web & windows applications?
Write a program which inputs 2 integers representing the sides of a triangle, a and b. Next, write a function which accepts the 2 sides as parameters and returns the hypotenuse of the triangle, c. Use c 2 = a 2 + b 2 To raise a number to an exponent, us e the built - in JavaScript function Math.pow() Let’s say you have a variable x and you want to raise it to the 5 th power, use Math.pow in the following manner... Math.pow( x, 5 ); This will raise x to the 5 th power. To find the square root of a number, use t he built - in JavaScript function Math.sqrt () So to find the square root of x, use Math.pow () in the following manner... Math.sqrt( x ) You must create 2 functions to receive credit for this assignment. Your ‘ main ’ function which is called from the button. And your hypotenuse function. Again, the main function calls upon the hypotenuse f unction when it needs that value. Get the user ’ s input, call the function, output your result. Create your own CSS layout
how to add Servlet-api.jar file into eclipse 3.3.2 ?
I would like to know what is Intellimatch and some interview questions which could be asked related to Intellimatch.
what is integration testing in real time applications?
cobol is execution r not without jcl
what is the exact full form of OOPS,O -> object O -> oriented P -> programing S-> ? ....
Explain polymorphism. Provide an example.
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)