Exp19_Excel_Ch11_Cap_Donors
Exp19_Excel_Ch11_Cap_Donors
Case Study
-Read Wells Fargo Banking Scandal and complete the questions at the end of the case study ( https://www.scu.edu/ethics/focus-areas/business-ethics/resources/wells-fargo-banking-scandal/)
– The answers should be a minimum of two pages with two references attached for each. There should be no plagiarism- attach a plagiarism report with 0% similarity index
IT Strat Plan – Wk2
Q1: 275 words
The vast majority of the population associates Blockchain with cryptocurrency Bitcoin; however, there are many other uses of blockchain; such as Litecoin, Ether, and other currencies. In this discussion, please describe at least two cryptocurrencies with applicable examples. Discuss some similarities and differences. Lastly, discuss if you have any experience using any cryptocurrencies.
Q2: Research Paper: Blockchain —- 5 pages
Industry experts believe blockchain is a technology that has the potential to affect the business of most IT professionals in the next five years. Pick an industry you feel will be most affected by blockchain and how blockchain may be used in that industry. As an IT manager, how would you embrace blockchain? For instance, how would training occur for your team, what strategies might you use, what security methods may you recommend be used?
Your paper should meet the following requirements:
- Be approximately 5 full pages in length, not including the required cover page and reference page.
- Follow APA7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
- Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.
- Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.
Readings:
Stoyanovich, M., & Tanz, F. E. (2019). Coming to Grips with Blockchain. Benefits Magazine, 56(5), 20-25.
Waldo, J. (2019). A Hitchhiker’s Guide to the Blockchain Universe. Communications of the ACM, 62(3), 38–42. Retrieved from https://doi.org/10.1145/3303868
Burns, S. (2019). Blockchain: Hype Vs Reality. Computer Weekly, 21-24.
Tarzey, B. (2019). Inside Blockchain and Its Various Applications. Computer Weekly, 16-20
Carson, B., Romanelli, G., Walsh, P., & Zhumaev, A. (2018). Blockchain beyond the hype: What is the strategic business value? McKinsey Quarterly, (4), 118–127.
Circuit design
Please redesign the circuit using TI IC Only do b,c,d.
Software Engineering for Data Science Individual Assignment 02
Part 1: Using JDeodorant to refactor design flaws
Description:
In the previous assignments, you were able to locate several design flaws using InFusion, in this assignment, were interested in fixing some of them. You will choose at least 2 design flaws instances, from 3 different design flaws types (6 in total). You will use JDeodorant to come up with potential refactoring operations to fix them. Since JDeodorant sometimes gives you many recommendations on how to fix the same flaw, based on your understanding of the symptoms of design problems, choose the necessary refactorings that might solve these problems. Finally, you will check that the problems have been actually solved or not using InFusion.
Task:
For this exercise you will need to use JDeodorant. You will have JDeodorant analyze one version of a JAVA software of your choice (you can use your previous assignment project if it is feasible). You will then be asked to make some refactoring decisions and report them and their impact. Follow these steps:
- Install the Eclipse plug-in for JDeodorant
- Run JDeodorant on a project of your choice and select 2 instances of each of the following flaws types:
- God Class
- Feature Envy
- Long Method
- Now, you can look at the refactoring recommendations by JDeodorant, choose which ones to be executed, keep refactoring until you process all your chosen instances.
- Now use InFusion. Input your refactored project and double check if the instances that you have just refactored are seen as infected with the flaws.
- Report your findings: Chosen flaw instances, chosen refactoring operations, refactoring results. (Provide screenshots as well).
- Add to the report a concise comment about your experience with JDeodorant (positives, negatives and other comments).
Note: getters and toString() methods are only intended to be tested to get the desired coverage. One test method per each getter/toString() is sufficient.
Note: Methods are not the same as asserts. Each method should, ideally, have one assert.
Grading:
Part1.
Fixing 6 design flaw instances from 3 different types – 30%
Part2.
Choosing a commit – 5%
Reporting refactorings and their impact on CK metrics- 15%
Part3.
Coverage per class:
- 100% 10%
- 80%-99% 5%
- <80% 0%
Errors (20%):
Submission:
Submit 1 pdf file containing your report for all 3 parts. For part 1, submit your corrected defects and your comments about the tool. You also need to provide a link or name to the source code of the project you studied. Submit a screenshot of your coverages in the pdf as well. Attach your project source code after adding the test cases. The following figure explains how your submission should be structured:
Exp19_Access_Ch04_Cap – Foodies Forms and Reports 1.2
Exp19_Access_Ch04_Cap – Foodies Forms and Reports 1.2
Project Description:
You will create a form so that users of the database can enter and edit suppliers of products to your business easily. You create an attractive report that groups the products that you purchase by their suppliers, and then export it to PDF format for easy distribution. Finally, you create a Navigation Form so that database users can switch between major objects in the database readily.
You will create a form to manage the data in the Suppliers table. Use the Form tool to create the form, and then modify the form as required. You will also remove the layout control from the form so that the controls can be repositioned freely.
Select the Suppliers table as the record source for a form. Use the Form tool to create a new form with a default layout.
Change the form’s title to Enter/Edit Suppliers. Change the width of the text box controls to approximately 3.4″.
Delete the Products subform control from the form. View the form and the data in Form view. Sort the records by CompanyName in ascending order.
In Layout view, set the background color of the CompanyName text box to Blue, Accent 1, Lighter 80%, and set the font size to 14. Save the form as . Close the form.
Open the Edit Suppliers form in Design view. Select all controls in the Detail section of the form, and then remove the layout. View the form in Layout view. If necessary, arrange the fields on the form one below the other in the following order: SupplierID, CompanyName, ContactName, ContactTitle, Address, City, Region, PostalCode, Country, Phone, and Fax. Ensure that the left edges of the labels and the text boxes align. Delete the Contact Title label from the form and move the text box up and to the right of ContactName so that their top edges are aligned.
Delete the Country label from the form and move the text box up and to the right of PostalCode so that their top edges are aligned. Move the Phone and Fax labels and text boxes up to below PostalCode so that they close in the white space, keeping the spacing close to that of the rest of the controls.
View the form in Print Preview and set the orientation to Landscape. Switch to Form view, and then save and close the form.
You will create a report based on the Company by Product List query. You decide to use the Report Wizard to accomplish this task. You are planning to email a copy of the report to your business partner who is not conversant in Access, so you will export the report as a PDF file prior to sending it.
Select the Company by Product List query in the Navigation Pane as the record source for a report. Activate the Report Wizard and use the following options as you proceed through the wizard steps:
Select all of the available fields for the report. View the data by Suppliers. Accept the default grouping levels and click Next. Use ProductName as the primary sort field in ascending order.
Accept the Stepped and Portrait options. Save the report as Products by Suppliers.
Switch to Layout view and apply the Organic theme to this report only. Set the width of the ProductCost label to approximately 0.8″ so that the entire text of the label is visible. Switch to Report view to determine whether all the columns fit across the page. Switch to Layout view and drag the left edge of the ProductName text box to the left so that the column width is wide enough to display the values in the field (approximately 2.5″).
Delete the ContactName label and text box from the report. Drag the right edge of the CompanyName text box to the right so that the column width is wide enough to display the values in the field (approximately 2.6″). Save the report.
Switch to Print Preview and export the report as a PDF file named ProductsbySuppliers. Close the reader program that displays the PDF report and return to Access. Close Print Preview. Close the report.
You realize that the Country field was not included in the query that is the record source for your report. You add the field to the query and then modify the report in Layout view to include the missing field.
Open the Company by Product List query in Design view. Add the Country field from the Suppliers table to the query design grid, after the ProductCost field. Run, save, and close the query.
Open the Products by Suppliers report in Layout view. Add the Country field from the Field List pane by dragging it into the report layout. Click the selection handle at the top of the Country column and move the column immediately to the left of the Phone field. Resize the Country text box so that the column width is wide enough to display the values in the field (approximately .75″). Switch to Print Preview, then save and close the report.
You will create a Navigation Form so that users can switch between objects in the database readily.
Create a Vertical Tabs, Left Navigation Form.
Drag the Edit Suppliers form icon from the Navigation Pane onto the [Add New] tab at the left of the form.
Drag the Products by Suppliers report icon from the Navigation Pane onto the second [Add New] tab at the left of the form. Save the Navigation form with the default name, Navigation Form.
Database – Discussions
Create a discussion thread (with your name) and answer the following question(s):
Discussion 1 (Chapter 5): Discuss the characteristics of relations that make them different from ordinary tables and files.
Instructions: Your response to the initial question should be 250-300 words. Next respond to two postings provided by your classmates. The first post should be made by Wednesday 11:59 p.m., EST. I am looking for active engagement in the discussion. Please engage early and often. You are require to create your initial thread in order to view and respond to the threads posted by other students. There must be at least one APA formatted reference (and APA in-text citation) to support the thoughts in the post as needed. Do not use direct quotes, rather rephrase the author’s words and continue to use in-text citations.
COMPUTER SCIENCE
As a Web Design Consultant, your Client is interested in a simple inexpensive website to promote a new business. The client has asked you for your advice on what information should be listed on the website. Using the Learning Resource article, describe 5 important things that a web site should have in order to successfully promote a small business.
- Use the article, “Make Sure Your Small Business Website Does These 5 Things” to help you.
Need it by Friday 5pm eastern time.
Week 6 DF
Chapter 6 discusses the topic of recovering data. For this week’s assignment, choose one of these tools for recovering deleted data or files. Experiment with installing it…deleting something and trying to recovering it using the tool. Then, write what you have learned and experience during this process. Provide screen shots. Was the process of recovering successful or not successful? Have fun with this assignment! 🙂