[ Home ][ Classes ][ Research ][ Links ][ Biography ]


Up


CS Dept.



CSC 105 Intro to Computers

Assignments


Assignment 1 (Word Assignment)
Assignment 2 (Excel Assignment)
Assignment 3 (Access Assignment)
Assignment 4 (PowerPoint Assignment)


Assignment 4 (PowerPoint Assignment) - due 11/29/2011


Create a PowerPoint presentation a favorite vacation spot. You will need to provide some information about this place to put into text as well as tables and charts. Some examples of things you might want to gather about our favorite vacation spot are: weather/climate, airplane/train/bus schedules, events, things to do, places to see, interesting facts, what about it makes it your favorite place to vacation, books about this location, where to get more information, famous people who are from there are have vacationed there, etc.

I will not be grading the content; however, the content cannot contain anything that is disrespectful to other people because of age, sex, color, race, religion, creed, national origin, sexual orientation, political belief or affiliation, disability, veteran status, marital status, or membership or non membership in any organization. I reserve the right to refuse to grade an assignment that has such content.

Your PowerPoint slides presentation must include the following:

At least 6 slides in length including each of the following types of slides:

  • Title Slide
  • Bulleted List Slide
  • A Slide with a Chart
  • A Slide with a Table
  • A Slide with a SmartArt Graphic
  • A Slide with both Clip Art & Text

In addition, your presentation should contain the following:

  • A footer on the Slide Master that contains the date on the lower left, the page number on the lower right, and your name on the lower center. This should be applied to all slides.
  • Word Art
  • Slide Transitions for ALL slides
  • Text Animation (either custom or preset) on at least one slide
  • Motion Clip (Clip Art) on at least one slide
  • Some notes on the Notes page for at least one slide
  • Rehearsed timing applied to all slides

Turning in the Assignment:

  • Print the slides as "Handouts", printed 6 slides to a page. Note: you do NOT need to print this in color. Black and white is fine.
  • Upload and submit your presenstion to the PowerPoint Assignment drop box on Blackboard. For directions, click here (Blackboard Instructions).
  • Please do not email me your presentation. It will not be graded.
  • YOUR ASSIGNMENT WILL NOT BE GRADED IF YOU FAIL TO EITHER TURN IN A PRINTED COPY OR SUBMIT AN ELECTRONIC COPY TO BLACKBOARD.


Assignment 3 (Access Assignment) - due 11/15/2011


Please Note: You will not be able to email your Access project to yourself or anyone else.  The Exchange email server will not transfer Access through email.  Many of the lab computers are wiped clean after they reboot.  So you will need to store your Access project someplace. 
I highly recommend buying a flash drive on which to store your database file.
  1. Start Microsoft Access, and create a new blank database.  You need to use Microsoft Access 2010.
  2. Please name your database "LastnameFirstnameAccess" (e.g. "SmithJohnAccess").  It must be saved in Access 2010 format.
  3. Close Table 1. Create a table called Owners using Design View.  Add a field called Owner Name and set it as the primary key. Also add fields for the Owners’ addresses (street, city, state, and zip), and phone numbers as shown in figure 1 below.
  4. Select appropriate data types for each field.  Note that the zipcode and phone numbers contain symbols other than numbers. So the number datatype is not appropriate for those fields.
  5. Set default values for city and state. 
  6. Set input masks for zip code and phone number.
  7. Switch to datasheet view and enter the data for the six owners shown in figure 1.
  8. Add yourself as another owner.
  9. Resize the columns in the Owners table to display all data.
  10. Close your Owners table.
  11. Create a second table called Pets using Design View. Add a field called ID with a datatype of "AutoNumber" and set it as the primary key, unless it is already present.  Add fields for the remaining fields shown in figure 2 below.
  12. Use the Lookup Wizard as the data type for Owner.  In the wizard, choose Look up values in a table, select the table Owner, then add Owner Name to the Selected FieldsAccept all other values in the wizard.  (Note: after the Lookup Wizard has finished, the type will show as Text because that is the type of the Owner Name field)
  13. Use the Lookup Wizard again for the data type for the Type field.  This time, choose I will type in the values I want, enter Dog, Cat, Bird, Other in 4 rows under Col1 (the rows will open up as you type).  Accept all other values in the wizard.(Note: after the Lookup Wizard has finished, the type will show as Text because that is the type of the values you entered)
  14. Choose the appropriate data type for each of the other fields so that they display as shown in the table.
  15. Enter the data for the pets in figure 2.  Do not enter anything in the ID field.  Access will automatically give each pet an ID.  If you set up the Lookup fields appropriately in step 8, then the Owner and Type fields should now contain pull-down lists to select the data.
  16. Add one or more pets for yourself.
  17. Resize the columns in the Pets table to display all data.
  18. Save the Pets table.

