C# Programming (Classes and Objects)

1. Start a (  Console App (.NET Framework)  ) project in Visual Studio 2019.

2. Name it “Classes and Objects”.

I attached the main assignment instructions as photos. Please follow them exactly. It shouldn’t take long to complete as I have done a lot but I am too busy this week to complete this assignment.

Please complete write this Without plagiarism. Thank you!

DQ and respond 'Future Input and Output Devices'

Discussion Question

What kind of new input and output devices do you think future computers might have?  Why? Think of 3 examples of each. 

Respond

B.J.

Some of the input devices I am thinking of might already exist, and I may have already read about them, or maybe they’re in the development stage, but Im not sure! Technology moves so fast and now we are entering the stage of hands free and automation.

A keyboard that is connected to a type of sensor reader so there is no actual board or pad but just the movements on a type of hologram

A chip reader that reads imbedded info, such as credit cards and vaccine status

Thought readers? Something that can materialize our thoughts…?!

Output devices:

A hologram touch screen monitor display

Embedded (in ear) speakers

Implant lenses (in our eye) as a screen for wireless devices…(I watch too many movies!!)

I think tech is just getting more sophisticated as well as personal and smaller! We already have earbuds with mics and speakers…people are already walking around seemingly talking to thin air…I think it could all be actually in the body someday!

less
 

Discussion Board: Perception

 

 In this unit, you are learning about how perception affects social situations.   

According to your textbook, we use four types of cognitive schemata to make sense of perceptions: prototypes, personal constructs, stereotypes, and scripts. We apply schemata to organize and interpret experiences in our lives. The schemata shape our perceptions and influence how we communicate.

Find a recent example in the media (commercial, scene in a movie/TV show, etc. that was produced this year) that features two or more of these schemata, and how it influenced the social situation in the media clip. Please include an APA reference for your media clip. 

analyzing and visualizing data midterm

 Review the attached file. Suzie has an issue. She can either move to NY or FL and needs to review some data that her agent gave her. The agent reviewed house prices and crime ratings for houses that Suzie would be interested in based on her selection criteria.  She wants to live in an area with lower crime but wants to know a few things:

  1. Is it more expensive or less expensive to live in FL or NY?
  2. Is the crime rate higher in FL or NY (Note a low score in crime means lower crime)?
  3. Is the crime rate higher in lower or higher house price areas?

Using the R tool, show the data in the tool to answer each of the questions.  Also, show the data visualization to go along with the summary.

  1. If you were Suzie, where would you move based on the questions above?
  2. After you gave Suzie the answer above (to #4), she gave you some additional information that you need to consider:
    1. She has $100,000 to put down for the house.
    2. If she moves to NY she will have a job earning $120,000 per year.
    3. If she moves to FL she will have a job earning $75,000 per year.
    4. She wants to know the following:
      1. On average what location will she be able to pay off her house first based on average housing prices and income she will receive?
      2. Where should she move and why?  Please show graphics and thoroughly explain your answer here based on the new information provided above.

Note: The screenshots should be copied and pasted and must be legible.  Only upload the word document.  Be sure to answer all of the questions above and number the answers.  Be sure to also explain the rational for each answer and also ensure that there are visuals for each question above. Use two peer reviewed articles to support your position. 

Modify your Assignment

  

Modify your Assignment 8 program so that a function, printLine, is used to print each line in the
triangle. This function should accept a single parameter, the line number of the line to be printed.
Your main() program should contain only (and exactly) the following:
int i;
for (i=0; i<10; i++) /* Assignment #9 */
printLine(i); /* Assignment #9 */
return 0;
Note: within the function printLine do not use “i” as the parameter name for the line number.

 

Mac OS Forensics

 2 PAGES, Arial Font, double space 

You are an experienced digital forensics specialist for DigiFirm Investigation Company.  One of your clients is a small music production company.  One day you receive a phone call from Andrea, the owner, and president of the music company. Andrea believes one of her employees, a sound technician, has been stealing intellectual property from the company.  She thinks he is copying original music scores and then selling them to upstart musicians, claiming that he wrote them.  Andrea checked the employee’s computer the previous night and thinks he has been deleting the files to cover his tracks.  He uses an Apple computer. There are several tools available for recovering files that have been deleted from an Apple computer including:

  1. Disk Drill, https://www.cleverfiles.com/disk-drill-win.html
  2. Mac Undelete, http://www.macundelete.com/
  3. Free Undelete Mac, http://www.freeundeletemac.com

For this assignment:

  • Research the three specific tools that can aid in recovering deleted Mac OS files.
  • Write a report about the capabilities of each tool.
  • Briefly describe what can and cannot be retrieved from the Mac OS operating systems.
  • Recommend one of the tools for use in this case and justify your recommendation.

IT214 Week 5

Discussion:

Weekly Assignment/Discussions via Unicheck Week 05

Write the pseudocode for the following:

….. to convert temperature from Celsius to Fahrenheit and Kelvins; from Fahrenheit to Celsius and Kelvins.

  • You must use the IF, ELSE, ELIF statements or a combination of these statements.
  • You must functions [at least three functions]
  • You must have error trapping routine(s)