4EC7A Computer Programming Lab-II |
|
|---|---|
| S.No. | List of Experiments |
| Programs in C++ Write a program to perform the complex arithmetic. |
|
| Write a program to perform the rational number arithmetic. | |
| Write a program to perform the matrix operations. (Transpose, addition, subtraction, multiplication, test if a matrix is symmetric/ lower triangular/ upper triangular). | |
| Implement Morse code to text conversion and vice-versa. | |
5 |
To calculate Greatest Common Divisor of given numbers. |
6 |
To implement tower of Hanoi problem. |
7 |
Program in Java To implement spell checker using dictionary. |
8 |
To implement a color selector from a given set of colors. |
9 |
To implement a shape selector from a given set of shapes. |
10 |
To implement a calculator with its functionality. |
11 |
By mapping keys to pens of different colors, implement turtle graphics. |
12 |
To implement a graph and display BFS/DFS order of nodes. |