Computers and Technology

Instructions: For the purpose of grading the project you are required to perform the following tasks:
Step Instructions Points
Possible
1 Start Access. Open the downloaded Access file named
exploring_a02_grader_h2. 0
2 Create a new table in Design view. Add the field name
SystemID and select AutoNumber as the Data Type. Add the
caption System ID. Set the SystemID field as the primary key
for the table. 8
3 Add a second field named SystemName with the Short Text
Data Type. Change the SystemName field size property to 15.
Add the caption System Name. Save the table as System. 6
4 Switch to Datasheet view and enter the following system names,
letting Access assign the System ID:
XBOX 360
PS3
Wii
NES
PC Game
Nintendo 3DS
Close the table. 6
5 Create a new table in Design view. Add the field name
CategoryID and select AutoNumber as the Data Type. Add the
caption Category ID. Set the CategoryID field as the Primary
Key for the table. 8
6 Add a second field named CategoryDescription and accept Short
Text as the Data Type. Change the field size property to 25. Add
the caption Category Description. Save the table as Category. 8
7 Switch to Datasheet view, and enter the following Category
Description names, letting Access assign the Category ID:
Action
Adventure
Arcade
Racing
Rhythm
Role-playing
Simulation
Sports
Close the table. 8
8 Begin establishing relationships in the database by adding
the Category, Games, and System tables to the Relationships
window. Close the Show Table dialog box. Create a one-to-many
relationship between the SystemID field in the System table and
the SystemID field in the Games table, enforcing Referential
Integrity. Select the option to cascade update the related fields. 8
9 Create a one-to-many relationship between the CategoryID field
in the Category table and the CategoryID field in the Games table,
enforcing Referential Integrity. Select the option to cascade update
the related fields. Save and close the Relationships window. 6
10 Create a simple query using the Query Wizard. From the Games
table, add the GameName and Rating fields (in that order). Save
the query using the title Ratings. Switch to Design view, sort the
Rating field in ascending order, and run the query. Save and close
the query. 8
11 Create a new query in Design view. Add the Category, Games,
and System tables to the query design window. Add the following
fields to the query (in this order).
GameName
CategoryDescription
Rating
SystemName
DateAcquired 8
12 Sort the query in ascending order by GameName and run the
query. Save the query as Game List. Close the query. 8
13 Copy the Game List query in the Navigation pane and paste
it with the name PS3 Games. Modify the query in Design view
by using PS3 as the criteria for SystemName. Remove the sort
by GameName and sort in ascending order by CategoryDescription.
Save and run the query. Close the query. 8
14 You will create a query that displays games that everyone can play
over Thanksgiving break. Create a new query in Design view.
Add the Category, Games, and System tables to the query design
window. Add the following fields to the query (in this order).
GameName
Rating
CategoryDescription
SystemName 6
15 Set the Rating criteria so that only games with an Everyone rating
display. Save the query as Thanksgiving Games and run the query.
Close the query. 4
16 Close the database, and exit Access. Submit the database as
directed. 0
Total Points 100

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 08:10, Bearboy5957
Ihave a music player on my phone. i can buy songs, add them to playlists and play them. obviously it would be redundant to store each song in each playlist; each playlist is just a list of pointers to the songs. for this lab you will simulate this behavior. your program will need to have options to: add songs to the system library (you will store the text of the first line of the song, rather than the audio) add playlists add songs to a playlist list playlists play a playlist list all of the songs in the library with a count of how many times each song has been played remove a song from a playlist remove a playlist remove a song from the library (and thus from all playlists that contain it) note that we will not be checking many error cases. in real programming this would be bad, you should usually try to recognize and respond to as many types of errors as you can. in the context of class we are trying to acquaint you with as many concepts as possible, so for the sake of educational efficiency we will not be checking most errors in this lab, you may assume that your user provides correct input. you may add all appropriate error testing if you wish, but we will not be testing for it.
Answers: 2
image
Computers and Technology, 23.06.2019 04:00, coolconnor1234p0sv4p
Another name for addicting games. com
Answers: 1
image
Computers and Technology, 23.06.2019 09:30, rowdycar313p0ao5k
[java] create an application called registrar that has the following classes: a. a student class that minimally stores the following data fields for a student: - name - student id number - number of credits - total grade points earned and this class should also be provides the following methods: - a constructor that initializes the name and id fields - a method that returns the student name field - a method that returns the student id field - methods to set and retrieve the total number of credits - methods to set and retrieve the total number of grade points earned. - a method that returns the gpa (grade points divided by credits) b. an instructor class that minimally stores the following data fields for an instructor: - name - faculty id number - department the following methods should be provided: - a constructor that initializes the name and id fields - methods to set and retrieve the instructor’s department. c. a course class that minimally stores the following data for a course: - name of the course- course registration code- maximum number of 35 students- instructor- number of students- students registered in the course (an array)the following methods should also be provided: - a constructor that initializes the name, registration code, and maximum number of students- methods to set and retrieve the instructor- a method to search for a student in the course; the search should be based on an id number.- a method to add a student to the course. if the course is hill, then an exception with an appropriate message should be raised (try creating your own exception class for this). also, be sure that the student is not already registered in the course. the list of students should be in the order that they registered.- a method to remove a student from the course. if the student is not found, then an exception with an appropriate message should be raised (use the same exception class mentioned a method that will allow course objects to be output to a file using object serialization- a method that will allow course objects to be read in from a file created with object serializationyou will note that the student and instructor classes described above have some commonality. create aperson class that captures this commonality and uses it as a base class for student and instructor. this class should be responsible for the name and id fields and also provide atostring method that returns a string of the form name, id. this will be the inheritedtostring method for the student and instructor classes.1. draw a uml diagram for diss application.2. implement the previous classes in java. write a main program that can serve as a test class that tests all of the methods created and demonstrates that they are working
Answers: 2
image
Computers and Technology, 24.06.2019 01:00, Timeisjesus
Answer these and get 40 points and brainliest
Answers: 1
Do you know the correct answer?
Instructions: For the purpose of grading the project you are required to perform the following tas...

Questions in other subjects:

Konu
Mathematics, 19.11.2020 04:20
Konu
Business, 19.11.2020 04:20
Konu
Mathematics, 19.11.2020 04:20
Konu
Mathematics, 19.11.2020 04:20
Konu
Mathematics, 19.11.2020 04:20