Functional Problem Solving (CSC 151 2015S) : EBoards

CSC151.02 2015S, Class 09: Side Effects: Images, Output, and More


Overview

Preliminaries

Admin

Upcoming Work

Extra Credit Opportunities

Academic

Peer Support (Afternoon Section)

Recommended Events (no EC unless mentioned above)

Questions

What do you do when DrRacket corrupts our files?

I deal with it on a case-by-case basis.

If we give advance notice of our birthday, can we have a party in class?

I will bring snacks and we'll sing a song, but that's about it.

How do we get the square inside the circle?

Two approaches.

Draw the square and the circle centered at (0,0). Circle has diameter size. Square has diameter (/ size (sqrt 2)). Shift to the correct position.

Draw a square of the correct size using square-thing. It can be anywhere. Draw the correct circular hole using circle-thing. Use center-peg to move the square.

Quick Overview

Lab

Debrief?