Posts

Showing posts from April, 2023

14. To write a python program simulate bouncing ball in Pygame.

13. To write a python program first n prime numbers.

12. To write a python program merge sort.

11. To write a python program Insertion sort.

10. To write a python program selection sort.

9. To write a python program Binary search.

8. To write a python program linear search.

7. To write a python program find the maximum of a list of numbers.

6. To write a python program exponentiation (power of a number).

5. To write a python program find the square root of a number (Newton’s method).

4. To write a python program to find the most frequent words in a text file.

3. To write a python program to compute the GCD of two numbers.

2. To write a python program to perform Matrix Multiplication.

1. To write a python program that takes in command line arguments as input and print the number of arguments.

10. Serial communication between two 8085 through RS-232 C port.

9. To interface DAC with 8085 to demonstrate the generation of square, saw tooth and triangular wave.

8. To interface 8253 programmable interval timer to 8085 and verify the operation of 8253 in six different modes.

7. To write a program to initiate 8251 and to check the transmission and reception of character.

6. To convert given Hexadecimal number into its equivalent ASCII number and vice versa using 8085 instruction set.

5. To write a program to arrange an array of data in ascending and descending order.

4. To find the largest and smallest number in an array of data using 8085 instruction set.

3. To perform multiplication and division of two 8 bit numbers using 8085.

2. Write a program using 8085 Microprocessor for addition and subtraction of two BCD numbers.

1. Write a program using 8085 Microprocessor for Decimal, Hexadecimal addition and subtraction of two Numbers.