4EC7A Computer Programming Lab-II

 S.No.    List of Experiments
1
Programs in C++
Write a program to perform the complex arithmetic.
2
Write a program to perform the rational number arithmetic.
3
Write a program to perform the matrix operations. (Transpose, addition, subtraction, multiplication, test if a matrix is symmetric/ lower triangular/ upper triangular).
4
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.