Problem Set #1
|
Part 1
|
Hand in: p1.gif, p1.dbn
|
|
Create a program to draw a carefully chosen one line on a paper of your choice.
|
Part 2
|
Hand in: p2a.gif, p2b.gif, p2c.gif, p2.dbn
|
|
Create a program that uses one variable as a means to control a set of 3 lines. Capture 3 instances of the graphic (A,B,C).
|
Part 3
|
Hand in: p3.gif, p3.dbn
|
|
Create a program to draw a single filled rectangle. Again, choose carefully.
|
Part 4
|
Hand in: p4.gif, p4.dbn
|
|
Create a program to draw a single filled triangle. Use your good judgement.
|
Part 5
|
Hand in: p5.gif, p5.dbn
|
|
Think of all the ways you can draw a filled triangle, and choose one. Utilize the properties of the drawing method you choose, to create a single filled triangle.
|
Part 6
|
Hand in: p6.gif, p6.dbn
|
|
Set 5 dots on a paper of your choice. Evoke an emotion with your choice in placement of dots.
|
Part 7
|
Hand in: p7.gif, p7.dbn
|
|
Create a representational picture (i.e. something that looks like something) using just 8 (at maximum) dotted lines.
|
Part 8
|
Hand in: p8.gif, p8.dbn
|
|
Using a nested loop, fill the entire field with the value of some calculation that can be appreciated. Do not use the Line command.
|
Part 9
|
Hand in: p9.gif, p9.dbn
|
|
Using a nested loop, create a stippled pattern of dots that can be enjoyed for its complexity. Do not use the Line command.
|
Part 10
|
Hand in: p10.gif, p10.dbn
|
|
Using the Line command, and a (few) nested loop, create an image that evokes a three-dimensional feeling through shading.
|