Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

1. Theo is a senior lab assistant for one of the computer labs at his college. He wants to computerize the lab scheduling so that

1.

Theo is a senior lab assistant for one of the computer labs at his college. He wants to computerize the lab scheduling so that

students can book computer usage ahead of time. He documents the database requirements as follows:

  • For each computer in the lab, machine code (which is unique), descriptive name, IP Address, specification, and location are stored.
  • Each day of the week is divided into time slots. A time slot is defined by a unique period code, starting time, ending time and the day of the week.
  • Each lab user is identified by a user code (unique), username, contact information (telephone, e-mail, etc.), and classification. Lab assistants are also valid lab users.
  • A schedule for lab assistants is maintained. Each entry consists of the term code, user code of the lab assistant, time-period, and an indicator to signify whether the lab assistant is confirmed for that time.
  • A schedule of lab users is also maintained. Each entry consists of the term code, the booking date, related machine code, time-period booked, the related user code, and a flag to indicate whether the booked time was actually used.

1.1 From this information, develop an ERD. [12]

1.2 By conducting a brainstorming session (or otherwise) and using your ERD as well as guidelines in figure 13.8 of lecture 10, construct an initial Entity Specification Grid (ESG) for the Lab Scheduler project. [50]

1.3 Propose an EOS for an operation to query the system and provide available machine times for a given date. [20]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions