Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Engineering Expert

Assignment: Access Test

Project Description:

Flyer University (FlyerU) uses a MS Access database (that you will download) to track first-year students and to manage their course offerings. You are asked to complete the below-mentioned tasks to help FlyerU with their operating processes. To begin, download, i.e., Save (do NOT Open), the test database file named MIS 301_Access_Test.accdb from the course MyITLab site, if you have not done so already. Logout of MyITLab and close the browser window. Other than at the start and end of the test as specified, do not open any windows except ACCESS.

Step Instructions

1 Start Access. Open the downloaded Access file named MIS 301_Access_Test.accdb.

2 FlyerU wants to keep data about course sections to be offered in the upcoming term. Classrooms cannot seat more than 35 students. Create a table named SECTION to store the fields with the properties as specified below:

Field Name

Data Type

Properties

RecID

Number

Description: Primary key

CourseID

Short Text

Field size of 6; Description: Foreign key

Section

Short Text

Field size of 2

Honors

Yes/No

Default value: No

Instructor

Short Text

Field size of 20

Capacity

Number

Must only allow a value less than 36

Set RecID as the Primary key field, save the table, and close the table.

3 Create a one-to-many relationship between the CourseID fields in the COURSE (primary) and SECTION (related) tables. (Requirement: This relationship must be set up such that it is not possible to enter a CourseID in the SECTION table that does not already exist in the COURSE table.) Save the changes and close the Relationships window.

4 Create one record in the SECTION table as follows with the Instructor field value as your actual name:

Field Name

Value

RecID

1

CourseID

BUS201

Section

01

Honors

Yes

Instructor

Student Name

Capacity

30

Close the table.

5 Advisors need to review information about students and courses they have taken. Create a form named StudentRecord to display the StudentID, Name, Major, and Balance (in that order, from STUDENT) for each student and the CourseID, Title, Credits (in that order, from COURSE), and Grade (from TRANSCRIPT) for all courses he or she has taken (in a subform). The format should facilitate looking at all the information (as specified) for a student on one screen, i.e., without tabs or multiple pages. The boxes/columns should be wide enough to display the data. Save and close the form.

6 (skip)

7 FlyerU needs a catalog of courses (suitable for printing) that shows the CourseID, Title, and Credits (from COURSE) for courses it offers. Use the Report Wizard to create the report with the name Catalog. The list should be grouped by the Category of the school (Arts, Professional, and Sciences) that offers the courses and sorted by CourseID. It should also show the total number (i.e., count) of courses within each category as well as the total count across all categories (Hint: modify the report as necessary to count the values in the Credits column). In the Category Footer, to the left of the count, enter the label Sum for Category. In the Report Footer, to the left of the total count, enter the label Grand Total. Also, the report must contain the date and page number (in N of M format) at the bottom of each page and the preparer's name (type Prepared By: Student) to the right of the report title on the first page only. Save the report as Catalog and close the report.

8 (skip)

9 FlyerU is interested in reviewing courses offered that are worth only a small number of credits, i.e., fewer than the typical number of 3. Create a query named Query1

• to display the Credits, CourseID, and Title fields (in that order, from COURSE)
• sorted in descending order by Credits and within that in ascending order by Title
• for all courses where Credits is less than 3.

Run and then save the query. Close the query.

10 The Accounting department needs to review the account balance for its majors. Do not display the major itself in the results, since they are all ACC. Create a query named Query2a

• to display only the Name and Balance (in that order, from STUDENT)
• sorted in ascending order by Name
• for all students whose major is ACC.

Run and then save the query. Close the query.

11 (skip)

12 The Marketing department needs to identify its students who may be in trouble financially (i.e., balance less than $25) or academically (i.e., an F in any course). Create a query named Query3a

• to display the StudentID, Name, Major, Balance (from STUDENT, in that order), CourseID, and Grade (from TRANSCRIPT in that order)
• sorted in ascending order by StudentID
• for all students whose major is MKT and either the Balance is less than 25 or Grade is F.

Hint: Note that you may have the same student appear multiple times in the output.

Run and then save the query. Close the query.

13 (skip)

14 Periodically the Dean of Students meets with groups of students by major. She wants to see a list of students by any major she may specify. Create a query named Query4a

• to display the StudentID, Name, Major, and Balance fields (in that order, from STUDENT)
• sorted in ascending order by StudentID
• for all students based on a Major supplied by the Dean when the query is run; Create the prompt as [Enter Desired Major].

Run (enter BIO) and then save the query. Close the query.

15 (skip)

