Courses
Wayne State University
College of Lifelong Learning
Interdisciplinary Studies Program
Computers and Society courses, Winter 2001
    ( http://www.cll.wayne.edu/isp/drbowen/casw01)

Mondays, 6 - 9:40 PM in 113 Rackham
Bullet1.png (242 bytes)Computers and Society
    GST 2710, Section 988, Call Number 95241, 4 credits

Bullet1.png (242 bytes)Computers and Society
    AGS 3360, Section 983, Call Number 98319, 4 credits

Office hours: Mondays 4 - 6 PM in 113 Rackham


                         Instructor

David R. Bowen
2311 A/AB
Wayne State University
Detroit, MI 48202
Daytime tel: (313) 577-1498
Evening tel: (248) 549-8518
FAX: (313) 577-8585
Home Page:
    http://www.cll.wayne.edu/isp/drbowen

Email: d.r.bowen@wayne.edu

CASicon.gif (1333 bytes)
Last updated: 3/4/01
Link back to course Welcome...

Agenda 8
for class on
Monday March 5

  1. Handouts
    1. Agenda
    2. The Internet: Structure, Function and Applications
  2. Passbacks
    1. Assignments and Labs (as ready).
  3. Reminders:
    1. Before you leave tonight, fill in the online Attendance (Signin) form on the course web site.
    2. If you miss a class, before the next class you should go to the course web site (the URL is in the upper left-hand corner of every handout) and review the Agenda for that class, then contact me if you have questions. Assignments and quiz topics are listed on the Agenda.
    3. If you need to make up a Quiz, or ask questions, or whatever, my office hours are time set aside for this. These times are Mondays and Wednesdays, 4 - 6 PM, in 113 Rackham (the classroom).

      If these times do not work for you, contact me to make other arrangements.

      I will not let you start a Quiz if the full half hour is not available before the start of the Monday night (I teach that one, of course) or Wednesday night (someone else teaches that one) class - both start a 6 PM, so 5:30 PM is as late as you can start a Quiz.
  4. Announcements:
    1. Spring Recess is next week, so there will be no class on 3/12, and I will not keep my Monday/Wednesday office hours next week. I will still be available for appointments. The normal schedule will resume the week of 3/19.
    2. The Midterm will be the week after Spring Recess, on Monday, March 19. Tonight there will be a one-hour Question and answer session for the topics covered on the midterm. One hour may seem like a lot of time, but it is not time to review all of the topics. You will have to choose which ones to ask about. Study the list of topics on this agenda.
    3. On the Midterm, you will not be able to complete the Word and Excel work in time if all you have done is the in-class exercises. The Labs are part of the course, and the Quizzes and Exams will assume that you have done the Labs. There is in-class time provided to do the Labs; if you leave early and are not spending that time on the Labs, you need to correct that.
    4. There have been some questions about ISP follow-up courses for Computers and Society. The list is given below. Most of these courses are not scheduled on a regular basis.
      1. Computers, the Internet, and Society: more or less direct extension of Computers and Society. GIS 3715 / David Bowen
      2. Web Page Design using Frontpage 2000, usually taught as AGS 3360 / Tareq Ghazal
      3. eCommerce: Using the Web to Find and Service Customers. GST 3720 / David Bowen
  5. Setting up your account for the course Chat and Computer Conference (may be put off until the Lab period)
    1. An account gives you a User name and Password
    2. If you have used the CLL Computer Conferencing System before in another course (Bowen, Richmond, Klein, Maruca), you can use that User Name and Password. You are done with this part of the Lab
    3. If you have not used this system before, then:
      1. Decide on your User Name and Password for this system
        User Name: _____________________
        Password:   _____________________
      2. Start a web browser (Netscape or Internet Explorer)
      3. Go to the course web site at http://www.cll.wayne.edu/isp/drbowen/casw01
      4. Scroll down to the section on "Online Tools"
      5. Find and follow (click on) the link "Course computer conference"
      6. A gray box will pop up. Type in your User Name and Password and click "OK"
      7. If you see "Log in as a new user?", then click on "Yes, I am entering as a new user."
        [If you do NOT see "Log in as a new user?", then
        1. Close (Exit) the web browser
        2. Pick another User Name and/or Password
        3. Repeat, starting at B above]
      8. A web form will display. Fill in your information, making sure to include all of the red-bulleted items (these are required). The other items are not required.
      9. Scroll down and find the "Create" button. A confirmation parge will display. You will not need the User Number information on this page. You are done with the computer conferencing system for tonight; you can close your web browser.
  6. Information
    1. The table below summarizes the forms of computer information; we have not covered them all in class yet.
      Types of computer information Subtypes Examples
      Programs Operating system Windows95, Windows 98, Windows NT
      Mac OS 8
      Linux
      Unix
      Application Word program
      Excel program
      Access program
      Netscape program
      Data System information User Name and Password
      Internet address
      Network connection
      Printer description
      Icons, screen colors
      Sound files - "The Windows Sound"
      User information Word processing document - mostly text
      Spreadsheet document - text and numbers
      Database document - text and numbers
      Graphic file - can be animated
      Sound file
      Video - Graphics and sound together
      Macro script - a small program written by a user, stored as a document, executed by the corresponding application
      1. Some types of computer instructions:
        1. Addition / Subtraction
        2. Multiplication / Division
        3. Stop
        4. No operation (do nothing)
        5. Jump, or go to a specified memory location (not the next one), which means to put the address of the next instruction into the IP
        6. Compare the operand with the accumulator, and set indicators if the operand is greater than, equal to, or less than the accumulator
        7. Jump if, or go to a specified address that depends on the result of the last Compare
        8. Input and Output instructions
  7. Dr. Claude E. Shannon died this past Saturday, February 24. Shannon was one of the first people to realize the potential for making digital computers.
    1. He saw that calculations could be done with relays (electrically controlled switches, such as we have been analyzing in this class), and that switch curcuits could be analyzed with logical truth tables.
    2. Dr. Shannon also realized that computers would be able to do more than compute numerical results, but they would also be able to manipulate images, sounds, and perhaps even ideas.
    3. He also laid the groundwork for storing various forms of information in digital computers as a series of bits, and was the first to realize that all of these forms could be stored and communicated using the same hardware ("bits are bits" in the language of Nicholas Negroponte), whether they contain text, numbers, sound, graphics or computer programs.
    4. By adding "meta-information" - information about the information - to stored information, Shannon showed how to accomplish error-free copying and communication of information. This particular form of meta-information is called "error-checking information." An example is "parity". A bit is commonly added on to each byte. If the number of bits set to ones in the byte is even, the extra bit is set to one; if the number of bits is odd, the extra bit is set to zero. The error-checking information (here, parity) is transmitted along with the meta-information. At the receiving end, the byte is checked against the error-checking information and, if there is disagreement, the receiving end orders the information to be retransmitted.
      1. Obviously, this scheme only works if double errors can be avoided. Here, digital communications are much less sensitive to noise and interference than analog information. With analog information, any noise distorts the signal, while with digital information, there is no effect unless the noise can switch the value of a bit.
      2. Copies of analog information, such as tape recordings and photographs, inevitably lose information (add noise, or "snow") every time they are copies. Consequently the best analog equipment is very expensive, which limited the wide distribution of analog information, and created media companies, such as record companies, photographic studios and art publishers. In contrast, digital copies are perfect using even inexpensive equipment, and the enormous media empires are still having trouble adjusting to this. If nobody needs an expensive studio to create perfect CDs, how will the music publishers make money?
    5. Shannon was born in Petoskey, Michigan in 1916 and received his Bachelor's degree in mathematics and electrical engineering from the University of Michigan in 1936 (his advanced degrees were from the Massachussetts Institute of Technology). It was his Master's Thesis, titled "A Symbolic Analysis of Relay and Switching Circuits," that laid the foundations for the development of computers by John Von Neuman and others, and also single-handedly created the field of Information Theory with the principle that the amount of information is equal to the number of bits.
      1. Shannon was also know for riding his unicycle around the halls of the famed Bell Labs in New Jersey, and for being able to juggle while riding the unicycle, and for a mathematical analysis of juggling, and for a chess-playing computer.
  8. The Internet - go to handout
  9. More Windows basics - Windows Explorer and the hierarchical file system. Windows Explorer is the Windows tool of choice for managing files
    1. Last week we used Drag 'N Drop to copy files. Today we will use Cut and Paste.
    2. Open Windows (NT) Explorer (Start / Programs) and change its options to show all information
      1. Choose menu item View / Options and then the "View" tab at the top of the Options dialog
      2. Above the list box, make sure that "Show all files" is clicked
      3. Below the list box, make sure that "Display the full MS-DOS path in the title bar" is checked. This refers to the title bar on the right pane of Windows Explorer. If this is unchecked, Explorer shows only the final (lowest) folder name
      4. Make sure that "Hide MS_DOS file extensions for file types that are registered" is unchecked. Otherwise, Explorer does not show the file extension for most file names.
      5. Make sure that "Include description bar for right and left panes" is checked. Otherwise, Explorer does not show you what drives and folders you are looking at.
      6. Click OK. This puts your choices into effect.
    3. Open the test floppy diskette in Windows (NT) Explorer. (Do this by clicking on the drive icon. Click on a file, then right click on it and choose "Copy." Go to another folder on the C: drive and right click on it, choosing "Paste" (was not available until you had something copied to the clipboard.
      1. This will also work with a selection of files.
      2. "Cut" will remove files from the original location, after they are pasted into the new location
      3. "Cut" can also work with Drag 'N Drop by holding down the <Alt> key.
      4. There are keyboard alternatives for Copy/Cut and Paste. <Ctrl>c and <Shift><Insert>do copy, <Ctrl>x and <Ctrl><Delete> do Cut, and <Ctrl>v and <Ctrl><Insert> do paste.
  10. Topics for Midterm exam: (not final until the end of this class)
    1. Computer hardware - what makes computers valuable?
      1. Types of computers (five)
      2. Diagram of a computer - input and output devices
      3. Types of storage - units - primary, secondary, differences, types of secondary storage
      4. Instruction cycle - Fetch, Interpret, Execute, Increment
      5. [Accumulator - the place where the "computing" is done - omit]
      6. Some types of computer instructions
      7. Adding and multiplying with switches
        1. Originated by Claude Shannon - added 3/5
        2. Also originated error checking and "error-free transmission" - added 3/5
    2. Computer software
      1. Operating System - purpose
        1. User Interface - what is it?
          1. Command line
          2. GUI
        2. Windows
          1. Mouse actions
          2. Active parts of all windows - what you can do with them and how to do it
          3. Active elements - how to activate them
          4. Dialogs
          5. Wizards
          6. Multiple ways to accomplish the same thing
          7. Starting a program
            • with a file open - two ways - differences
          8. Difference between Save and Save As...
          9. Drag 'N Drop Vs Cut/Copy and Paste
          10. Selection - methods and result
            • Keyboard methods
            • Mouse methods
      2. Applications - purpose, examples
      3. File system
        1. What is a file?
        2. Hierarchical file system, what can be in a folder
        3. Using Windows Explorer
        4. Path and URL - naming them, identifying and naming their parts
    3. Forms of computer information
      1. ASCII codes - translating back and forth
      2. Number of values that can be stored in n bits
      3. File sizes for graphics, sound, number and program files
        1. Address space Vs actual memory size
    4. Binary - counting, adding, multiplying, powers of 2 in binary and decimal, converting binary to decimal and decimal to binary
    5. Applications
      1. Word processing
        1. Primary function and sub-functions of word processing - e.g. creating, editing, formatting, printing, saving, opening
        2. Using Word
      2. Spreadsheets
        1. Primary function and sub-functions of spreadsheet - e.g. storing numbers, storing text, formatting,     formulae, charting, printing, saving, opening
        2. What can be in a cell
        3. Using Excel
      3. World Wide Web browser (Netscape or Internet Explorer)
        1. Going to a web site using
          1. Bookmark
          2. Typing in URL
          3. Using link
          4. Using history list
        2. [Web chat - omitted]
        3. [Web computer conference - omitted]
    6. The Internet - added 3/5
      1. Describe how computers are identified on the Internet (IP address and what it looks like)
      2. Describe the form that information travels in (packet, head, body)
      3. Describe how information is transported between computers (LANs and ISPs, Gateways, Routers)
      4. Describe the role of Local Area Networks
      5. Describe how the Domain Name System works
      6. Given a URL, identify its different parts and what they signify (repeat of an item above)
      7. Describe the sequence of events if you point your browser at a web site by typing in the URL in the domain name form
      8. Describe or define the terms (computer) protocol, URL, IP address, gateway, router, HTTP, HTML
      9. Describe the IP and TCP protocols
      10. Describe the "client/server architecture"
        1. What a client does
        2. What a server does
      11. Describe the "peer architecture"
    7. Using computers - Windows, Windows 95 Explorer, Word, Excel, and web browser

Lab 8.

In New Perspectives On Microsoft Office 2000 Professional, do Excel Tutorial 3 on pages EXCEL 3.1 through EXCEL 3.42. The lab assignment is to download the file Pronto.xls and edit, format, save and print out this file with the name "Pronto Slasa Company.xls" according the the directions throughout the Tutorial - in other words, start at the beginning of the tutorial and work your way through it. No other part of this tutorial is assigned.

  1. Download the file from the course web site using the "Pronto.xls" link under the Agenda 8 link.
  2. Do NOT save the file to the location given in the book. Save it to your floppy diskette instead.
    REMINDER: being able to control where you save your files to is part of this course! Make sure you can do this without looking at a book or notes! So is starting Excel.
  3. When you are done, make a title sheet, with (a) your name, and (b) what assignment this is (Lab 8), print out a copy of your edited file, staple the pages together, and turn in this copy, by the start of the next class. This, together with your chat / computer conference account, is your lab report. You can print the spreadsheet using either:
    1. The printer icon on the toolbar
    2. The menu item File / Print, then click OK on the "Print" dialog.

Assignment 8. Please write or type "Assignment 8" on the work you turn in for this assignment (due 3/19).

  1. In Computers, Technology, and Society, answer the following Review questions on Pp 7-34: 2, 3, 5, 6, 9 and 10.