All posts must be a minimum of 250-300 words. APA reference. 100% original work. no plagiarism.
1. What are pros / cons of using command line arguments / parameters, why use them?
All posts must be a minimum of 250-300 words. APA reference. 100% original work. no plagiarism.
1. What are pros / cons of using command line arguments / parameters, why use them?
https://www.researchgate.net/profile/Yuanchang_Liu/publication/227487108_ALIGNMENT_OF_BUSINESS_AND_ISIT_STRATEGY_AT_TELENOR_SWEDEN/links/555cba6008ae8c0cab2a6599/ALIGNMENT-OF-BUSINESS-AND-IS-IT-STRATEGY-AT-TELENOR-SWEDEN.pdf
4. In 2017, McKinsey & Company created a five-part video titled “Ask the AI Experts: What Advice Would You Give to Executives About AI?” View the video and summarize the advice given to the major issues discussed. (Note: This is a class project.)
5. Watch the McKinsey & Company video (3:06 min.) on today’s drivers of AI at youtube.com/ watch?v=yv0IG1D-OdU and identify the major AI drivers. Write a report.
15. Explore the AI-related products and services of Nuance Inc. (nuance.com). Explore the Dragon voice recogni-tion product.
Requirements
For the following problem:
– Each module must be written in Python and submitted as an executable .py file (NOT the Jupyter notebook file)
– Each module must have header comments at the top of the program that include:
o The Course
o The assignment number
o The submission or creation date
o The author’s name
– Comments should be used to help explain your code if it may need explanation
Question 1
Write a module that simulates the rolling of 1 or more dice, then compare the theoretical with the actual results.
– The user must be asked how many dice will be used in the simulation. The number of dice should be between 1 and 16 inclusive. Your code should validate the user entry.
– The user must be asked for the number of rolls of the dice to simulate. Your code should validate the user entry to be a positive integer with a minimum value of 1.
– Your program must count the number of times each total of the dice faces appears. For example, if you have 3 dice, you will count the number of times 3, 4, 5, …. 18 appears.
– Your program must display a list of values representing the percentage of the total that each total appears, the theoretical likelihood, and the percentage error between the two values.
The name of the file must be of the form: FirstName_LastName_A02_Q1.py, where FirstName and LastName are your first name and last name respectively.
(continued on next page…)
Question 2
Write a module that counts the number of times each word appears in paragraph.
– The user must be able to enter a number of sentences. You can assume that each sentence ends in a period. (No other punctuation needs to be considered.) You may use any mechanism you wish to enter the sentences. However, you must explicitly tell the user what they need to do when entering.
– When the user finishes entering the sentences, the program displays each unique word found in the paragraph, along with a count of how many times that word appears. The list must be displayed in alphabetical order.
– Unique words are not case sensitive. For example, ‘House’ and ‘house’ are considered the same.
The name of the file must be of the form: FirstName_LastName_A02_Q2.py, where FirstName and LastName are your first name and last name respectively.
Discuss the importance of the testing phase of the Software Development Life Cycle.
Length, 2 – 3 pages.
All paper are written in APA formatting, include title and references pages (not counted). Must use at least two references and citations.
All paper are checked for plagiarism using SafeAssign, you can review your score.
Need an excel sum. Immediately
Use the web or other resources to research at least two criminal or civil cases in which recovered files played a significant role in how the case was resolved.
Search the peer-reviewed literature for examples like below. You may select any topic relating to technology that illustrates the potential for really messing things up. Include, in your description, an analysis of what might have caused the problems and potential solutions to them. Be sure to provide supporting evidence, with citations from the literature.
Example: Protection of patient data has become a critical part of the scope of practice of all healthcare professionals. Routine data breaches underscore the importance of training clinical employees in protecting these data. However, beyond exposure to HIPAA regulations, little is done to educate the healthcare student about the risks and vulnerabilities of the online environment as it pertains to health data” (Swede, Scovetta, & Eugene-Colin, 2018).
Practical Connection