CSMP 14

 

ccording to techopedia, facial recognition is a biometric software application capable of uniquely identifying or verifying a person by comparing and analyzing patterns based on the person’s facial contours. And though facial recognition is primarily used for security purposes, though there is increasing interest in other areas of use.

Conduct your own research on the topic of facial recognition to determine the methods in which facial recognition systems work. Explain how this technology can be used in at least three different industries. Explain the benefits and the problems that might arise with the use of these systems.

Be sure to cite your research for all material found on the Internet.

Evaluating and Acquiring Technology

Assignment 1: Evaluating and Acquiring Technology   
Due Week 6 and worth 140 points

Your CEO realized that deep-routed organizational behavior issues are preventing your firm from moving to the next level. The CEO believes that some infusion of new technology will help. You have been assigned as the project manager for this endeavor, and the CEO needs a report from you regarding your assessment and plan to “right the ship”. 

Write a 4-6 page paper in which you do the following:
1.    Describe the culture of your organizational behavior issues and the top three challenges that are present.
2.    Identify and discuss three technology changes that your organization will need to acquire and how they will address the key challenges facing the firm. 
3.    Describe the plan that you will use to evaluate and acquire these technologies. 
4.    Discuss how project management concepts from PMBOK will be crucial to your success in implementing these technologies. 
5.    Go to https://research.strayer.edu to locate at least three quality resources in this assignment. Note: Wikipedia and similar websites do not qualify as quality resources.
Your assignment must follow these formatting requirements:
    Be typed, double-spaced, using Times New Roman font (size 12), with 1-inch margins on all sides; citations and references must follow SWS (Strayer Writing Standards). Check with your professor for any additional instructions.
    Include a cover page containing the title of the assignment, the students name, the professors name, the course title, and the date. The cover page and the reference page are not included in the required assignment page length.
The specific course learning outcomes associated with this assignment are:
    Examine the process of evaluating, acquiring, and implementing technology to address challenges in a given organization.

Passing User Values To A Function And Using The Return Value Of The Function

 

Instructions

This program gets values from the user, and then runs a calculation.  The values are passed by reference (by address), so the main() function  sees the changed values of the variables. The first function  (getValues()) gets user input. The second function (calcCubic), performs  the calculations, and the third function (printCubic()) prints the  value of the calculation.

Here is the code:

And here is the output:

Unit 3 Guided Practice 6 Output.JPG

Submission Instructions

Now, you enter the code, and run it. (No flowchart this time)

Upload your .c file and a screenshot of your code output saved in a Word document 

Write And Call Three Functions

 

Instructions

You will write a flowchart, and C code for a program that does the following:

Call three functions from main(). The functions are named first(),  second(), and third(). Each function prints out its name (“first,”  “second,” “third.”). After all three functions are called, the main()  function should print “End of program.”

Here is what the program looks like.

Submission Instructions

Upload your Flowgorithm file, your .c file, and a screenshot of your code output saved in a Word document