Discussion 8 (Database)

250 words+

Topic: 

1. Since there are different data warehouse system available such as AWS, Snowflake,…etc.

If you want to retrieve some information/data/special topics from different warehouse system, what will you do? Such as what kind of steps needed to take and why shall we take those steps, or directly using keyword, etc. Note: you may need to concern about both of the efficiency and effectiveness (precision) performance.

2. What is data pipeline? List some advantages as using data pipeline.

excel help

Using the data from 3 tables:

•The team wants to know their % of Distribution by Item and for items not at 100% what stores they need to execute on.    

•Expected execution is that every Product is in every store.    

Can create pivot table or formulas. no manual data entries.

Discussion 300 words

 There are many mobile platform vulnerabilities listed in the readings from this week (slides 8, 9, and 10). Which do you feel is the greatest threat to users? Do you agree that people generally are not aware of the threats to their mobile devices? 

Week 4 Red Blue team

 Outline: For this exercise – please create the outline for your paper. The outline should include the following all in APA format:

  • Title page with title, name date, class, professor, and university info.
  • Top level headers which outline what you will be talking about in your paper.
  • Second level headers (sub-headers) which outline detail for each of your top level headers
  • A bibliography list with at least 3 sources.
  • Submit your outline in a word file with the following file naming convention: ISSC62_Outline_First_Last.doc(x)

My selection for week 2 to write the outline off of was: Thinking like a hacker to protect your network
 

Given the following code

Given the following code:

05 IMPATIENS-COLOR PIC 9.

88 RED VALUE 1.

88 PINK VALUE 2.

88 ORANGE VALUE 3.

Write the EVALUATE statement to validate this input.

Write the code to count the number of occurrences of the digit 6 until the first space is encountered in ITEM. Use A-COUNT as the storage parameter.

Write the PROCEDURE DIVISION code segment to sum all the numbers from 1 through 100. Use an in-line PERFORM UNTIL.

Write the PROCEDURE DIVISION code segment to sum all the numbers from 1 through 100. Use a PERFORM paragraph-name ..TIMES.

Given the following code:

MOVE 10 TO NUM

MOVE 1 TO TOTAL

PERFORM 200-TOTAL-RTN 5 TIMES

200-TOTAL-RTN.

MULTIPLY TOTAL BY NUM

DISPLAY TOTAL..

a) Recode this using an in-line PERFORM N TIMES.

b) What is output?

How do you create an object of a class, in COBOL?

Write the code to test if ITEM contains both letters and numbers.

Exp19_Access_Ch01_HOEAssessment – Crowdfunding 1.0

#Exp19_Access_Ch01_HOEAssessment – Crowdfunding 1.0 

#Exp19 Access Ch01 HOEAssessment Crowdfunding 1.0

#EX19_AC_CH01_GRADER_HOE_AS  

#Access Chapter 1 Hands-On Exercise Assessment – Crowdfunding 

  

Project Description:

In the following project, you will open a database containing the records of small crowdfunding corporation, work with a form in which to store key supporter information, add records, and sort tables. You add a record using a form and print a report. You apply a filter by selection to a table and a filter by form to a query and save the results for both filters.

     

Open Access, click Open Other   Files, and click Browse. Navigate to the folder location designated by your   instructor. Click Exp19_Access_Ch01_HOEAssessment_Crowdfunding.accdb   and click Open.
 

  Click the File tab and click Save As. Click Save As and save the file as Exp19_Access_Ch01_HOEAssessment_Crowdfunding_LastFirst.accdb.
 

  Click Enable Content on the Security Warning message bar.

 

   Now that you have opened the database, you examine the Navigation Pane,   objects, and views to become familiar with these fundamental Access features.
 

  In the context of this database, Key Supporters are those who pledged the   largest amount to any given Punchstarter campaign. You want to make sure that   the Key Supporters table is up to date, so that each of the Punchstarter   campaigns has an associated key supporter.
 

  Open the Key Supporters table in Datasheet view. In the Views group on the   Home tab switch to design and ensure the Data Type for the TotalPledged field   is Currency. Return to Datasheet view and use the Shutter Bar to hide the   Navigation Pane.
 

  In the third row of the data, replace Wayne   with your first name and Dwops with   your last name. Click Undo on the Quick Access Toolbar.
 

  In the navigation bar, click the right arrow with a yellow asterisk to add a   new (blank) record. Add the following records to the Key Supporters table:

  

KeySupporterID

FirstName

LastName

City

State

Zip

TotalPledged

 

KS008

Mitch

Again

Paducah

KY

42001

493

 

KS009

Dee

Zaster

Lewis Center

OH

43035

1094

 

KS010

Stan

Dupp

Clarkston

MI

48346

754

 

  Close the Key Supporters table. Save the changes that you have made by   clicking Yes if prompted.

 

