Due Date:
Friday, September 15
File(s) to be submitted:
NamePlate.txt
Synopsis
Create a file that contains a "name plate" for you and this course, according to the description below.
Important notes:
- Do not submit a program to make the name plate! Figure out what your name plate looks like, then create a file that contain exactly that text.
- Do not submit word-processed or RTF files. See L01 for information about creating text files in Windows and MacOS.
This is another exercise on following instructions. You do not need to do any programming for this assignment, but if you're eager to get started on programming, you could start by writing a program that produces the required nameplate. Run the program, save the result in a file, and submit that file.
The file you submit must contain a nameplate similar that shown below (but using your data instead of mine):
The output is 10 lines long, and 16 characters wide. The first and last lines are blank -- there is nothing on those lines. The remaining lines form a checkerboard pattern. The "light" squares of the checkerboard are made of spaces. The "dark" squares are made of letters, digits and punctuation.
The precise characters you use are important, so be very careful -- you will be marked primarily on how well you follow these instructions!
If you have a multi-part surname (von Beethoven, for example), use an asterisk to separate the parts. If your name includes punctuation (O'Toole or Wyndham-Price, for example), then simply include that punctuation as letters.Use the name you provided when you registered on the course website. Use the View Profile command in the menu to the left if you can't remember what name you used.
In the sample output, I have shown my name and "number". Your file should contain your name and number. For example, if your name is Ludicrus Apple-Dumpling (and your A number is A11111111), then the checkerboard will look like:
One more thing. If your full name is more than 30 characters long, you won't be able to fit it into the space provided. In that case you should use just the initial of your given name, followed by a period. For example, Sussannah Schellenburg-Hieronymous' name is too long to fit in the space provided, so she should use S. Schellenburg-Hieronymous:
Graders may assign partial credit if the error is "small" (80%), "medium" (60%), or "large" (20% or 40%, depending on how large).