The document lists a series of programming tasks focused on computer graphics (CG) and algorithms. It includes drawing basic shapes, animations, and implementing a digital clock. The tasks range from simple line and shape drawings to more complex animations and graphical representations like pie charts and bar graphs.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views1 page
CG Practical File Questions
The document lists a series of programming tasks focused on computer graphics (CG) and algorithms. It includes drawing basic shapes, animations, and implementing a digital clock. The tasks range from simple line and shape drawings to more complex animations and graphical representations like pie charts and bar graphs.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Programs list for Practical file
1) Write a program to draw a simple line using computer
graphics. 2) Write a program to draw a circle using CG. 3) Write a program to draw a rectangle using CG. 4) Write a program to draw a shape of car using CG. 5) Write a program to draw a flag using CG. 6) Write a program to draw a bar graph using CG. 7) Write a program to draw an ellipse using CG. 8) Write a program to draw an arc using CG. 9) Write a program to draw a 2-D bar graph using CG. 10) Write a program to draw an ellipse with different colors using CG. 11) Write a program to draw a house using CG. 12) Write a program to draw a kite using CG. 13) Write a program to draw a fish using CG. 14) Write a program to draw a line using DDA algorithm. 15) Write a program to draw a line using Bresenham’s algorithm. 16) Write a program to draw animation using increasing circles filled with different colors and patterns. 17) Write a Program to make a moving-colored car using inbuilt functions. 18) Write a Program to implement Digital Clock. 19) Write a Program to draw basic shapes. 20) Write a program to draw a pie chart using CG.