Computer Engineering: List of Experiments
Computer Engineering: List of Experiments
List of Experiments
__________________________________________________________
Tut
Definitions
No
1 1) List and explain all the functions of graphics with syntax and example.
2) Draw a coordinate axis at the center of the screen.
3) Draw a twinkling star at the center of the screen using lineto() function.
4) Draw the circle at the center of the screen.
5) Draw the rectangle at the center of the screen.
2 6) Draw an ellipse filled with color at the center of the screen.
7) Divide your screen into four regions. Draw circle, rectangle, ellipse and half
ellipse in each region with appropriate message.
8) Draw pentagon filled with pattern.
1) Write a program to move circle continuously, filled with color, from center
position to given position.
2) Write a program to rotate a wheel clockwise or anti clockwise as per user’s
6
choice.
3) Write a program to make simple animation.