It is equally as important to   ensure that all Punchstarter campaigns have been entered into your database.   You’ll now update the Punchstarters table with information, pertaining to a   campaign called The Book Collection – A   Micro-Comic, by way of the Maintain Key Supporters Access Form.
 

  Display the Navigation Pane, if it is hidden, and open the Maintain Key   Supporters form. With your cursor in the Key Supporter ID field, use the Find   feature (in the Find group on the Home tab) to search for Dayin. Ensure that you are looking in   the Current Document and matching   to Any Part of Field. Click Find   Next. Close the Find dialog box.
 

  With your cursor in the PunchStartID field, add the following record to the   Punchstarters table via the New button in the Records group of the Home tab.
 

  PunchStartID: P015
  CategoryID: C008
  Name: The   Book Collection – A Micro-Comic
  LaunchDate: 5/20/2017
  Goal: 5720
  Supporters: 172
  Status: Successful
  Pledged: 6578
 

  Close the Maintain Key Supporters form.

 

You’ve now been asked to double   check the accuracy of the Key Supporters table. You open the table and   realize that someone who is not a key supporter of a campaign has been added   and you need to delete their record.
 

  Open the Key Supporters table in Datasheet view. Navigate to the Last record   via the navigation bar. Click the record selector to highlight the entire   tenth row (KS010, Stan, Dupp…).   Delete this record via the Delete button in the Records group. Select Yes   after reading the warning.
 

  Close the Key Supporters table.

 

The sales manager at   Punchstarter Corporation wants quick answers to her questions about various   campaigns. You use the Access database to filter tables to answer these   questions. The sales manager asks for a list of campaigns that were   successful. You’ll use a Selection filter with an equal condition to locate   these campaigns.
 

  Open the Punchstarters table in Datasheet view. Scroll right until the Status   field is visible. The third record has a value of Successful in the Status   field. Click the Status field and apply a Selection filter (Sort & Filter   group on the Home tab) for records Equal to “Successful”. Seven   records are displayed.
 

  Remove the filter via the Toggle Filter button. Then toggle the filter back   on.

 

Now, the sales manager asks you   to narrow the list of successful campaigns so that it displays only those   with names containing the word “on”. To accomplish this task, you   add a second layer of filtering using a Selection filter.
 

  The fourth record has the word on   in the name of the campaign. Highlight the last two letters of Clarkston (i.e. on). Apply a Selection   filter for records that Contain “on”. Three records are displayed.
 

  Save and close the Punchstarters table.

 

You are asked to provide a list   of records that do not match just one set of criteria. You will provide a   list of the failed campaigns that had more than $500 pledged to them. Use   Filter By Form to provide the information when two or more criteria are   necessary.
 

  Open the Punchstarters, Categories and Supporters Query. Filter by Form   (Advanced in the Sort & Filter group) for records with a Status of Failed and a Pledge that is >500. Toggle the filter. Four   records are displayed.
 

  Save and close the Punchstarters, Categories and Supporters Query.

 

The Sales Manager is pleased   with your work; however, she would like some of the information to appear in   a different order. You will now sort the records in the Punchstarters table   using the manager’s new criteria.
 

  Open the Punchstarters table in Datasheet view then hide the Navigation Pane.   Sort the data in Descending order by the LaunchDate field (Descending in the   Sort & Filter group on the Home tab). Now, sort the data in Ascending   order by the Status field.
 

  Save and close the Punchstarters table.

 

Close all database objects.   Close the database and then exit Access. Submit the database as directed.

Step 1: Requirements

  

Step 1: Requirements

Write a program that will input a phrase and convert it to pig latin. Put each word in a separate element of a string array. Remove the first letter from each word and concatenate it to the end of the word followed by “ay.”

Sample Output from Program:

*****************************************************

* You will be prompted to enter a string of *

* words. The string will be converted into *

* Pig Latin and the results displayed. *

* Enter as many strings as you would like. * 

******************************************************

Enter a group of words or ENTER to quit: Computer Programming is fun to learn!

Original words: Computer Programming is fun to learn!

New Words: omputercay ogrammingpray isway unfay otay earnlay!

Enter a group of words or ENTER to quit: Quit

Pig Latin Hint: 

If a word begins with one or more consonants, move the consonant or consonant cluster to the end of the word. Add the letters “ay” to the end of the word. So, “pig” would be “igpay,” and “latin” would be “atinlay.”

Step 2:Processing Logic

Using the pseudocode below, write the code that will meet the requirements.

Main function

Display the heading

While the condition is true

Prompt the user for group of words or Enter to quit

Display original words

Call function pigLatinString( )

End while

pigLatinString( ) function

Declare and initialize string variables len, counter, start, begin, word and newString

While condition is true

Call find() and pass a space and start as parameters and return the returned value

to start

if start equals to string::npos

jump outside the loop permanently

call substr() function

display the word

update newString

increment start by one

assign start to begin

End While

Call substr()

Update newString

Return newString

2 PPT slides for Team Management

Need help with below two PPT slides.

1. one slide on the norms a team should use to resolve the relationship conflicts.

2. one slide on the norms a team should use to resolve the task conflicts.  

Text Book: chapters five and six in our text book

“Group Dynamics for Teams, 6th edition by Daniel Levi and David A Askay”

Solved Exp19_Access_Ch2_Cap – Metropolitan Zoo 1.0 | Access Chapter 2

  The Metropolitan Zoo tracks its animal data in Excel. The organization decides to use a database to organize the data about the animals, their trainers, and the animal exhibits. In this project, you will open an existing database and create a new table. You will import an Excel file containing information about the animals, and query the database to determine which animals need a checkup. You will also create a query to obtain a listing of the animals in each exhibit.