programing language
3 pages in 10 hours
programing language
3 pages in 10 hours
APA FORMAT AND CITATIONS AND NUMBER THE ANSWER BELOW QUESTION
SE494 week 3
Discussion
An EARCON is the sound your phone makes (PCs and do this too) when a particular event happens. There’s the “Swooshing” sound when you get an email for instance.
Question 1 Have you set-up any unique EARCONS on your phone?
Question 2 Do you think mobile phone should have a different sound to the caller if your phone is busy?
Question 3 Would you like to set-up your phone so that if persons A, B, or C (your favorite people) call you and you’re on your phone would you like them to hear something other than “beep … beep …. beep” (means your phone is busy)?
Question 4 Would you like your favorites to hear some other message on their phone when you’re busy – like maybe a warble tone or a siren sound or something else which means “You’re my favorite person, call me back right away”?
Question 5 What role do you think EARCONs play in applications?
Question 6 Would you like the EARCON to tell you more information than things like “Yes you got your ordering basket loaded correctly” such as maybe “What a great section of — product ” etc.
Question 7 What innovations would you like to see in EARCONS?
–//–
In your answers, please state the question number fist and then write your answers underneath.
Chapter 3. Project Selection and Portfolio Management Initial Postings: Read and reflect on the assigned readings for the week. Then post what you thought was the most important concept(s), method(s), term(s), and/or any other thing that you felt was worthy of your understanding in each assigned textbook chapter.Your initial post should be based upon the assigned reading for the week, so the textbook should be a source listed in your reference section and cited within the body of the text. Other sources are not required but feel free to use them if they aid in your discussion.Also, provide a graduate-level response to each of the following questions:
Text
Title: Project Management
ISBN: 9780134730332
Authors: Pinto
Publisher: Pearson
Edition: 5TH 19
Part 1: Michael Jackson’s Thriller On the internet or your phone, look up the official music video for Michael Jackson’s Thriller. After watching this music video, please answer the following questions in a word document: o Describe this video and explain why you believe it became such a mega-hit. o, Share a brief biography of Michael Jackson. o Thriller is considered characteristic of post-1980s pop music. Describe what makes it distinctive. Be sure to include information about the rhythm, electronic instruments and conventional instruments, and Jackson’s voice. MUS 121 – Rhythm Blues and Hip Hop Unit 7 – Black Pop and Neotraditional Trends of the 80s and 90s Music as a Cultural Artifact – Guided Listening Assignment Part 2: The Renewal of Rock and the Resurgence of Blues Music On the internet or your phone, listen to ONE the following: o The Traveling Wilburys, “Handle With Care” o The Rolling Stones, “Start Me Up: o Tom Petty and the Heartbreakers, “I Won’t Back Down” o Stevie Ray Vaughn, “Voodoo Child” o Robert Cray, “Strong Persuader” After listening to your selection, answer the following questions in a word document: o Is your choice representative of a resurgence of rock music or blues music? Explain why you made this determination. o Share a brief biography of each of the band/artists you chose. o Name the members of each of these bands. o Examine the lyrics and share the lines which are your favorite and made an impression on you. o What are the ideas being addressed in each of these songs? o What is the date that the original music was written? What is the date that this original recording was made/released ? o Has anyone else recorded the song you have chosen? If so, find one YouTube recording of a “cover” of the song you have chosen if it is available. If nothing is available, please indicate that as well. o List the instruments you hear in these recordings. Are each of these songs the same or different instrumentation? o What was your favorite thing about the performances/recordings? o What emotions did the performances/recordings make you feel when you heard it? Part 3: Socially-conscious Female Singer-Songwriters On the internet or your phone, listen to ONE the following: o Suzanne Vega, “The Queen and the Soldier” o Tracy Chapman, “Fast Car” After listening to your selection, answer the following questions in a word document: o Share a brief biography of each of the artist you chose. o Examine the lyrics and share the lines which are your favorite and/or made an impression on you. o What are the ideas being addressed in each of these songs? How does the song you chose illustrate the artist’s social-consciousness? o What is the date that the original music was written? What is the date that this original recording was made/released ? o Has anyone else recorded the song you have chosen? If so, find one YouTube recording of a “cover” of the song you have chosen if it is available. If nothing is available, please indicate that as well. o List the instruments you hear in these recordings. Are each of these songs the same or different instrumentation? o What was your favorite thing about the performances/recordings? o What emotions did the performances/recordings make you feel when you heard it? Requirements: Three to four pages in length, excluding the Reference page. APA format, including an in-text citation for referenced works. At least four resources. Be sure to read the criteria by which your work will be evaluated befo
Dear students if you can not change then send me your downloaded file I will make it perfect for you.
Exp Excel Chapter 7 CapAssessment Shipping
excel ch 7 shipping
Excel Chapter 7 Capassessment Shipping
You work for a company that sells cell phone accessories. The company has distribution centers in three states. You want to analyze shipping data for one week in April to determine if shipping times are too long. You will perform other analysis and insert a map. Finally, you will prepare a partial loan amortization table for a new delivery van.
Start Excel. Download and open the file named Exp19_Excel_Ch07_CapAssessment_Shipping.xlsx. Grader has automatically added your last name to the beginning of the filename.
The Week worksheet contains data for the week of April 5.
In cell D7, insert the appropriate date function to calculate the number of days between the Date Arrived and Date Ordered. Copy the function to the range D8:D35.
Next, you want to display the city names that correspond with the city airport codes.
In cell F7, insert the SWITCH function to evaluate the airport code in cell E7. Include mixed cell references to the city names in the range F2:F4. Use the airport codes as text for the Value arguments. Copy the function to the range F8:F35.
Now you want to display the standard shipping costs by city.
In cell H7, insert the IFS function to identify the shipping cost based on the airport code and the applicable shipping rates in the range G2:G4. Use relative and mixed references correctly. Copy the function to the range H8:H35.
Finally, you want to calculate a partial shipping refund if two conditions are met.
In cell I7, insert an IF function with a nested AND function to determine shipping refunds. The AND function should ensure both conditions are met: Total Days is grater than Total Days Delivery Goal (cell C3) and Order Total is equal to or greater than Order Total Threshold (cell C2). If both conditions are met, the refund is 50% (cell C4) of the Shipping Cost. Otherwise, the refund is $0. Use mixed references as needed. Copy the function to the range I8:I35.
The Stats worksheet contains similar data. Now you want to enter summary statistics.
In cell B2, insert the COUNTIF function to count the number of shipments for Austin (cell B1). Use appropriate mixed references to the range argument to keep the column letters the same. Copy the function to the range C2:D2.
In cell B3, insert the SUMIF function to calculate the total orders for Austin (cell B1). Use appropriate mixed references to the range argument to keep the column letters the same. Copy the function to the range C3:D3.
In cell B4, insert the AVERAGEIF function to calculate the average number of days for shipments from Austin (cell B1). Use appropriate mixed references to the range argument to keep the column letters the same. Copy the function to the range C4:D4.
Now you want to focus on shipments from Houston where the order was greater than $1,000.
In cell C7, insert the COUNTIFS function to count the number of orders where the Airport Code is IAH (Cell D1) and the Order Total is greater than $1,000.
In cell C8, insert the SUMIFS function to calculate the total orders where the Airport Code is IAH (Cell D1) and the Order Total is greater than $1,000.
In cell C9, insert the MAXIFS function to return the highest order total where the Airport Code is IAH (Cell D1) and the Order Total is greater than $1,000.
On the Map worksheet, insert a map for the states and revenues. Cut and paste the map in cell C1.
Format the data series to show only regions with data and show all map labels.
Change the map title to April 5-9 Gross Revenue.
Use the Loan worksheet to complete the loan amortization table.
In cell F2, insert the IPMT function to calculate the interest for the first payment. Copy the function to the range F3:F25. (The results will update after you complete the other functions and formulas.)
In cell G2, insert the PPMT function to calculate the principal paid for the first payment. Copy the function to the range G3:G25.
In cell H2, insert a formula to calculate the ending principal balance. Copy the formula to the range H3:H25.
Now you want to determine how much interest was paid during the first two years.
In cell B10, insert the CUMIPMT function to calculate the cumulative interest after the first two years. Make sure the result is positive.
In cell B11, insert the CUMPRINC function to calculate the cumulative principal paid at the end of the first two years. Make sure the result is positive.
You want to perform a what-if analysis to determine the rate if the monthly payment is $1,150 instead of $1,207.87.
In cell B15, insert the RATE function to calculate the necessary monthly rate given the NPER, proposed monthly payment, and loan. Make sure the result is positive.
Finally, you want to convert the monthly rate to an APR.
In cell B16, insert a formula to calculate the APR for the monthly rate in cell B15.
Insert a footer on all sheets with your name on the left side, the sheet name code in the center, and the file name code on the right side.
Database Modeling
Search the Internet and locate an article that relates to the topic of HACKING and summarize the reading in your own words. Your summary should be 2-3 paragraphs in length and uploaded as a TEXT DOCUMENT. Click the link above to submit your work. There is an EXAMPLE attached to show you the format requirements.
Please find the attachment.
Part1: Mobile networks in a global economy can be a challenge for multiple reasons. First, governments in other countries control the mobile networks. Second is the technology. Mobile networks in other countries might not be as good as the mobile networks within the US. As a global company, how can we deal with this? With a big push for 5G, which has speeds well over 2Gbps, how does that change the way you do business? What are some things you need to think about when it comes to doing business globally, using a wireless mobile network?
Min 250 words
Part2: please describe at least two cryptocurrencies with applicable examples. Discuss some similarities and differences. Lastly, discuss if you have any experience using any cryptocurrencies.
Min 250 words
Checklist:
Each part needs min two APA references
Each part needs to be attached as a separate document
Plagiarism report
Total 500 words = 2*250
Multifactor authentication (MFA) requires users to authenticate their identities with at least two factors to access a system or an application. More than half of companies around the world use MFA. For companies that have not implemented MFA, reasons cited include cost, IT effort, and problems with deployments leading to user “friction.”Some organizations deploy MFA only to executives because they have full access to sensitive information. Yet other organizations secure only some applications with MFA rather than all apps.Answer the following question(s):
Fully address the questions in this discussion; provide valid rationale or a citation for your choices; and respond to at least two other students’ views.Initial post should be at least 350 words in length. Each reply post should be at least 150 words in length.