Review all of your references. Are all references in APA format? Do all in-text citations have an associated reference in the reference list? Do you have references in the reference list that are not cited in the chapters?

Chapter 2

Develop a draft of Chapter 2 where you clearly provide a well developed introduction and other sections relevant to your topic. This should be your first complete draft of Chapter Two.Before submitting, you should carefully review Chapter 2 and check the following:

  • Use Grammarly in Microsoft Word to review your assignment before submitting. Grammarly may show areas that you do not think need to be changed. If so, you should use the “trash” feature in Grammarly to remove each area that you do not think need to be addressed.
  • Review all of your references. Are all references in APA format? Do all in-text citations have an associated reference in the reference list? Do you have references in the reference list that are not cited in the chapters?
  • Did you follow the UC APA dissertation template?

 

Write a brief description of your scenario. Give enough detail in your scenario to motivate the use cases and the activities that you identify and develop.

Virtual Lab 2 Assignment

Begin the virtual lab on using Visual Paradigm for UML to develop your use case and activity diagrams. The deliverable will be a PDF file containing your use case and activity diagrams along with your scenario description.

Do the following activities:

Step 1: Write a brief description of your scenario. Give enough detail in your scenario to motivate the use cases and the activities that you identify and develop.

Step 2: Develop the use case diagrams for your scenario. You do not need to model all of the possibilities inherent in your scenario; your use case diagram should contain at least two actors and at least five activities.

Step 3: Create activity diagrams for two of the activities in your use case diagram.

Step 4: Export your use case diagram and your two activity diagrams as PNG (with background) images

 

Design an Information System using Big Data analytical tools. Propose 2 topics that tackle real-world problems. Showcase your general user interface design (GUI) per topic.

Big Data and Information Systems Assignment

Design an Information System using Big Data analytical tools.
1. Propose 2 topics that tackle real-world problems (eg. detect credit card fraud, detect fake news, predict NBA match outcome)
2. Showcase your general user interface design (GUI) per topic
3. 1500 words proposal per topic
4. Min 500 words individual report per topic

What does a data couple depict on a structure chart? What symbols are used to depict it? What does a control couple depict on a structure chart? What symbols are used to depict it?

Develop information systems by converting design specifications into data structures.

What is the purpose of creating a logical process model and then a physical process model? How are they different? What information is found on the physical DFD that is not included on the logical DFD?

List the steps necessary transform logical models to physical models.

Define a structure chart and explain the importance of sequence, selection, and iteration

Provide an example of a structure chart you have found online (citation necessary). Explain the purpose of this chart.

What does a data couple depict on a structure chart? What symbols are used to depict it? What does a control couple depict on a structure chart? What symbols are used to depict it?

List the seven types of coupling. Give an example of good coupling and an example of bad coupling.

What is meant by the characteristics of fan-in and fan-out?

Discuss three ways to improve the quality of a structure chart.

 

Provide a statement that addresses your reasons for transferring the objectives you hope to achieve.

Admission Essay

Provide a statement that addresses your reasons for transferring the objectives you hope to achieve.

Write code for a driver file to create a BST and insert these elements {3 9 17 20 45 53 53 54}. Find the occurrence of 53 and print it to the screen. Print the size of the tree.

CUS1126 Class Activity

Binary Search Tree 2

  1. Write code for a driver file to create a BST and insert these elements {3 9 17 20 45 53 53 54}.
  2. Find the occurrence of 53 and print it to the screen.
  3. Print the size of the tree.

Which saleperson had the highest sales of any salesperson? For which month were the mean and median sales the closest? Which salesperson had the highest variability of sales as measured by the standard deviation? Which salesperson had the lowest variability of sales?

Virtual Lab 1

In this lab, we will  explore the use of spreadsheet software to perform some simple data analysis.  While spreadsheets can be used to perform simple, straightforward (though tedious) calculations, spreadsheets such as Microsoft’s Excel can also perform more sophisticated data analysis and what if analysis.

The following is a set of videos that provide instruction on the basics of writing Microsoft Excel spreadsheets, along with instructions as to how to use some of the advanced features:

The following link, Excel Easy) is a short reference to some of the topics covered in the above videos.

