Latte Delights Inventory

In this project, you will open a database containing the inventory of a coffee shop, create a new table in which to store sales representatives (reps) information, and then add the sales rep records. You add a new product using a form and print a report. You apply a filter by selection and sort a query, and then you apply a filter by form to a table. You save both filters.Open the Customers form in Form view. Use Search to locate the record for Baker Auto Supply. Modify the record so that the Address1 field displays 4508 N.W. 7 Avenue. Save and close the form.Open the Products form in Form view. Add a new product (Access will automatically add the Product ID): Coffee-Arabica Premium. The Description is 24/Case, Pre-Ground 1.75 Oz Bags, the Cost is $13 (just type 13, no $), the Markup Percent is 100%, the Brand is Premium, and the Year Introduced is 2017. Save the new record and close the form.Open the Products report and check that the report contains the new product P0026, Coffee-Arabica Premium. View the layout of the report in Print Preview and then change the page layout to Landscape. Save the report and close Print Preview.Open the Customers table. Sort the table by Customer Name in ascending order. Save the changes and close the table.Open the Revenue Stats query and sort the City field in ascending order. Apply Filter by Selection so that only stats for the last name Pellum display. Save and close the filtered query.Open the Products table. Use Filter by Form to create a filter that will identify all premium brands in the Brand field that were introduced after 2017. Apply the filter and preview the filtered table. Close the table and save the changes.Close all database objects. Close the database and then exit Access. Submit the database as directed.

Read more

Factors of Authentication

Discuss the three (3) factors of authentication for granting access right and permission. Give an example for each identified factor.

Read more

Systems Operations Management

Information Systems Operations ManagementSpring 2021 Class ProjectYou are the Information Technology Manager for Titan Industries, a Florida based company that makes Widgets for several clients all over the world. For years, the company has relied on outdated Information Technology assets to do business. The newly appointed CEO has approached you and said that he wants you to update the company’s IT infrastructure and equipment to better position the company to compete in today’s global marketplace. You have been asked to perform an assessment of the company’s current outdated Information Technology assets (hardware, software, etc.) and make recommendations for upgrades or replacement of those systems by writing a white paper for your upper management. You will then give a slide presentation, to your upper management, to discuss your findings.First, you must do an Internet search and identify the IT assets that you wish to use as the baseline for the outdated Information Technology assets at Titan Industries. Second, identify the reasons why the current system is not sufficient for Titan Industries to compete in the global marketplace. Third, identify the upgrades or replacements that you wish to make to the existing technologies. Include the costs for all equipment, software, installation, training, and any other costs associated with your recommendations. Finally, discuss how Titan Industries will benefit from the new technologies that you are recommending.

Read more

Networking Principles

Explain networking principles, models and technologies.The network’s performance can be measured in terms of latency (delay), throughput, and packet loss. Explain how each one of them can be used to measure the performance and elaborate with examples?

Read more

[SOLVED] Social Web Harvesting

You are required to write a 4,000 word (with 10% over/under) research paper based on your practical project for this module. The paper should contain rigorous evidence and references from the primary (your own effort of social data harvesting) and/ or secondary data collection (third-party available dataset or current literatures) you undertook. Research Rationale and MotivationAs part of practical research in this module and learnt from the weekly studios, you will be harvesting a suitable dataset using the relevant tools, i.e. Tableau, Python, Facebook or Twitter API or third party Tool(s) and extracting relevant information from the results. Therefore, you should start your paper with the motivation or rationale of your research, especially the business aim of your project. The design and approach of your project such as the reasons for the choice of social web harvesting, scope for strategic or tactical decision making, business values, public interest, marketing campaign, product reviews, branding and marketing, customers’ preferences or other etc. Research Tools and MethodsYou need to discuss your research into suitable tools and/ or APIs and the justification for your choice. Based on this, you should then document the design of your project and show clearly how your research project communicates with any third-party service or API. Results and VisualisationsYou should discuss the results with necessary business or social implications and relate that back to the motivation or rationale of your social media project. Visualisation is very important, so the report should also contain suitable visualisations for your business storytelling out of the social data you collected. Limitations and ImplicationsIn addition, project limitations and recommendations are desirable. Conclusion and AppendicesFinally, draw a conclusion with key results to nicely conclude your web harvesting research. You are encouraged to compare various technical tools and techniques to demonstrate the social media analytics skills you have learnt. You can implement your social web harvesting research project using any suitable language / technology / third-party tools you see fit. You can hard-code queries or you can provide a suitable front-end where users can enter search keywords. In addition, you can show the results in any suitable form, e.g. tables, various forms of innovative graphs or information overlaid on a map. The final visualisation needs to be published on Tableau Public and include the link and evidences in the paper as Appendixes.

Read more

[SOLVED] Genetic Algorithms

