social engineering experiments

 Conduct your own social engineering experiments.

1) While at a restaurant, convenience store, bank, place of business, or any shopping location, ask your waiter or waitress, bartender, server, sales clerk, or cashier personal questions about their family or their interests. How much information are you able to obtain about this person you do not know?

Name, address, age, religion, political beliefs, place of birth, pets, hobbies, number of children, type of car they drive, or any other information you think you can obtain.

Write your findings in either a list or in paragraph form.

Need this in a word document with “no less than 250 words in APA format with Two references & Citations

Discussion 2- Project Risk & Quality MNGT

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:

  1. What factors make a project high risk?
  2. What are the three types of project risk?
  3. How do you write a good project risk?

Chapter-

Chapter 3: Projects and Project Stakeholders

Text

Textbook:

Title: Managing Project Risks 

ISBN: 9781119489733 

Authors: Peter J. Edwards, Paulo Vaz Serra, Michael Edwards 

Publisher: John Wiley & Sons 

Publication Date: 2019-08-13

Research Project

 You are the IT manager of a large corporation. You are planning to use Python to develop statistical models to aid in analyzing your sales data. You are preparing a report for management. Here are the basic requirements for your report:

  • Prepare in APA format
  • Include references
  • Report length: 500 – 700 words
  • Briefly describe your company
  • Briefly describe Python
  • Give overview of Machine Learning
  • Report on:’
    • Implementation plans
    • Technical training
    • Python libraries required
    • How Python will be used
    • Types of reports that will be produced

20210324

Question 1:

Using the Web or other resources, do a bit of research on the methodologies that Microsoft Windows firewall uses. Define a firewall. Define firewall security techniques. Write the strengths and weaknesses of the Microsoft Windows firewall
Write between 200 and 300 words. Note your safe assign score. Score should be less than 25

Exp19_PowerPoint_Ch03_CapAssessment_IT_Careers

 Exp19_PowerPoint_Ch03_CapAssessment_IT_Careers 

 Exp19 PowerPoint Ch03 CapAssessment IT Careers 

 PowerPoint Chapter 3 IT Career 

  

Project Description:

As the department chair of Information Technology at the college, you often give presentations on IT Careers to potential students. You have been asked to to update the presentation with recent data on the programs you offer at the college that will prepare students for a career in IT.

     

Start PowerPoint.   Download and open the file named Exp19_PPT_Ch03_CapAssessment_IT   Careers.pptx. Grader has automatically added your last name to the   beginning of the filename. 

 

Insert a Title and   Content layout slide after Slide 1. Type Jobs in IT in the Title   Placeholder.
 

  Insert a Trapezoid List SmartArt graphic in the content placeholder. Type the   following in the Text pane as first level bullet points. Remove any unneeded   bullet points in the Text pane.
 

Software applications developer
Information security analyst
Computer systems analyst
Database administrator
Computer network architect
Management analyst

 

Apply the Moderate   Effect SmartArt style. Change the color to Colorful – Accent Colors.

 

On Slide 4, insert a   two column, seven row table in the content placeholder.
 

  Type the following information into the table:
  Row 1: Col 1: Profession; Col 2: Salary Per Year
  Row 2: Col 1 Software applications developer; Col 2: $103,560
  Row 3: Col 1: Information security analyst; Col 2: $95,510   
 Row 4: Col 1: Computer   systems analyst; Col 2: $88,270
  Row 5: Col 1: Database administrator; Col 2: $87,020
  Row 6: Col 1: Computer network architect; Col 2: $104,650   
  Row 7: Col 1: Management analyst; Col 2: $82,450   

 

Apply the Light Style   2 – Accent 4 table style.

 

Add a new column to   the left of column 1. Merge the cells in the new column. Set the cell width   of the merged cell to 0.79“. Type   2016   in the new column and rotate all text 270°. Center the text in the cell.   Increase the font size of the text to 28 pt. Change the cell shading to   White, Text 1.

 

Set the text in the   table to Center Vertically. Set the table height to 4.2” and the width   to 10.7“.

 