16 FlyerU wants to estimate the amount paid by each student for each course he or she failed assuming a per credit fee of $250. Create a query named Query5a

• to display the StudentID and Name (from STUDENT), CourseID and Credits (from COURSE), and grade (from TRANSCRIPT) in that order.
• a calculated field named WastedFee that displays the result of multiplying Credits by 250
• sorted in ascending order by CourseID
• where the Grade is F.

Run and then save the query. Close the query.

17 (skip)

18 For allocating resources to academic departments, FlyerU needs to calculate the sum of credit hours taken by students in each major. Create a query named Query6a

• to display the Major and a field named TotalCredits that shows the sum of Credits
• for all students within each Major.

Run and then save the query. Close the query.

19 (skip)

20 In an increasingly technological world, FlyerU wants to ensure that it offers some courses that involve computers. Create a query named Query7a

• to display the CourseID, Title, Credits, and Category fields (in that order, from COURSE)
• sorted in ascending order by CourseID
• for all courses where the Title field has some reference to computer (or some variation of that word such as computing or computation - specifically comput) anywhere in the Title.

Hint: Note that you may need to view the Title field in the relevant table to decide how to write this query.

Run and then save the query. Close the query.

21 (skip)

22 The Dean needs to check if there are any students who have not attempted any courses. Create a query named Query8a

• to display the StudentID, Name, Major, and Balance (in that order, from STUDENT)
• for all students (StudentID, from TRANSCRIPT) who have not taken any courses, i.e., have no transcript entries.

Run and then save the query. Close the query.

23 (skip)

24 At the end, make sure you do the following in sequence:

1. Before you close the ACCESS window, make sure that the database is still on your desktop (saved).

2. Close the database and then close Access.

3. Launch the MyITLab application and Log-in.

4. Return to the MyITLab Assignment and complete Step 3 by Submitting/Uploading your completed database. NOTE: This is the .accdb file and NOT the .laccdb file) Don't forget to submit/upload!

5. Log out of MyITLab after successfully submitting the assignment.

6. Do NOT delete the database from your desktop until the test is graded or you receive confirmation from the instructor.

Attachment:- Access-Test.rar

Computer Engineering, Engineering

  • Category:- Computer Engineering
  • Reference No.:- M92577475
  • Price:- $60

Priced at Now at $60, Verified Solution

Have any Question?


Related Questions in Computer Engineering

Hoping to lore more shoppers downtown he said he built a

Hoping to lore more shoppers downtown. He said he built a new public parking garage in central business district. The city plans to pay for the structure through parking fees. For a random sample of 44 weekdays, daily fe ...

Discuss 5 of the most important sql server management

Discuss 5 of the most important SQL Server Management Studio (SSMS) features. Provide references - website link, book, article, etc.

Question suppose we have 29 bytes of virtual memory and 27

Question : Suppose we have 29 bytes of virtual memory and 27 bytes of physical main memory. Suppose the page size is 23 bytes. (a) How many pages are there in virtual memory? (b) How many page frames are there in main me ...

What are the minimum and maximum values in decimal if an

What are the minimum and maximum values (in decimal) if an 8-bit binary number is given unsigned and two's complement formats?

Part 1whats the importance of a documentation plan please

Part 1: What's the importance of a Documentation Plan? Please provide an example of a Documentation Plan that you would use. Part 2: How do you calculate how long a project will take? These questions are for my Introduct ...

Sum of consecutive integersa write a program that prompts

Sum of consecutive integers A) Write a program that prompts for an integer-let's call it X-and then finds the sum of X consecutive integers starting at 1. That is, if X = 5, you will find the sum of1+2+3+4+5=15 B) Modify ...

Determine the percentage of mass of the atmosphere that

Determine the percentage of mass of the atmosphere that resides between sea level and a height of 18.3 km. Assume an average pressure of 1.00 atm at sea level and a temperature of the atmosphere of 15 °C. The average mol ...

Hayley motorcycle company just paid a dividend of 14 today

Hayley Motorcycle Company just paid a dividend of $1.4 today, and is expected to pay a dividend in year 1 of $1.8, a dividend in year 2 of $2.3, a dividend in year 3 of $2.9, and a dividend in year 4 of $3.8. After year ...

A study sample was done regarding the association between

A study sample was done regarding the association between family history and the risk of developing AD. Exposure were family history of AD and no family history of AD. Outcomes were development of AD or no development of ...

Question why are the error terms in cross-sectional data

Question: Why are the error terms in cross-sectional data unlikely to be serially correlated? Can you give an example in which serial correlation could be present in a cross-sectional dataset? The response must be typed, ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As