Exercise 10.0

Answer the following quiz questions, using this schema for question a.

Supplier(ID, name, loginID, password, address)
Part(ID, name, price, supplierID)
Job(ID, name, address)
PartJob(partID, jobID, quantity, date)
  1. 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.
  4. Name and describe the cloud service models and give an example of each.

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?