Owners

Owner Name

Street

City

State

Zip

Phone

Jackson, Laura

300 New Castle Pl

Wilmington

NC

28409

(910) 542-4745

Bradwell, Carolyn

132 Johnson Ln

Hampstead

NC

28412

(910) 270-8836

Jones, Laurie

601 S. College Rd

Wilmington

NC

28403-3297

(910) 961-4402

Greene, Lydia

123 Princess Pl

Wilmington

NC

28401

 

Stone, Mary

601 S. College Rd

Wilmington

NC

28403-3297

(910) 961-8829

Stone, Scott

1002 Wendover

Greensboro

NC

27111

(336) 766-9651

Figure 1: Owners


Pets

Pet Name

Owner

Type

BirthYear

LastVisit

Balance

Sadie

Stone, Mary

Dog

2005

10/1/2005

$0.00

Sasha

Stone, Mary

Cat

1987

3/25/2005

$50.00

Blackie

Stone, Mary

Cat

1989

3/25/2005

$0.00

Casey

Stone, Scott

Dog

1998

6/25/2005

$130.00

Dudley

Bradwell, Carolyn

Dog

2004

7/12/2005

$20.00

Diggity

Bradwell, Carolyn

Dog

1995

7/12/2005

$20.00

Nemo

Jackson, Laura

Other

2004

10/15/2004

$525.00

Buffett

Greene, Lydia

Bird

2002

1/10/2003

$0.00

Kodi

Jones, Laurie

Dog

2004

8/28/2005

$75.25

Quincy

Stone, Mary

Dog

2003

6/8/2005

$0.00

Figure 2: Pets


Part 2: Use the Pets table for the following:
  1. Use the Filter by Selection feature to display only dogs.  Sort alphabetically by Owner.  Capture the screen by pressing Alt and Print Screen.  This will put a copy of that window on the clipboard.  Start Word and paste your results. Remove the filter.
  2. Use the Advanced Filter to display all pets (not just dogs) born in either 2004 or 2005. Sort in descending order by Balance. Click the Toggle Filter button to see the results.  Capture these results, paste into the Word document, remove the filter, and close the table.  You do not need to save the changes to the table.  You will need to save the Word document with pictures of the filters to turn in with your assignment.
Part 3: Create the four queries described below using the Design View for each.  Also for each query, resize the columns to display all data.  Save each query (once it’s working) using the default names: query1, query2, etc.
  1. A list of dogs containing only pet name, owner, and date of last visit sorted alphabetically by owner.  (Do not display the pet type)
  2. A list of owners and balances for accounts having balances greater than or equal to $20.  Sort in descending order by balance.
  3. A list of pet names, owner names, phone numbers, and dates of last visit between January 2003 and March 2005, sorted (ascending) by date.
  4. A list of all dogs and cats that includes the pet name, birth year, the owner's name, address (street, city, state, zip), and the animal type sorted in descending order by birth year.
Part 4:
  1. Using the Form Wizard, create a form based on the Pets table.  Include all fields from the table. Choose Justified layout and Oriel style.
  2. Go to Design View
  3. Make sure the detail section is at least 2.25" tall.
  4. Select all the fields in the "Detail Section". Then click the "Remove" button in the "Control Layout" group of the "Arrange" tab.
  5. Resize the fields to approximately the size shown below (both label and value boxes).
  6. Rearrange the fields to display as shown below.
  7. Expand the Header section so that it is approximately 1”, and change the label to: ABC Veterinary Services.  Make the text size 20 points, and resize the box to display it fully.
  8. Left align all form labels and values.
  9. Add a label to the form footer with your name and email address.
  10. Download this picture and add it as a logo to the detail section.
  11. Save your form.

Figure 3: Example Form

