Wayne State University
College of Lifelong Learning
Interdisciplinary Studies Program, Fall, 1999
http://www.cll.wayne.edu/isp/drbowen/internet
Instructor email: d.r.bowen@wayne.edu
Instructor tel (WSU) (313) 577-1498 / (Home) (248) 549-8518
Computers, the Internet, and Society
AGS 3340 Section 981 Call Number 96771
or ISP 5990 Section 982 Call Number 98339

Last updated: 10/9/99
Link back to course Welcome

Agenda for Computers, the Internet, and Society
Class #3 -- October 13, 1999

This agenda and class are for Computers, the Internet, and Society only

  1. Quiz 1 - 45 minutes
  2. Word - pictures.
    1. Insert / Picture
      1. Clip art
      2. From file
    2. Picture becomes part of Word file
    3. Format / picture
      1. Select picture, then Format / Picture
        1. Size
        2. Text wrapping
        3. Cropping
      2. Put a border around it with Format / Borders and shading
  3. Word - lists
    1. Bulleted lists. For multi-level, choose bullet style level by level
    2. Numbered lists - choose style, or multilevel
      wordlsts.gif (3002 bytes)
  4. Word - tables
    1. Use table insert tool button
    2. Use table menu item for further changes - must have table selected!
      1. Adding or deleting rows or columns - have insertion point where you want to act
      2. Split or merge cells - have insertion point where you want to act
      3. Change height and width
    3. Insert content by placing the insertion point and doing what you would normally do - type, Insert / Picture, etc.
    4. Default is a usually a table with no printing borders. If you see greyed-out borders while editing, they do not print. Add, remove and change borders with menu item Format / borders and Shading...
  5. Word / Word Help - What's This? Will tell you word's name for an object on the screen, and what it does. Then you know how to look it up in the regular help.
  6. Word does much more (e.g. fields?)
  7. Excel (spreadsheet)
    1. Worksheet - a series of cells arranged in rows and columns, with content in the cells
      1. Layout on information is freeform - you design it
      2. Rows labelled with numbers and column with letters, cell is labelled by row and column, e.g. A1, B3
        1. Label appears in Name Box in upper left
          ExlCell1.gif (2148 bytes)
        2. Different than Access. In Excel, cannot change the labels
      3. What can you put in a cell?
        1. Usually numbers are most important cell content (budget)
        2. Can also be text - labels
        3. Other...
      4. Can be formula to calculate a result from other numbers
      5. Editing the contents of a cell: click in the cell, type <F2>
      6. Can also replace contents of a cell by clicking in it and typing the new content
    2. Selecting - act on the selection as a whole, usually for formatting
      1. Click in a cell to select it
      2. Click on a column or a row label to select the whole row or column
      3. Drag over a range of cells, rows or columns to select the whole group
      4. Hold down <Ctrl> and click to add to selection (or, if it is already selected, to remove it from the selection)
    3. Formatting a cell
      1. Formatting text as in word
      2. Format numbers - different types. Choose menu item Format / Cells...
        ExlFormt.gif (9846 bytes)
      3. Auto formatting done for %, $, / (date), : (time) but you can override these
    4. Default for extension in File / Save As... is .xls - do not change this
      1. Will also Save As HTML... - HTML table. Lose formulas, preserve displayed values, though
    5. Formulas - calculate result in a cell based on numbers in other cells, for example adding or multiplying two cells
      1. ALL EXCEL FORMULAE BEGIN WITH "="
        ExlFrmla.gif (2875 bytes)
        For this formula,
        1. Click in cell B1, type 10%<Enter>
        2. Click in cell B2, type 50<Enter>
          (Steps a and b just set up the data for the formula.)
        3. Click in cell B3, type =
        4. Click in B1 (puts address of B1 into formula)
        5. Type *
        6. Click in cell C1 (puts address of C1 into formula)
        7. Tap <Enter> to accept formula
      2. Also +, combinations such as =__*__+__ (multiply first) and =__*(__+__) (add first)
      3. Sum
        1. Type a column of four or five numbers
        2. Click in the cell just below the bottom number (can actually be anywhere)
        3. Type =sum(
        4. Drag over the numbers you typed
          ExlSum.gif (3811 bytes)
        5. Type ) to close the parentheses and tap the <Enter> key
        6. Also many other formulae - see textbook
        7. Will usually guess the formatting correctly, but you can override this by formatting the cell directly
      4. Auditing a workseet -- are all of those formulae correct? Select the cell to audit, then choose the Tools menu item
        ExlAudit.gif (4728 bytes)
    6. Charts - Excel will make many different types of charts from the data in the worksheet
      1. Type two columns with labels, as in figure above
      2. Drag over the two column labels (F and G above) to select both columns
      3. Click Insert / Chart... to get Chart Wizard
        1. A Wizard is a series of dialogs with numbered steps on title bar (definition could appear on tests!)
      4. To follow along here, choose Column (top) / Clustered Column (top left), then click the Next> button.
      5. For Step 2, click on Series tab (Series refers to data sequence, for example Year or Sales here)
        1. We want the Year data to label the bars, not to part of the bars, so under the Series label click on Year to select it, then click the Remove button
        2. To label the bars with their years, at the end of the text box labelled Category (X) axis labels: click on the multicolored button
          ExlChrt1.gif (1883 bytes)
        3. A small dialog appears, temporarily replacing the large one (title bar has Category (X) at end). Drag over the years (do NOT include the word Years - just the years themselves). then click on the box at the end of the dialog.
          ExlChrt2.gif (5466 bytes)
        4. Click the Next> button. On Step3, click the Next> button. On Step 4, click the Finish button.
        5. Chart appears on the worksheet, with selection boxes (it is selected). You also have an option in Step 4 to put it on a separate sheet. Drag the chart so that it does not hide the data cells. Drag on the right middle selection box to make the chart wider. The year labels straighten out.
          ExlChrt3.gif (5829 bytes)
        6. Change one of the dollar figures by
          1. Click in the cell to select it
          2. You could just type a new number, but instead tap the <F2> key to edit the cell. You can use the arrow keys, Home, End, Delete and Backspace to position the cursor and delete digits, and then type in new digits. tap the <Enter> key to accept your changes.
          3. Notice that the chart changes to reflect the new value
    7. Copying and pasting between Office applications (and other applications)
      1. Selecting
      2. Copying
        1. If your computer has less than 32 MB RAM, you may want to close the first application at this point, and then open the second
      3. Pasting
        1. Double-click item to edit in original application
        2. Paste what?
          1. Item
          2. Numbers, Formulas
          3. Chart
          4. Link
            Wrd_Exl2.gif (8009 bytes)
  8. Excel does much more
  9. Internet - email
    Email.gif (5862 bytes)
  10. Internet - FTP
  11. Internet - trends / handout
  12. Internet - issues / Read the news!
    1. Just another technology?
    2. Will there be enough jobs for people?
    3. Permanent underclass?
    4. Racial / ethnic / cultural equality
    5. Invasion of privacy
    6. Relationships between Employees and Employers
    7. Falsifying information and/or the source of information
    8. Intellectual property rights
    9. Pornography and children
    10. Pollution and environmental degredation
    11. Dependence and the potential for disasters
      1. Y2K problem
  13. Personal web page
    1. Get all files together in the same folder - pictures, etc. This will result in relative URLs and links using filenames only, not folders. This means that you can check the links on your own PC, then upload them to the web site and the links will still work
      1. In Netscape, choose File / Open File in Browser... or in Internet Explorer File / Open...
    2. Use MS Word unless you have and know some other application
    3. After you start Word, second thing is to Save As HTML...
      1. The menus and formatting are slightly different in HTML view, so you don't want to put too much effort into the doc format, and then have it changed when you change to HTML
      2. This does not affect the way that Word works with any other file, and does not affect the contents or format of any other file
      3. File name for personal web page should be (first initial last name up to a total of eight letters).htm
    4. Uploading personal web page to web server
      1. Online tools - Upload your personal or team web page
  14. Turning the lab computers off
    1. Click on Start button
    2. Select Shut Down..., click OK
    3. When message appears saying it is OK to turn power off, turn off red bench switch. Leave monitor and base unit switched on
    4. THIS IS PART OF THE CLASS!