Difference between revisions of "CSC111 Final Exam 2015b"
Line 5: | Line 5: | ||
__TOC__ | __TOC__ | ||
<br /> | <br /> | ||
− | =Fractal Orange Tree= | + | =Problem 1: Fractal Orange Tree= |
<br /> | <br /> | ||
Write a well documented and organized Python program that will generate a tree ''identical to the tree shown below''. Your program must generate a tree as close as possible to the one shown. You ''should not reproduce the text''' in the image, which is there to mark this image as part of the exam; Your program needs to generate '''just the tree, its colors, its leaves, and its fruit.''' | Write a well documented and organized Python program that will generate a tree ''identical to the tree shown below''. Your program must generate a tree as close as possible to the one shown. You ''should not reproduce the text''' in the image, which is there to mark this image as part of the exam; Your program needs to generate '''just the tree, its colors, its leaves, and its fruit.''' | ||
Line 59: | Line 59: | ||
* Make sure your program is documented well, and that your name is written at the top of the header. | * Make sure your program is documented well, and that your name is written at the top of the header. | ||
<br /> | <br /> | ||
− | =Find the Largest Element of a List of Lists= | + | =Problem 2: Find the Largest Element of a List of Lists= |
<br /> | <br /> | ||
You are given the following program to get you started on this problem. | You are given the following program to get you started on this problem. | ||
Line 131: | Line 131: | ||
* Submit your program to the Final PB 2 section on Moodle. | * Submit your program to the Final PB 2 section on Moodle. | ||
<br /> | <br /> | ||
− | =Problem | + | =Problem 3: Frogger Game= |
<br /> | <br /> | ||
<center><videoflash>plgm_p2zAek</videoflash></center> | <center><videoflash>plgm_p2zAek</videoflash></center> |