Part 5: Create a report using the Report Wizard containing all of the fields from the Owners table and the Name, Birth Year, and Date of Last Visit from the Pets table. 
  1. On the next screen of the wizard, accept the default view. 
  2. On the next screen, add a grouping level containing Owners Name.
  3. On the next screen, sort in ascending order by pet’s date of birth. 
  4. Accept all other defaults in the wizard.
  5. Switch to design view.
  6. Change the label box in the report header to contain only your name.
  7. Make sure all fields are large enough to display all information.
  8. Save the report.

Turning in the Assignment:

  • Close the database and exit out of Access before submitting the assignment to Blackboard.  Please upload and submit to the Access Assignment drop box on Blackboard your database file only. For directions, click here Blackboard Instructions.
  • Print the Word document containing the pictures (2) of the filters. Hand this printout in during class. You do not need to print anything else.
  • Please do not email me your database file.  It will not transfer correctly through email. 
  • YOUR ASSIGNMENT WILL NOT BE GRADED IF YOU FAIL TO EITHER TURN IN A PRINTED COPY OF THE FILTERS OR SUBMIT AN ELECTRONIC COPY TO BLACKBOARD

Assignment 2 (Excel Assignment) - due 10/13/2011

In this assignment, you will be creating a spreadsheet of the weight of an astronaut on the 8 planets (Pluto is no longer a planet!).

  1. Start Microsoft Excel with a blank spreadsheet. In cell A1, enter "Weight of Space Suit"
  2. In cell A2, enter 30
  3. In cell E4, enter "Perceived Weight of an Astronaut plus Space Suit on Planets"
  4. Merge and center the contents of E4 across the columns A-I
  5. In cell A5, enter "Weight"
  6. In cells, B5-I5, enter the values: 0.38, 0.91, 1.0, 0.38, 2.54, 1.08, 0.91, and 1.19, respectively
  7. Format the cells B5-I5 as percentages with zero decimal places showing
  8. In cells B6-I6, enter the planets "Mercury", "Venus", "Earth", "Mars", "Jupiter", "Saturn", "Uranus", and "Neptune", respectively
  9. In cells A7-A27, enter weights starting at 100 and incrementing by 10. You should be able to enter only the first two values, then perform a "fill down" to fill the rest.
  10. In cell, A29, enter "Required Weight of The Captain".  Wrap the text.
  11. Make Bold, Cells A1, E4, A5-I5, A6-I6, and A29
  12. Copy the contents of cells B6-I6 to cells B29-I29
  13. Enter a formula into cell B7 that calculates the gravity felt by the astronaut on Mercury wearing the space suit. The formula is the percentage (in row 5) times the sum of the weight of the astronaut (in column A) and the weight of the space suit (in cell A2). You should use absolute formulas for this
  14. Fill in the entire table with a similar formula.
  15. Extra Credit (3 points): It is possible to enter a single formula into cell B7 and copy that through the entire table and be the correct formula for each cell. This requires a well formulated expression using absolute and partially absolute references.
  16. Copy the formula from one entire row of the table into cells B30-I30 or fill in one formula in B30 and copy it to the remaining cells C30-I30.
  17. Enter an initial weight for the captain in A30. Start with your own weight.
  18. Format the numbers in the table as well as the weights for the captain to show one decimal place.
  19. Use the "What-If-Analysis: Goal Seek" to determine what weight is required of the captain so that his/her perceived weight on Jupiter is no more than 500 pounds.
  20. Add conditional formatting to the cells in the range B7:I27 to show any of the 3-color icon sets.  After you select an icon set, you will need to go back into Icon Sets and choose "More Rules".  Set the rules such that green is used for values < 200, yellow for values between 200 and 500, and red for any value over 500. You will need to set the "Type" to "Number".
  21. Make a pie chart of the captain's weight on the various planets. The pie chart should include a title of "Captain's Weight on the Planets", a legend, and percentage data labels.
  22. Make a line chart of the data in the table. The planets should be on the legend. If they are not, then click the "Switch Row/Column" button. The chart should include a title of "Various Weights on the Planets" on the first line and "Including 30 Pounds for the Space Suit" on the second line. The chart should also include  an X-axis title of "Weight of Astronaut", a Y-axis title of "Perceived Weight on Planet", and a legend.
  23. Add a header to the spreadsheet with your name and email address on it
  24. Add a thick border above row 7 and below row 27
  25. Spell check the spreadsheet
  26. Set the orientation to "Landscape"
  27. Turn on display of formulas. Make sure the columns are wide enough to show all of the formulas. Print a copy of the spreadsheet. This printout does NOT need to fit on one page. It is more important that the formula are big enough to be legible.
  28. Turn off display of formulas. Again, make sure the columns are wide enough to show all of the information. Open the "Scale to Fit" dialog window one the "PageLayout" ribbon. On the "Page" tab, click the "Fit to" button and verify that it says 1 page wide by 1 page tall. Print another copy of the spreadsheet.
  29. Please save the spreadsheet with the name "LastnameFirstnameExcel".xlsx (e.g. "SmithJohnExcel.xlsx"). It must be saved in Excel 2010 format (*.xlsx file, not a *.xls file)

