Exp19_Access_Ch05_Cap – Varmel Studio Toys 1.1

 Exp19 Access Ch05 Cap   Varmel Studio Toys 1 1 

  

You work as the database manager at Varmel Studio Toys, located in Lansing, Michigan. Varmel Studio Toys has the world’s largest selection of collectible superhero posters and action figures. Your task is to add validation rules, create a form that data entry associates can use to add new items to the inventory, and create a new table to classify items as a poster or action figure. You will also use queries to analyze existing data.

     

Start   Access. Open the file named Exp19_Access_Ch05_Cap_Varmel_Studio_Toys.accdb. Grader has automatically added   your last name to the beginning of the filename.

 

You will save the database file   with a new name and create a new table that will be the source for a lookup.
 

  Save the database file as   Exp19_Access_Ch05_Cap_Varmel_Studio_Toys_LastFirst.accdb. Use Design view to   create a new table. Add ItemTypeID as the first field name, with data type   AutoNumber; add ItemTypeDescription as the second field name, with data type Short   Text and field size 15.

 

Ensure ItemTypeID is set as the   primary key. Save the table and name it Item Types. Add two records: Action Figure and Poster. Close the table.

 

You will edit the Inventory   table design to validate data. You will make two fields required and add a   validation rule to a field. You will also make sure you test the validation   to make sure the rules work as intended.
 

  Open the Inventory table in Design view. Set the InventoryQty and ItemTypeID   fields to Required.

 

   Establish a validation rule for the InventoryQty field that requires the   value to be greater than or equal to zero. Create validation text for the   InventoryQty: The value of this field must be 0 or greater. (include the period). Save the   table. Switch to Datasheet view. Change the InventoryQty in the first record   to -2. The validation text appears.   Close the message box, then press Esc to restore the original InventoryQty   value. Close the Inventory table.

 

 

To help keep data input   consistent, you will add input masks to the Phone fields in the Employees   table.
 

  Open the Employees table in Design view. Add a phone number input mask for   the Phone field, storing with the symbols. Save and close the table.

 

You will convert the ItemTypeID   field in the Inventory table to a lookup field, using the new table you   created previously as the source for the values in the lookup field.
 

  Open the Inventory table in Design view. Change the Data Type of the ItemTypeID field to Lookup   Wizard. Use the Item Types table for the values in the lookup field,   select both fields in the table, accept the default sort, hide the key field   from the user, and then accept the default name ItemTypeID. Save the table. Switch to Datasheet view. Change the   item type to Poster in the first   record and click the second record. If the record updates successfully,   change the first record back to Action   Figure. Close the table.

Ford Fulkerson Alg

Create the following

Presentation Outline

7 – 10 Slides 

o Introduction

o Problem Definition

o Applications of (Algorithm Assigned)

§ Real Life Use cases

o Solution Algorithms and Computational Complexity of the (Algorithm Assigned)

o Implementation of (Algorithm Assigned)

§ Diagrams

§ Examples

§ Example Output

o References

Portfolio Assignment – Business Intelligence

 

Portfolio Project: This week discuss a current business process in a specific industry. 

Note the following:

-The current business process itself.
-The industry the business process is utilized in.
– After explaining the current situation, take the current learning from the course and:
– Explain a new technology that the business should deploy. 

– Pros and cons of the technology selected.

Be specific, don’t only note the type of technology but the specific instance of technology.  (For example, a type of technology is smart automation a specific type of automation is automated light-dimming technology).

– 4-5 pages with minimum of 4 references

Networking Question

 Answer the following questions

  • What is the difference between IPv4 and IPv6? 
  • Why do we have both?  Which is better? 
  • What is a subnet mask? 
  • What is a hostname? 
  • What is a domain name? 
  • What is a FQDN?  What is DNS?  mDNS? DNS-SD?  Dynamic DNS/DynDNS? 
  • What are packets? 
  • What are datagrams? 
  • What are frames?
  •   What is packet switching? 
  • Packet forwarding? 
  • IP forwarding? 
  • Port forwarding? 
  • What is NAT?  ARP?  RIP? 
  • What is the difference between dynamic and static routing? 
  • What is routing? 
  • What are routing tables? 
  • What is a default gateway? 
  • What is TCP? 
  • What is UDP? 
  • How do TCP and UDP matter on networks?
  • What is a 3-way handshake in networking?

Discussion Board, Programming Logic

For this Discussion Board, please complete the following:

Decision-making statements are used to control the flow of the program. For example, you may use a decision-making statement to write a program to determine if a student passes the class based on his or her score. If the score is equal to or greater than 60, the student passes the class. Otherwise, the student fails. Assume that you are the programmer hired by a bank to write a program for its automated teller machines (ATM). Give an example that makes use of a decision-making statement in the program, and answer the following questions:

  • Which decision-making statement will you use, (e.g., if, if-else, or switch) for that example?
  • Why do you use that decision-making statement for that example?