Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

implement a working model of CHORD SYSTEM Additional Requirements: 1. You should

ID: 3588036 • Letter: I

Question

implement a working model of CHORD SYSTEM Additional Requirements: 1. You should start with a single Node. 2. You should allow the user to interact with the working model to select the function to be accomplished (deletion or addition). 3. Your program must provide some visual display of the CHORD SYSTEM (ASCII art is acceptable; java visualization are acceptable; etc.). 4. Specific to the addition function... the function of addition must select a random point in the CHORD to add the new node. 5. Your program should be intuitive. (i.e. I should not have to read the manual or the code to know how to use it!) 6. Please let the grader know whether your software fully works or not. In addition, please self report problems running your code. 7. The result of the a lookup (this does not have to be visual; it can be text!)

Explanation / Answer

Tables store information. Tables are the heart of any database, and you can create as many tables as you need to store different types of information. A fitness database could track your daily running log, your inventory of exercise equipment, and the number of high-protein whey milkshakes you down each day, as three separate tables.

Queries let you quickly perform an action on a table. Usually, this action involves retrieving a choice bit of information (like the 10 top-selling food items at Ed’s Roadside Diner or all the purchases you made in a single day). However, you can also use queries to apply changes.

Forms are attractive windows that you create, arrange, and colorize. Forms provide an easy way to view or change the information in a table.

Reports help you print some or all of the information in a table. You can choose where the information appears on the printed page, how it’s grouped and sorted, and how it’s formatted.

Macros are mini-programs that automate custom tasks. Macros are a simple way to get custom results without becoming a programmer.

Modules are files that contain Visual Basic code. You can use this code to do just about anything—from updating 10,000 records to firing off an email.