Knowledge and Skills PaperPaper Section 1: Reflection and Literature ReviewUsing Microsoft Word and Professional APA format, prepare a professional written paper supported with three sources of research that details what you have learned from chapters 7, 8, 9, and 10. This section of the paper should be a minimum of two pages.Paper Section 2: Applied Learning ExercisesIn this section of the professional paper, apply what you have learned from chapters 7, 8, 9, and 10 to descriptively address and answer the problems below. Important Note : Dot not type the actual written problems within the paper itself.1. Survey and compare and possibly test some text mining tools and vendors. Start with clearforest.com and megaputer.com. Also consult with dmreview.com to further identify some text mining products to explore and even test?2. Survey and compare and possibly test some Web mining tools and vendors. Identify some Web mining products and service providers that could potentially be useful in a work environment you may want to be part of.3. Investigate via a Web search how models and their solutions are used by the U.S. Department of Homeland Security in the “war against terrorism.” Also investigate how other governments or government agencies are using models in their missions.4. Search online to find vendors of genetic algorithms and investigate the business applications of their products and even possibly test them where applicable. What kinds of applications are most prevalent and why?5. Important Note: With limited time for a college class, perfection is not expected but effort to be exposed to various tools with attempts to learn about them is critical when considering a career in information technology associated disciplines.Important Note : There is no specific page requirement for this section of the paper but make sure any content provided fully addresses each problem.Paper Section 3: ConclusionsAfter addressing the problems, conclude your paper with details on how you will use this knowledge and skills to support your professional and or academic goals. This section of the paper should be around one page including a custom and original process flow or flow diagram to visually represent how you will apply this knowledge going forward. This customized and original flow process flow or flow diagram can be created using the “Smart Art” tools in Microsoft Word.Paper Section 4: APA Reference PageThe three or more sources of research used to support this overall paper should be included in proper APA format in the final section of the paper.

Read more

[SOLVED] Website Development

In this assignment, you will use Django and Python to create a multi-page website which catalogues items on a topic of your choice. Pick a topic that you like, for example it could be books, movies, music, computer games, holiday destinations, etc.There should be at least 4 items in your catalogue and at most 10 items in a single catalogue. Exceeding the minimum of 4 simply allows you to get a better feel for how the website will look when it is fully populated with data. The user should be able to click on each item displayed in your catalogue, which will navigate them to a new page to view the details specific to that item.The items from your website’s catalogue will need to be defined within your Python code, and displayed using Templates by passing the data to the Context for display. Do not hard code your catalogue items directly into your HTML.Task 1For this task, your group is required to carefully complete the following requirements using Python and Django:a. Create a website with at least these three pages.Page 1: Home – A landing page (sometimes called a home page) that includes:The names and student numbers of all members in your group.A brief paragraph (a few sentences) that talks about your group’s chosen topic which you are cataloguing. E.g. “We chose to catalogue Widgets, because…”Page 2: List – A page which displays a list of all the items in your catalogue. The list should show only the catalogue item’s name and a brief (or truncated) description of the catalogue item.Page 3: Detail – A details page that displays all the specific information about that catalogue item. This page should be displayed when the user clicks on an item from your list page’s display.b. You must be able to navigate to Page 1 and Page 2 from all locations within your website (using hyperlinks).c. All requests for Page 3, regardless of the product selected, should be handled by a single entry in the urls.py file and its associated views.py function. This means that you should not have an entry in the urlpatterns list for every item in your catalogue. All urlpatterns entries you create must use RegEx syntax to define the URL.d. Create and use a Python Class to structure the data for the items in your catalogue. Create multiple instances of your new Class object which represent the items in your catalogue, and store them in a list. For example:item1 = My_Item_Class(‘widget’, ‘something’, ‘data’)item2 = My_Item_Class(‘thingy’, ‘content’, ‘info’)my_catalogue_list = [item1, item2]e. Your Python Class should not be a child of any other Class, and should implement good Python standards and conventions for Classes. The Class must be defined in a separate file, and imported into your project’s other .py files where necessary.f. Pass your catalogue list to the Context so the data can be rendered in the HTML Template. As mentioned above, for a single catalogue, there must be a minimum of 4 items and maximum of 10 items in your catalogue list.g. Your website should use standard HTML5 syntax and make use of normal HTML formatting, such as headers, tables, hyperlinks and text formatting where appropriate.

Read more

Applications In Information Security

You are the Information Security Manager for Titan Industries, a Florida based company that provides Information Technology services to several clients all over the world. Your upper management has approached you with concerns that your computer system is vulnerable to an inside or outside attack. You have been tasked to identify ways that the computer systems within your company can be protected from both inside and outside attacks, identify risk mitigations strategies, and to write a white paper for your upper management.First, you must do an Internet search and identify a computer configuration that you wish to use as the baseline for the computer system at Titan Industries. Second, identify the strengths and weaknesses of this computer system. Third, identify ways that the computer system can be protected from inside and outside attacks. Finally, discuss risk mitigation strategies that would minimize the effects of a successful attack.Your paper should have the following format:· Cover Page containing the following information:o The Title of the papero Your Nameo Your Title with the company (e.g. Security Manager or IT Manager)o The Dateo The Titan Industries Logo (you may create one or modify one you find online)· Table of Contents· Introduction – discusses the problem and why you are writing this white paper· System Description· System Strengths and Weaknesses· System Protection Options· Risk Mitigation Strategies· Conclusions· ReferencesYour paper should be in Microsoft Word format, one inch margins, Times New Roman font, size 12, and be double spaced. Your papers should be between 10 to 12 pages in length, not counting the Cover Page. You will be graded on the content, structure, conformity to the guidelines discussed above, and the overall appearance of your white paper.

Read more

Distinctive Competencies

1. From a long-term strategic standpoint, explain the core and distinctive competencies from either a previous or current workplace of your choosing.

Read more

Data Preparation

Data PreparationThere are some important variables that you have been asked to analyze in this problem set. Identify and explain these variables. Address the following questions in your analysis:· What are the important variables in this data set?· How many rows and columns are present in this data set?Answer the questions in a paragraph response. Remove all questions and this note before submitting! Do not include R code in your report.

Read more
Enjoy affordable prices and lifetime discounts
Use a coupon FIRST15 and enjoy expert help with any task at the most affordable price.
Order Now Order in Chat

Ensure originality, uphold integrity, and achieve excellence. Get FREE Turnitin AI Reports with every order.