Change the layout of   Slide 3 to Title Only.

 

Start Excel. Download   and open the file named ITData.xlsx   and save it as ITData_LastFirst.xlsx.   Copy the chart from the Job Growth Percentage worksheet and embed the chart   using Paste Special on Slide 3.

 

Size the chart to a   height of 4.5“. Position the chart horizontally at 1” and vertically   at 1.85“.

 

On Slide 5, create a   Clustered Column chart with the following data:
 

  In cell A1, type Profession and in cell B1 type #   of Jobs.Then   populate A2:B7 with the following values:
 

Software applications developer 1,256,200
Information security analyst 100,000
Computer system analyst 600,500
Database administrator 119,500
Computer network architect  162,700
Management analyst 806,400
 

  Change the source data to use the range A1:B7.

 

Make the following   changes to the clustered column chart:
  • Apply Chart Style 8
  • Apply the Layout 4 Quick Layout
  • Remove the legend and y-axis
 

  Note, Mac users apply Chart Style 9.

 

Save and close Exp19_PPT_Ch03_CapAssessment_ITCareers.pptx.   Exit PowerPoint. Submit the file as directed.

Mobile Apps

Why Mobile Apps? If potential customers cannot reach your services, they are lost potential customers. Smartphones, tablets, and other nontraditional devices are pervasive in the market. The onus of responsibility is on developers to help customers get a product anywhere. Do competitors offer products or services your organization does not? Is that why they have an app? Is there a market an organization desires to expand into? If an organization is already in that market, can they add any features to an app that will have more draw than their competitors?

  • Why do some organizations think they do not need a mobile presence?
  • Why do organizations need a mobile application?

600-700 words are required in APA Format with at least 2 references. 

Prescribed Text book – Mobile App Development for iOS and Android 

ISBN: 9781943153909

computer – lab work on python 2

 

Do the following assignment. please check the attach document.

Temperature-Conversion ProgramDevelop a Python program to

  • Ask the user whether to convert from celsius to fahrenheit or from fahrenheit to  celsius 
  • If the user enters  celsius to fahrenheit, then
    • Ask the user to enter a value for  celsius
    • Use the following formula to convert from  celsius to fahrenheit:
      • Fahrenheit = 9.0 / 5.0 x Celsius +  32
    • Display the entered value for  celsius and the calculated value for fahrenheit, along with appropriate messages
      • See the attached sample program run output to see how data is displayed
  • If the user enters  fahrenheit  to celsius , then
    • Ask the user to enter a value for  fahrenheit
    • Use the following formula to convert from   fahrenheit  to celsius:
      • Celsius = (Fahrenheit − 32) x  5.0 / 9.0
    • Display the entered value for fahrenheit  and the calculated value for celsius, along with appropriate messages.
      • See the attached sample program run output to see how data is displayed.
  • If neither fahrenheit to celsius  nor  celsius  to  fahrenheit  is entered, then
    • Display an error message, such as “Illegal input data was entered.”

NOTE: When setting up the above formulas, ensure to use the right Python operators! 

 You need to set up a  Python solution that is  complete and  workable.  

For your solution to be  complete, you must

  • Prompt the user for the specific input data asked for within the problem statement
  • Set up a correct formula to process the input data, arriving at the output data
  • Provide the output data asked for within the problem statement to the user

For your solution to be  workable,

  • Your solution should be free of any type of errors (syntax, run-time, logic)
  • You may want to develop an algorithm first, using pseudocode or flowchart
  • You do NOT need to turn in any algorithm

================================================================================Grading rubric:

  • You’ll receive full credit, if 
    • your program
      • compiles and runs with no problems 
      • produces the expected output
  • You’ll receive partial credit, if 
    • your program
      • compiles and runs with no problems 
      • produces partial output (that is, incomplete output)
  • You’ll receive 25% of the points, if your program will not compile
  • You’ll receive 30% of the points, if your program compiles but has a run-time problem
  • You’ll receive 40% of the points, if your program produces logic error(s)
  •