You are on page 1of 1

Lab Experiment sample questions

1. ALP for area of triangle when base and altitude values are given.
2. Separate odd and even numbers from a set of N numbers. N is in 4200. Numbers start from
4201
3. Sort givenset of N numbers in descending order. N is in 4200. Numbers start from 4201
4. ALP for hex to ASCII conversion
5. Find the result for x2 +5x+1, where x is in 4200
6. Realize 4 digit digital lock.
7. ALP for hex to decimal conversion
8. ALP for system with mode control. Mode 00 : 4 bit binary up counter Mode 01 : 4 bit binary
down counter Mode 10 : 4 bit ring counter Mode 11 : 4 bit johnson counter
9. Swap digits of given N 8 bit numbers. N in 4200 Numbers from 4201 location
10. Make 8:1 mux using 8051
11. Find largest number from a given array of N numbers. N in 4200 and numbers start from
4201 location
12. ALP for decimal to hex conversion
13. ALP for BCD to ASCII conversion
14. ALP for ASCII to Hex conversion
15. Find square of the number if it is prime.
16. Find the factorial of given number's squareroot, if the given number is a perfect square.
17. Check whether the given string is palindrome.
18. Generate Nth term of an AP
19. Find sum of odd numbers in given set of N numbers. N is in 4200, numbers start from 4201

You might also like