Turning in the Assignment:

  • Hand in the two printouts from steps 27 and 28 during class.
  • Also, turn in an electronic copy of your spreadsheet to Blackboard/Vista. For directions, click here (Blackboard Instructions).
  • YOUR ASSIGNMENT WILL NOT BE GRADED IF YOU FAIL TO EITHER TURN IN A PRINTED COPY OR SUBMIT AN ELECTRONIC COPY TO Blackboard/Vista.
  • PLEASE DO NOT EMAIL THE ASSIGNMENT TO ME. Emailing it to me is NOT considered turning it in.


Assignment 1 (WORD Assignment) - due 9/22/2011

Note: It is a really good idea for you to have a copy of your assignment on your own storage (home computer or flash disk). If there is a problem with the submission, then you will need to resubmit. The lab computers are wiped clean everytime they reboot. If the only copy of your assignment is on the lab computer then it will be gone.

For this project, you will create an essay on your favorite holiday (which can include birthdays) using Microsoft Word 2010. (Please do not use any other word processor, such as Microsoft Works, OpenOffice, or another version of Microsoft Word.) The gist of this essay is to explain to the reader why you find this holiday (or birthday) so much fun.  You can include activites you normally do, why it is so enjoyable/meaningful to you, memories you have of past holidays, plans for the future, interesting facts you find on the Internet, etc.  You will need to create some tables and lists, so you should gather information like: places to go to enjoy the holiday, events and schedules, activities, interesting facts, etc.  The essay needs to be at least 2 pages (it can be longer if you wish).

The flyer must have the following:

  1. At least 2 (physical) pages of content. This means 2 pieces of paper, not 2 columns. (Points will be deducted if it is clear that you are trying to stretch your flyer to 2 pages.)
  2. A centered footer containing your name and email address
  3. A built-in theme applied other than the default Office theme
  4. At least one style applied other than the Normal style
  5. The moderate margin choice applied.
  6. Highlighted text (any color)
  7. One graphic or clip-art with text wrapping applied other than the default. (In Line with Text is the default. Yours must be something else.)
  8. Word Art
  9. Some text that is fully justified
  10. A Drop cap applied to at least one paragraph
  11. A bulleted or numbered list
  12. Hanging indents applied to at least one paragraph. The bulleted or numbered list from #11 does not fulfill this requirement.
  13. A section containing multiple columns with lines between. There must be another section with single column settings (the default, full width).
  14. Information displayed in a table using at least one customized tab stop with leaders (your choice of style)
  15. Information displayed in a table using the table tool with a table style applied other than the default Table Grid style
  16. A page border
  17. A page color
  18. Correct spelling
  19. Please save the document with the name "LastnameFirstnameWord".docx (e.g. "SmithJohnWord.docx"). It must be saved in Word 2010 format.

Your assignment will not be graded if it contains:

  • Harassment or disrespect of other people because of age, sex, color, race, religion, creed, national origin, sexual orientation, political belief or affiliation, disability, veteran status, marital status, or membership or non membership in any organization.
  • Profanity.

Turning in the Assignment:

  • Print your essay to hand in during class. It does NOT need to be in color. Black and white is fine.
  • Also, turn in an electronic copy of your essay to Blackboard/Learn. For assistace in submitting your document to Blackboard/Learn, click here (Blackboard Instructions).
  • YOUR ASSIGNMENT WILL NOT BE GRADED IF YOU FAIL TO EITHER TURN IN A PRINTED COPY OR SUBMIT AN ELECTRONIC COPY TO Blackboard/Vista. YOU HAVE TO DO BOTH OF THESE.



This page was last updated: November 21, 2011

Email:

[ Home ][ Classes ][ Research ][ Links ][ Biography ]