Show the source code for

     

1. (TCO 3) Show the source code for a C# console application called “Area” to display the area of a parking lot with length 203.5 ft. and width 30.5 ft. (Note that area is length times width.)

· Declare and initialize appropriate variables for length and width.

· Include at least three descriptive comments.

· State what your program displays when it runs.

· State how you would use the debugger to check the values of your variables as your program runs.

2. (TCO 5) Describe two types of loops that can be used to write the C# code required to print every fifth integer from 0 to 500 (i.e., 0, 5, 10, 15, etc.), each on its own line. Which would be a better choice and why? Write the code using that type of loop. 

3. (TCO 8) Briefly describe how parameter passing by-value and by-reference are accomplished in memory. Write statement 1 to call method A below. Write statement 2 to call method B. Which method uses pass by-value? Which method uses pass by-reference?

static void Main()
{
int balance = 20000;
//statement 1
//statement 2
}
 

//method A
public static void getBalance(ref int balance)
{
balance = balance + 500;
}
 

//method B
public static int getBalance(int balance)
{
return (balance + 500);
}

How could each of the three errors be corrected to improve the user experience?

. (TCO 9) Identify an example of one of each of the following GUI design errors in Figure 2:

· inconsistency

· misalignment

· clutter

Cookies

 Research what kind of information cookies store. You might find the following  websites helpful:

  • www.allaboutcookies.org/
  • www.howstuffworks.com/cookie1.htm

Using WORD, write an ORIGINAL brief essay of 300 words or more describing cookies and the way they can invade privacy. 

Save the following queries

  

1. Save the following queries as stored procedures so you can periodically check on them from time to time. To do this, you will need to complete the following steps:

a. Drop all ORDER BY statements from the query

b. Label one as PriceHistory723

c. Label the other as SalesOrderDetailsbyDate723

Network Layers Infographic

Overview: Build an infographic to demonstrate your understanding of the 7 network layers. Instructions: In this assignment, you are being asked to create a visual representation of the 7 Network layers of the OSI model. You can be creative in making your infographic by using graphs and charts in Word; PowerPoint; Piktochart; or Canva. This choice is yours; however, it must include the following: • A description of each of the seven network layers. • The importance of each network layer.

Problem 13 & 14- Project HR & Stakeholder Mngt

Write a paper articulating the leadership models, the pros and cons of each, and examples of leadership that comprise each model.

Text

Title: Managing Project Stakeholders 

ISBN: 9781118504277 

Authors: Tres Roeder 

Publisher: John Wiley & Sons 

Publication Date: 2013-04-22

Discussions

 First one

In  recent years, many firms use algorithms to help make management group’s  decisions and optimize operation processes and supply chains. When such  algorithms produce unexpected outcomes, bias concerns may arise. Thus,  removing these kinds of bias from the data is so critical in data-driven  business. Based on this case anlaysis, please elaborate on the  questions below.

Q1) Please address the concept of ‘algorithmic bias’ in a marketing context. What is the reason behind the bias in this case?

Q2)  How might a firm acquire capability to analyze situations and detect  whether algorithmic bias occurs and how it can be mitigated?

Q3)  Algorithmic bias can occur even when demographic data is not used as a  variable by the algorithm. What would you play a role as an information  sysem manager if a bias was brough to your attention?

Second One:

 

The  role of the database and data administrator have evolved over  time. They continue to evolve in light of new technologies such as  blockchain, IoT, and security-based solutions. What do you believe the  future job description will look like for a database engineer in 5-10  years from now? 

Please create your OWN job description. Do not copy that of others.

AI and iOS Apps

Q1 (Chapter 10): There have been many books and opinion pieces written about the impact of AI on jobs and ideas for societal responses to address the issues. Two ideas were mentioned in the chapter – UBI and SIS. What are the pros and cons of these ideas? How would these be implemented?

Q2 (Chapter 11): Explain how GDSS can increase some benefits of collaboration and decision-making in groups and eliminate or reduce some losses.

Each response should be 300 words. There must be at least one APA formatted reference (and APA in-text citation) to support the thoughts in the post.  Do not use direct quotes, rather rephrase the author’s words, and continue to use in-text citations. Please refer to Textbook: Business Intelligence and Analytics ISBN: 9780135192016

Q3 Answer the following questions in a separate word document consisting of 2-3 pages with at least one APA formatted reference (and APA in-text citation) to support the thoughts in the post. 

1. When compared to the web world where some popular apps could get away with mediocre design, why do mobile apps face a higher design bar?

2. Compare and contrast native mobile app design versus standard desktop app design.  Discuss considerations for choosing one over the other.  Elaborate on main advantages vs disadvantages.

3. Discuss the importance of data persistence

4. Why is it important to persist mobile application data in a database?

5. Why is navigation using tables an important aspect of mobile app development?

To answer the Q3 please refer to Textbook – Title: Mobile App Development for iOS and Android by Authors: Jakob Iversen and Michael Eierman.

Computer Architecture March 22

Amazon Pay by Palm?

https://youtu.be/4WaOq3wQlxI

Read Article: Police Used 911 Call Analysis to Arrest a Mother on Murder 

Discussion Questions: 

  • How does Amazon’s pay by palm work?
  • What are the privacy-related issues with storage of palm and other biometric data? 
  • What are some potential risks with using Amazon’s Pay by palm innovation? 
  • Which states have laws on the use of biometric data? 
  • What are some ways to protect yourself from misuse of your biometric data? 
  • Should US be allowed to collect biometric data as part of immigration procedures? Why?