Thursday 4 August 2011

8086 EXTRA LAB QUESTIONS


1.      Sorting N elements in ascending order
2.      Sorting in descending order
3.      Sum of 8 bit numbers
4.      Write an 8086 ALP to find out Square root of a given number
5.      Write an 8086 ALP  to find the square root of a given no
6.      Write an 8086 alp to sort an array into even and odd . also print the even & odd numbers separately in memory locations.
7.      Write an 8086 ALP to find Fibonacci series from 0 to 100.
8.      Write a pgm to count the odd and  even numbers from the given sequence using 86 and store result in 3000 & 3001 locations
7AH,7BH,7CH,7DH,7FH,7EH,ABH,ACH
9.      Write an ALP to solve the sequence using 8086 1+2+3+4+…+50. Result store in 2500.
10.  86 ALP to find odd numbers in series and store starting from 2500H
11.  Write  8086 ALP to count of a particular number in a series
12.  Write an alp to find the sum of ‘n’ numbers . if ‘n’ is even and find average if n is odd
13.  Write a pgm to display two largest numbers from an array of n numbers
14.  Write a pgm to display prime numbers less than 10 using 8086 kit
15.  Write a ALP to check whether a given number is prime or not . if the number is not prime then find its factorial
16.  Write ALP to find the sum and average of n number from an array
17.  Write an alp to find the sum and average of 32 bit numbers
18.  Generate the series 0,1,1,2,3.5,8

No comments:

Post a Comment