The lab below consists of four parts.  You will submit a single workbook (a .xls file) for this lab, but each of the parts should be in a separate worksheet (see https://www.youtube.com/watch?v=rwbho0CgEAE : The Beginner’s Guide to Excel – Excel Basics 2017 Tutorial – Youtube).  In addition to your Excel Workbook, you must also submit a PDF document with your responses to the questions asked in this lab (the questions to answer in the PDF document will appear in red.).  Label each response with the lab part number and the question number within the part.

Part 1: A basic spreadsheet with formulas (totals, means, medians and standard deviations)

You are given the following information in the data file Part1Lab1Data.xlsx, which consists of sales data for a company with eight salespeople.  Copy and paste this data to a new workbook that you will submit for this assignment.  Rename the worksheet hold the data you just copied to Part 1.

For each salesperson, the company has their sales for the last year broken down by month.  The company wants you to summarize the data as follows:

  • for each sales person, define columns which show the
    • total sales for the sales person
    • the mean (average) sales for the salesperson
    • the median sales for the salesperson
    • the standard deviation of the mothly sales for the sales person
  • for each monthly sales, define rows which show the
    • total sales for the month
    • the mean sales for the month
    • the median sales for the month
    • the standard deviation of the sales for the month

Once you have the columns and rows described above defined, sort the table by highest total sales first.  Then, answer the following questions (It may be useful to define additional columns and rows to answer these questions or to resort the table; if you modified the table to answer the question, indicate what modfiication you made.):

  1. Which saleperson had the highest sales of any salesperson?
  2. For which month were the mean and median sales the closest?
  3. Which salesperson had the highest variability of sales as measured by the standard deviation? Which salesperson had the lowest variability of sales?
  4. During which month did Sally have the smallest difference between her monthly sales and the mean over all her sales? (This is easily done by adding a row that calculates the difference between Sally’s monthly sales and her mean sales.)

 

Part 2: Projecting Growth

For this part of the lab, use the data in the file Part2Lab1Data.xlsx.  Copy and paste the data in this file to a new worksheet in your workbook and do all of the work for this part in the new worksheet.  Call the new worksheet Part 2.

In the new information system under development for Domestic Car Sales, seven tables will be implemented in the new relational database. These tables are: New Vehicle, Trade-in Vehicle, Sales Invoice, Customer, Salesperson, Installed Option, and Option. The expected average record size for these tables (in bytes) and the initial record count per table are given in the file Part2Lab1Data.xlsx.  The company wants to project the growth of the tables over the next three years in order to ensure that appropriate hardware is obtained to handle the increase data load.  The company assumes that each table has a 35% storage overhead above the storage required for just the data records, themselves.  The company assumes the the company (and the size of the tables) will grow at a rate of 10% per year.  Add the columns to show the total storage require by each table, including overview along with the growth for the three year period.  When writing the formula to include overhead and the formula to calculate growth, use the cells label Overhead and Growth Rage in your formulas.

Answer the following questions (again, if you make additions or modify the table to answer the questions, indicate the modification.)

  1. What is the total storage requirements (in bytes) over all tables in years 1, 2, and 3.
  2. What is the change in total storage requirements (in bytes) going from year 1 to 2 and from year 2 to 3.

Part 3: What-if analysis

For part three of this lab, we will use the table you built from part 2, but in a new worksheet called Part3.  Copy and paste your table from the Part 2 worksheet (be sure to copy the Overhead and Growth Rate cells along with the rest of the table).

If you did not do so in part 2, ensure that your formulas reference the Overhead and Growth Rate cells and do not simply use the constants .35 and .1, otherwise you will not be able to perform the what if analysis.

We will be using the Data table method using both the row and column variables.  We will focus on a what if analysis of the third total size of the Trade-in Vehicle table.  As in the video tutorial for what if analysis, you need to do the following steps:

  1. Create a new cell that refers to the third year total storage for the Trade-in Vehicle table.
  2. Create a column of overhead percentages directly underneath your new cell contain the Trade-in Vehicle table size, starting from .05 up to .5 in .05 increments.
  3. Create a row of growth rate directly to the right of your new cell, starting from .10 to .15 in .01 increments.
  4. Select the rectangle containing all of these cells.
  5. Go to the Data Table option in the What-if section and place the cell with the Overhead in the column input field and the cell with the Growth Rate in the row input field.  Click OK.
  6. You now have a table of number showing the size of the Trade-in Vehicle tables for all combinations of Overheads and Growth Rates.
  7. In this step, you’ll set up some conditional formatting for the values in the Trade-in Vehicle table size values in your What-If Data Table using the original year 3 Trade-In table size (the value should be in cell F3). Using the Conditional Formatting tool, show the values within a .05 range of the original year 3 Trade-In table size in green (use the between condition), values below this range in red, and value above this range in yellow.

Answer the following questions:

  1. How many values are in the green range?
  2. Are there more value below or above the green range?
  3. Change the record size for the Trade-in Vehicle table from 48 to 53. Did the number of green value increase or decrease?  What is the new number?  Change the record size to 43 and answer the same two questions.
  4. Restore the record size for the Trade-in Vehical table to 48 and change the number of records from 7500 to 7000. Did the number of green value increase or decrease?  What is the new number?  Chage the number of records to 8000 and answer the same two questions.

 

Part 4: Pivot tables

For this part of the lab, you will use the data in the Part4Lab1Data.xlsx file.  Copy and paste this data into a new worksheet and call the worksheet Part 4.  This file contains sales information for a company that sales paper, ink, printers and shredders nationally.  The company has six regional areas: NorthEast, SouthEast, MidWest, NorthWest, SouthWest, and the WestCoast.  Sales are booked quarterly by quanitity of an item and price per item by each salesperson in each area.  The data is presented as a table with a row for each sale with the following information in each column:

  • the salesperson
  • area
  • the product that is sold
  • the customer the product was sold to
  • the quarter in which the sale was made
  • the quantity sold
  • the price per unit
  • and the total for the sale

A pivot table will allow you to reorganize this data to answer a lot of questions.

Do the following

  1. Select a column in the data and create a new sheet with a pivot table by going to the Insert tab and clicking Pivot Table.
  2. Check that the range is correct and allow a new worksheet to be created and click OK.
  3. Change the name of the new worksheet to Part4Lab1PivotTable.

Answer each of the questions below using the pivot table row, column, value, and origin areas.

  1. Find the salesperson with the highest total sales. What is the name of the salesperson and what is the total sales for the salesperson?
  2. Which area had the lowest total sales. What is the name of the area and what is the total sales for the area?
  3. Suppose that you consider only sales of printers and shredders (combined sales) (use the origin field to filter the product type). What is the name of the area with the lowest total sales and what are the sales?
  4. What are the sales for each of the salespeople in the SouthEast area per quarter. How many salespeople are there?
  5. Consider the same scenario as above, but consider only sales of paper and ink (combined). What are the sales for each of the salespeople in the SouthEast area per quarter now?
  6. Which customer purchase the most product in terms of total sales? How about in terms of quantity of products?
  7. Did any customer make purchases every quarter? If so, what is the customer(s) name and were the customer(s) purchases per quarter and in total?
  8. Which customers, if any, have sales in multiple areas? What are the name(s) of these customer(s)?
  9. How many shredders were sold in each quarter in each area?
  10. Which salesperson sold the most printers in total and in which quarters did he sell them? How many total printers did he sell?

 

Write about Encryption and Decryption on 8086 Microprocessor using XLAT. Include differences between the TEA and XLAT and why XLAT can be used in this case.

Encryption and Decryption

Write about Encryption and Decryption on 8086 Microprocessor using XLAT. You can also include differences between the TEA and XLAT and why XLAT can be used in this case.

Provide an effective introduction. Provide an appropriate thesis statement that previews two to four main points. Develop each of the previewed main points in effective paragraphs with support from a variety of sources.

Artificial intelligence and robots

A. Write an original and cohesive argumentative research paper (suggested length of 8–10 pages).

  • Provide an effective introduction.
  • Provide an appropriate thesis statement that previews two to four main points.
  • Develop each of the previewed main points in effective paragraphs with support from a variety of sources.
  • Provide an effective conclusion.

B. Incorporate seven academically credible sources in your paper.

Note: More than seven sources may be used but are not required.

C. Acknowledge sources, using APA-formatted in-text citations and references, for content that is quoted, paraphrased, or summarized.

Note: Refer to Appendix B, linked below, for assistance with referencing guidelines.

D. Demonstrate professional communication in the content and presentation of your submission.

Should we expect government at any level to be responsible for disaster recovery at either the personal or the business level? Why or why not?

Disaster recovery

Need this question answered:
While society expects a business to be prepared for disasters and to recover using its own resources, we do not seem to expect individuals to be prepared to survive a disaster. Should we expect government at any level to be responsible for disaster recovery at either the personal or the business level? Why or why not?