Exercise 10.0

Answer the following quiz questions.

  1. Given this schema:
    Supplier(ID, name, loginID, password, address)
    Part(ID, name, price, supplierID)
    Job(ID, name, address)
    PartJob(partID, jobID, quantity, date)

    Write a query to retrieve the names of the jobs that have used parts supplied by supplier ID #1. Alphabetize the results by job name.

  2. What are the properties of RESTful services?
  3. Map the data operations onto the appropriate HTTP commands and identify which are idempotent and/or nullipotent.

Exercise 10.1

A technical presentation presentation

Exercise 10.2

Consider the following questions regarding my sample presentation.

  1. Compare and contrast my presentation presentation with: a normal class lecture; and with your up-coming project presentation.
  2. Did I follow the suggestions made in the guide readings
    (particularly from Entrepreneur & D. Norman)?
  3. Are you for or against the slideware that I used?

Consider the following more general questions.

  1. Are you a good and/or experienced public speaker?
  2. Does making a good presentation matter?

Exercise 10.3

What was Postman’s fourth idea and do you agree with it?