Lecture 16 Objectives [Nov 20]prev next

MUSICAL COMPOSITION: Beethoven's  Ninth Symphony, 1824.
 
This piece may take a while to get into (because of its length). But recall that Beethoven composed this symphony after he had already lost all of his hearing; he was striving for something else. While you may have heard excerpts from this symphony, it is worth one hour to hear the piece in its context.
32:05 32:05  


At the end of today's class you should

HAVE READ:

KNOW:

BE ABLE TO:

DAILY QUESTION:


Sample Exam question(s)

1. You are responsible for designing a Toy encryption device. An encryption starts with a plain text String in capital letters (i.e., "THE PARTY WILL BE AT THE GRAVEYARD AT MIDNIGHT TELL NO ONE" and processes a sequence of Encryptions over the text. You must support the following encryptions:

Your encryption device must allow one to add any number of encryptions. Then, when you call method String encrypt(String plainText) an encrypted String value is returned. As a nifty trick [extra credit] try to write a String descrypt (String encryptedText) in the same class, when given an encrypted String.

2.