Computer Science 12
Week 2
Friday, September 2, 2011
- Tutorials on Excel
- Tutorials on HTML links
- Assignment 2 (paper topic selction due Tuesday, September 6, 2011; Excel and HTML parts due Friday, September 9, 2011)
On Excel functions in general, and specifically the SUM, AVERAGE, COUNT, COUNTA, MIN, MAX, and MEDIAN functions:
- Very basic intro: AutoSum and Excel Functions in Microsoft Excel 2007 Tutorial by Denise Etheridge
- Another very basic intro: Performing Calculations in Florida Gulf Coast University's Excel 2007 Tutorial
- Excel Formulas and Functions in Excel 2007 on Quamut.
- Crunching Numbers with Excel 2007's AVERAGE, MAX, MIN, and MEDIAN Functions in Functions on the "for Dummies" site
- Count Functions and Statistical functions in Using Excel Functions in Spreadsheets on About.com
- How to use A functions in Excel (e.g. COUNTA as distinct from COUNT) on the Microsoft site
Line breaks in cells:
- Add A Line Break To A Cell In Excel 2007 on Windows Fanatics
- Line Breaks in Formulas on Daily Dose of Excel
It is recommended that you also use Excel's Help feature to get more information on all of the above.
See also the Excel tutorials listed for Week 1.
To all information for Week 2 | To all tutorials about Excel
Here are tutorials on HTML links:
- Links - the Pocket HTML Tutorial
- HTML Links - W3Schools tutorial
- Hyperlinks - HTML for beginners
Ses also the general HTML tutorials for week 1.
To all information for Week 2 | To all tutorials about HTML
- Paper:
last-first-paper.docx- Excel assignment:
- Making believe you're a teacher, create an Excel spreadsheet with columns as follows: (1) a list of names, (2) five columns of quiz scores, (2) two columns of results to be computed from quiz scores, (3) two columns of in-class exam scores, and (4) the final exam score. The two columns of results computed from the quiz scores must be (a) the average quiz score and (b) the average with lowest score dropped.
last-first-roster.xlsx- In a separate file, write an invoice for goods ordered from a store. The invoice should have columns for product name, per-unit price, quantity ordered, and total price. There should be rows for at least four products. Underneath the last row, below the total price column there should cells (with identifying text in cells to the left of them) for subtotal, tax, and then total. The tax should be computed from the tax rate, which should be placed in a separate cell somewhere.
last-first-invoice.xlsx- HTML assignment:
Begin creating three HTML pages that you would actually like to display on a website you'll be creating later in the semester. The two pages must be:
- A file named
index.html, which will contain a link to your other page,aboutme.html,. - A file named
aboutme.html, which will contain a link back toindex.html, and also a link to this website's main page,http://cs12.dnixon.nyclocal.net/.
When you are finished, put both your HTML files into a ZIP file with the following filename:
last-first-website.zip
where "last" and "first" should be replaced by your own last and first name.
Submit the ZIP file in the appropriate area on Blackboard, and have access to the files in lab during our next class session.
- A file named
Continue work on your paper, as follows: (1) Email me, by no later than Tuesday, September 6, about the topic you have chosen. (2) By no later than noon on Tuesday, September 13, email me your list of sources. (2) Submit the first draft via Blackboard, by no later than noon on Friday, September 23. It should have the following filename:
where "last" and "first" should be replaced by your own last name and and first name, respectively.
Your paper may be on any of the computer-related topics that are introduced in Jerry Waxman's lecture notes, other than Microsoft Office products such as Word, Excel, and Access. Your paper must use four sources, including at least one printed offline source (e.g. a physical book from the library) and at least two websites. Your first draft, which must be finished by noon on September 23, should be at least three pages long and must include at least one quote from each of your four sources, and must have at least three sections with headings. We will then show you how to do citations, footnotes, bibliography, index, and table of contents, using Microsoft 2007/2010 features which make these chores very easy.
Make rows for at least five students. The names of your imaginary students, and the quiz scores, will be left to your imagination. Just don't copy them from another student. The quiz scores should range between 0 to 10, while the exam scores should range between 0 and 100.
Save your Excel spreadsheet with a filename having the following format:
where "last" and "first" should be replaced by your own last name and and first name, respectively.
Then format the "Grade Roster" title and "Contact" lines to make them look nice, merging adjacent cells as necessary to eliminate overlap. To the left of the scores, you must have columns for imaginary students' names, first a column for the last names, then a column for the first names. Make up a unique set of names (not used by other Computer Science 12 students). Above the scores, there must be a row for column headings for the scores. The column headings should be: Quiz 1, Quiz 2, Quiz 3, Quiz 4, Quiz 5, Exam 1, Exam 2, and Final Exam.
Then, in between the quiz scores and the exam scores, insert two columns for calculated results involving the quiz scores. The first of these should be a column for the average quiz score. The second of these should be a column which computes an average of quiz scores with the lowest grade dropped. (Hint: Use a formula involving the SUM, COUNT, and MIN functions, not the AVERAGE function.)
In order to do the tax computation, referring to the tax rate in some specific cell, you will need to use absolute addressing, so that your formula will still refer to the tax rate in the same cell when you drag the formula.
All columns should have clear headings. And, somewhere above the headings, there should be cells for the store's name, the date, and the customer's name and address. Use two or more merged cells for the store's name, the customer's name, and each line of the customer's address, so that these will display nicely, and use an appropriate heading format for the store's name. Put your own name and email address in appropriately merged cells at the bottom.
The invoice should have a filename with the following format:
where "last" and "first" should be replaced by your own last and first name.
Your invoice must be unique, containing a store name, product names, and prices different from those in files submitted by other students in Computer Science 12.
Submit BOTH of the above files in the appropriate area on Blackboard, and have access to the files in lab next week. (The two files should be sumitted separately in the same area on BlackBoard, not in a ZIP file. You must submit both at once, not separately.) We will use them again in future exercises both in lab and in homework.