Review The Power of Good Design and select three of the ten principles noted for good design. Next in R, utilize these three principles in a problem that you will solve. First note the problem to solve, the dataset (where the information was pulled from), and what methods you are going to take to solve the problem. Ensure the problem is simple enough to complete within a two-page document. For example, I need to purchase a house and want to know what my options are given x amount of dollars and x location based on a sample of data from Zillow within each location.
Ensure there is data visualization in the homework and note how it relates to the three principles selected.
Questionnaire on Computer Security
1.1 What is the OSI security architecture?
1.2 What is the difference between passive and active security threats?
1.3 List and briefly define categories of passive and active security attacks.
1.4 List and briefly define categories of security services.
1.5 List and briefly define categories of security mechanisms.
1.6 List and briefly define the fundamental security design principles.
1.7 Explain the difference between an attack surface and an attack tree.
Complete your answers on a WORD Document,
Measurable Values
Phoenix Fine Electronics would like more information about their system options and your recommendation. They are interested in learning how the strengths of the system can be turned into measurable values for the business upon implementation.
Modify the chart from the attached Phoenix Fine Electronics document by adding the following:
- The strengths and weaknesses of each system
- The impact of the strength and weakness
Cite at least 2 sources in the additional columns in your chart.
Write a business case for your recommendation. This business case will be revisited in Wk 6. As a guideline, this section of the business case should be approximately 3 to 4 pages in length, double-spaced.
Use the information from your executive summary and add the following information:
- At least 3 measurable organizational values the new system will bring
- The benefits of the value to the business
- How these values will differentiate the business to customers
- The risks of doing the project
- The risks of not doing the project
- The modified comparison chart (from above)
- References
Mathematics and Statistics
Please follow marking guidance
You are in charge of managing a local softball
You are in charge of managing a local softball team, one in which there is a lot of turnover. While you have a couple of regulars, much of the team members come and go frequently. When it comes to organizing games, it is becoming more and more difficult to keep track of the current members, so you decide to write a small program to help you track the current players.Write a modularized program that will utilize a main menu to control the program’s functions and a list to store the members of your team. The following functions that your program needs to include:Print the current member list.
Add a new member.
Remove a member.
Modify an existing member.
Exit the program
Remember that you can create a function using ‘def.’ In other words, for adding a new member, you will need a function similar to: ***** *****
Security Trends and Legal Issues
press conference for boeing 737 disaster
PHP web development services in Delhi
IndiaInternets provides full cycle php web development services in Delhi. It is more profitable to work with a single vendor who has strong expertise in all facets of software development compared with several companies narrowly focused either on front-end or back-end sides. Additionally, it’s harder to manage several providers.
Visit https://www.indiainternets.com/web-development/php-web-development.html
computer architecture March 2
- What is the significance of pipelining in computer architecture?
- Explain arithmetic and instruction pipelining methods with suitable examples.
- What factors can cause the pipeline to deviate its normal performance?
- How the pipeline architecture improves the performance of the computer system?
- What are the major issues or hazards associated with pipelining?
Research paper
For this project, select an organization that has leveraged Cloud Computing technologies in an attempt to improve profitability or to give them a competitive advantage. Research the organization to understand the challenges that they faced and how they intended to use Cloud Computing to overcome their challenges. The paper should include the following sections each called out with a header.
- Company Overview: The section should include the company name, the industry they are in and a general overview of the organization.
- Challenges: Discuss the challenges the organization had that limited their profitability and/or competitiveness and how they planned to leverage Cloud Computing to overcome their challenges.
- Solution: Describe the organization’s Cloud Computing implementation and the benefits they realized from the implementation. What was the result of implementing Cloud Computing? Did they meet their objectives for fall short?
- Conclusion: Summarize the most important ideas from the paper and also make recommendations or how they might have achieved even greater success.
Requirements:The paper must adhere to APA guidelines including Title and Reference pages. There should be at least three scholarly sources listed on the reference page. Each source should be cited in the body of the paper to give credit where due. Per APA, the paper should use a 12-point Time New Roman font, should be double spaced throughout, and the first sentence of each paragraph should be indented .5 inches. The body of the paper should be 3 – 5 pages in length. The Title and Reference pages do not count towards the page count requirements.
Exp19_Access_Ch03_ML1 – Small Business Loans 1.0
You are the manager of a regional business loan department for the U.S. Small Business Administration office. You have decided to evaluate whether Access could be used in place of the Excel worksheet you are currently using. You will create a table, add some sample customers, and import some recent data from an Excel spreadsheet. You will calculate the payments for the loans that are currently on the books by creating a query using the Pmt function. You will also summarize each loan by the type of loan (M=Mortgage, C=Car, and O=Other).
In Design view, create a new table. Add the first field named CustomerID with AutoNumber Data Type. Add Company as the second field name, and FirstName as the third field name. Accept the default data types.
Save the Table with name as Customers. Click Yes, when prompted for defining Primary Key.
Add the following fields to the Customers table (in this order), accepting the default data type of Short Text:
LastName
City
State
Zip
Verify that CustomerID is the primary field.
Save the table and switch to Datasheet view. Add the following records to the table:
Company FirstName LastName City State Zip
Jones and Co Robert Paterson Greensboro NC 27401
Elements, Inc. Merve Kana Paterson NJ 07505
Godshall Meats, LLC Francisco De La Cruz Beverly Hills CA 90210
Import the spreadsheet using the downloaded Excel file a03_h2_Loans.xlsx into a new table. Choose LoanID as the primary key and accept all other defaults in the Import Wizard.
Open the Loans table in Design view. Change the InterestRate field format to
Percent. Change the field size for the CustomerID field to Long Integer. Save and close the table. Click Yes when prompted that some data may be lost.
Create a relationship between the CustomerID fields in the Customers and Loans tables. Enforce referential integrity. Save and close the Relationships window.
Create a query using the two tables that will calculate the payment amount for each loan. Add the following fields: Company, LoanID, Amount, InterestRate, Term, and LoanClass, in that order. Sort the query by LoanID in ascending order. Save the query as Loan Payments.
Use the Expression Builder to add a calculated field named Payment in the first blank column to calculate the loan payment for each loan using the Pmt function. Insert the appropriate field names in place of the placeholder arguments. Assume the loans have monthly payments (12 payments per year). Ensure the payment displays as a positive number. Run the query.
Switch to Design view and change the format for the Payment calculated field to Currency. Run the query again to verify your change.
In Datasheet view, add a Totals row. Use it to calculate the sum of the Amount column, the average InterestRate, and the average Term. Save and close the query.
Create a copy of Loan Payments. Save the new query as Loan Payments Summary. Open the Loan Payments Summary query in Design view and rearrange the columns as follows:
LoanClass, LoanID, Amount, and InterestRate. Delete columns Company, Term, and Payment.
Group the Loan Payments Summary query by the LoanClass field. Display the number of loans in the LoanID column, the sum in the Amount column, and the average in the InterestRate column. Run the query.
Switch to Design view and display the Property Sheet. For the LoanID field, change the caption to Loans. For the Amount field, change the caption to Total Amount and change the format to Currency. For the InterestRate field, change the caption to Avg Interest Rate and change the format to Percent. Run the query. Save and close the query.
Close all database objects. Close the database and then exit Access. Submit the database as directed.