Questions
In a turnkey project, the turnkey contractor requested you as a consultant to put up irregular...

In a turnkey project, the turnkey contractor requested you as a consultant to put up irregular (i.e. non-conforming to current engineering practice) proposals to maximize profits from the project. Discuss the key points that you must address so as not to compromise on your professional ethics. Demonstrate your solution through a simple case study/example.

Answering Format for the question you had selected:

1. What are your personal belief and stand on this matter?

2. What is the ethical and/or legal issue to be considered? Please state this with reference to the correct Rules and Regulations on Engineering Ethics and Professionalism / standards / codes for engineers. You need to mention the code/standard in your essay.

3. Identify and describe potential stakeholders.

4. Identify alternative ways to resolve the issue, and discuss their potential effects on all stakeholders.

In: Operations Management

Instructions This assignment is to be typed up in the supplied R-Script. You need to show...

Instructions This assignment is to be typed up in the supplied R-Script. You need to show all of your work in R in the given script. Be sure and use # in front of any text that you type in. You are allowed to work with your peer group, but please site your sources! If you get help from anyone, you need to mention that in your write up. This assignment is worth 60 points (10 per problem) and you can use it to replace the online Midterm Quiz. That is, if you chose to, you can count it twice.

6. Minimum wage. A Rasmussen Reports survey of 1,000 US adults found that 42% believe raising the minimum wage will help the economy. Construct a 99% confidence interval for the true proportion of US adults who believe this.

In: Math

Case Project 4-1: Using an E-mail Address to Determine a Network’s Operating System Quiz Questions a....

Case Project 4-1: Using an E-mail Address to Determine a Network’s Operating System

Quiz Questions

a. What tools might you use after learning Mike’s e-mail address?

b. What can you determine by entering Mike’s e-mail address into Google? What about just the handle “vetman2601”?

c. Could the information you learned from Google be used to conduct vulnerability testing?

d. Write a memo to the IT manager, Bob Jones, about the potential issues with running a old RHEL 5.8 server, and mention the importance of patch hygiene. Make sure your memo explains how you gathered this information and offers constructive feedback. Your memo shouldn’t point a finger at any company employees; it should discuss problems on a general level.

In: Computer Science

1. How do you feel about reading books compared to watching movies? Is there one experience...

1. How do you feel about reading books compared to watching movies? Is there one experience you enjoy more than the other or do you enjoy them equally? What are some things you like about reading? What are some things you enjoy about movies? You can refer to specific books and movies in your answer.

2. How do you feel about documentary and non-documentary films? Is there one genre you prefer more than the other or do you like them equally? Why? What do you feel are some of the similarities and differences between documentary and non-documentary films?

In your answer you can mention some specific documentary films you have seen or are familiar with

In: Economics

** please don't use handwriting ** please don't copy and paste i need unique answer.. PHC...

** please don't use handwriting

** please don't copy and paste i need unique answer..

PHC 271

Case Study (2)

A 52-year-old gentleman comes to your office with a history of intermittent difficulty swallowing solid food. His symptoms have been present for the past 5 years. He points to his supraclavicular notch when describing where the food feels stuck, although he can chew his food and transfer it into his posterior pharynx without difficulty. He does not choke or cough while eating. Drinking water will usually relieve his symptoms, although on several occasions he has self-induced vomiting. His symptoms are slightly worse now than they were several years ago, which prompted today's visit. Feeling any better and had ongoing fever and cough

According to the above case answer the following questions : ( in 1000 words)

  1. What is the likely diagnosis of this case? Explain, how would you classify the disease clinically and mention all the clinical manifestation? Define the disease and what are the most common causes of this is disease likely in the patient?
  2. Explain the pathophysiology of this disorder?
  3. Are there any risk factors for the disease? If yes, then write down the common risk factors of the disease?
  4. What lifestyle changes could make a difference for this patient?

5. Discuss the public health approaches in reducing and in the prevention of this health problem?

In: Nursing

Background: In product design and development, to identify customer needs is one of three key factors...

Background:

In product design and development, to identify customer needs is one of three key factors to guarantee the highest potential of success in markets. There are various methods and tools to identify the customer needs. For an example, a Kano diagram is a good tool to visually partition customer requirements into categories that will allow for their prioritization. However, the Kano model is unable to capture the changes of the customer needs on time.

Objective:

The assignment is to propose a method or model for identifying dynamic customer needs in markets.

The assignment is involving the following activities:

1. Find more information about the dynamic customer needs using a case.

2. Describe a market environment using the information.

3. Propose a method or model to identify the dynamic customer needs by addressing how to reflect the customer needs in the product design and development.

4. Describe Pros & Cons of the proposed method or model.

-Required a report including the activities and an abstract of up to 200 words, the description, and references.

-The report must not be more than 2500 words.

In: Accounting

If there is a Meet the Firms event on campus during the semester, you are required...

If there is a Meet the Firms event on campus during the semester, you are required to attend and write about that experience. Write a 750-1,000-word paper that explains what you learned from attending Meet the Firms and how this will influence your career.

If there is no Meet the Firms event during the semester, this option is required research a professional license, certification, advanced degree or designation related to accounting or your chosen career path. Write a 750-1,000-word paper that meets the criteria above, and explains what you learned from your research and how this will influence your career.

The paper may be written in the first person, and must be grammatically correct. At least two external sources should be cited.

Prepare this assignment according to the guidelines found in the APA Style Guide, located in the Student Success Center. An abstract is not required.

This assignment uses a rubric. Please review the rubric prior to beginning the assignment to become familiar with the expectations for successful completion.

You are required to submit this assignment to LopesWrite.

In: Accounting

how can I get my program to read one of 4 text files (chosen/ inputted by...

how can I get my program to read one of 4 text files (chosen/ inputted by user, game1.txt, game2, game3, or game4.txt). and place its information into variables, one of which is an array. I sort of understand this, but I don't know how to make my program know which parts of the textfile go into which variables.

my 4 textfiles are in the format: the list of e4-bc need to be entered into my array.

B
35
e4 e5 Bc4 Nc6 Nf3 Bc5 c3 Nf6
h3 Nxe4 d4 d5 Bb3 exd4 Nbd2 Nxf2
e2+ Qe7 Qxe7+ Nxe7 Kxf2 dxc3+ Kf1 Nf5
bxc3 Ng3+ Ke1 Nxh1 Bxd5 O-O g4 Nf2
Rb1 c6 Bc

my variables that those need to be inputted into are in this abstract data type class:

class Game

{

public:

char outcome; //(whether black or white team won)

int numMoves;

string arrayMoves;}

In: Computer Science

Read in the names of several grocery items from the keyboard and create a shopping list...

Read in the names of several grocery items from the keyboard and create a shopping list using the Java ArrayList abstract data type.

Flow of Program:

1) Create a new empty ArrayList

2) Ask the user for 5 items to add to a shopping list and add them to the ArrayList (get from user via the keyboard).

3) Prompt the user for an item to search for in the list. Output a message to the user letting them know whether the item exists in the shopping list. Use a method that is part of the ArrayList class to do the search.

4) Prompt the user for an item to delete from the shopping list and remove it. (be sure to handle the case where they don’t want to delete anything). Use a method that is part of the ArrayList class to do the delete.

5) Prompt the user for an item to insert into the list. Ask them what they want to insert and where they want to insert it (after which item). Use a method that is part of the ArrayList class to do the insertion.

6) Output the final list to the user.

In: Computer Science

Part I: The Employee Class You are to first update the Employee class to include two virtual functions. This will make the Employee class an abstract class.

 

Part I:   The Employee Class

You are to first update the Employee class to include two virtual functions. This will make the Employee class an abstract class.

* Update the function display() to be a virtual function

    * Add function, double weeklyEarning() to be a pure virtual function. This will make Employee an abstract class, so your main will not be able to create any Employee objects.

Part II: The Derived Classes

Add an weeklyEarning() function to each of the three derived classes. A salaried employee’s weekly earning is as stored. An hourly employee’s weekly earning is the hrsworked * payperhr. A commissioned employee’s weekly earning would be the base + the comAmount.

Employee.h
-----------------------------------
#ifndef Employee_H   
#define Employee_H

#include

using namespace std;

class Employee
{

private:
   string lastName;
   string firstName;
   int idNum;

public:

   Employee(); //default values assigned to all variables

   Employee(int idNum, string lname, string fname);

   void setLName(string);

   void setFName(string);

   void setIDNum(int);

   string getLName();

   string getFName();

   int getIDNum();

   void displayName();

   void display();

};
#endif
-----------------------------------

-----------------------------------
Employee.cpp
-----------------------------------
#include
#include
#include"Employee.h"

using namespace std;

Employee::Employee() {
   //default values assigned to all variables
   lastName = "";
   firstName = "";
   idNum = 0;
}

Employee::Employee(int idNum, string lname, string fname) {
  
   this->lastName = lname;
   this->firstName = fname;
   this->idNum = idNum;
}
//Sets last name
void Employee::setLName(string lname) {
   this->lastName = lname;
}
//sets first name
void Employee::setFName(string fname) {
   this->firstName = fname;
}
//sets id num
void Employee::setIDNum(int idnum) {
   this->idNum = idnum;
}

//get last name
string Employee::getLName() {
   return lastName;
}
  
//get first name  
string Employee::getFName() {
   return firstName;
}

//get id num
int Employee::getIDNum() {
   return idNum;
}

//display id and last name
void Employee::displayName() {

   cout << endl << "ID Num : " << this->idNum;
   cout << endl << "Last name : " << this->lastName;
}

//display employee details
void Employee::display() {

   cout << endl << "ID Number " << this->idNum;
   cout << endl << "First name : " << this->firstName;
   cout << endl << "Last name : " << this->lastName;

}

-----------------------------------

-----------------------------------
Salaried.h
-----------------------------------
#ifndef Salaried_H   
#define Salaried_H

#include "Employee.h"
#include

using namespace std;

class Salaried : public Employee{

private:

   double weeklySal;
public:

   Salaried();

   Salaried(int idNum, string lname, string fname);

   Salaried(int idNum, string lname, string fname, double sal);

   void setSal(double nsal);

   double getSal();

   void displaySal();

   void display();

};
#endif
-----------------------------------

-----------------------------------
Salaried.cpp
-----------------------------------
#include "Salaried.h"

#include
using namespace std;

Salaried::Salaried():Employee() {
   this->weeklySal = 0;
}

Salaried::Salaried(int idNum, string lname, string fname) :Employee(idNum, lname, fname) {
   this->weeklySal = 0;
}

Salaried::Salaried(int idNum, string lname, string fname, double sal) : Employee(idNum, lname, fname) {
   this->weeklySal = sal;
}

//set salary
void Salaried::setSal(double nsal) {
   this->weeklySal = nsal;

}

//get salary
double Salaried::getSal() {
   return weeklySal;
}

//display name, id num, salary
void Salaried::displaySal() {

   cout << endl << "Name " << this->getLName();
   cout << endl << "ID Num " << this->getIDNum();
   cout << endl << "Weekly salary " << this->weeklySal;

   cout << endl << "------------------------------";

}

//Display employee details
void Salaried::display() {

   Employee::display();
   cout << endl << "Weekly salary " << this->weeklySal;
   cout << endl << "------------------------------";
}
-----------------------------------

-----------------------------------
Commission.h
-----------------------------------
#ifndef Commission_H   
#define Commission_H

#include
#include "Employee.h"

using namespace std;

class Commission : public Employee{
private:

double basesalary;
double comAmount;

public:

Commission();

Commission(int idNum, string lname, string fname);

Commission(int idNum, string lname, string fname, double bsal);

void setBase(double npay);

void setCom(double nhr);

double getBase();

double getCom();

void displayBase();

void displayEmp();

};
#endif

-----------------------------------

-----------------------------------
Commission.cpp
-----------------------------------
#include "Commission.h"

#include 

using namespace std;

//sets Commission instance to default intial values
Commission::Commission():Employee() {

   this->basesalary = 0;
   this->comAmount = 0;
}

//Sets Commission instance to Commission parameters
Commission::Commission(int idNum, string lname, string fname):Employee(idNum, lname, fname) {
  
   this->basesalary = 0;
   this->comAmount = 0;
}

//Sets Commission instance to Employee plus Commision parameters
Commission::Commission(int idNum, string lname, string fname, double bsal):Employee(idNum, lname, fname) {
  
   this->comAmount = 0;
   this->basesalary = bsal;

}

//Sets base salary
void Commission::setBase(double npay) {
   this->basesalary = npay;
}

//Set commision salary
void Commission::setCom(double nhr) {
   this->comAmount = nhr;
}

//Get base salary
double Commission::getBase() {
   return basesalary;
}

//Get commission salary
double Commission::getCom() {
   return comAmount;
}

//Display base salary and commision salary
void Commission::displayBase() {

   cout << endl << "Name " << this->getLName();
   cout << endl << "ID Num " << this->getIDNum();
   cout << endl << "Base salary " << this->basesalary;

   cout << endl << "------------------------------";

}

//Display commission employee details
void Commission::displayEmp() {

   Employee::display();
   cout << endl << "Base salary " << this->basesalary;
   cout << endl << "Commission Amount : " << this->comAmount;

   cout << endl << "------------------------------";

}
-----------------------------------

-----------------------------------
Hourly.h
-----------------------------------
#ifndef Hourly_H   
#define Hourly_H

#include
#include"Employee.h"

using namespace std;

class Hourly : public Employee{
private:

   double payperhr;
   double hrsworked;

public:

   Hourly();
   Hourly(int idNum, string lname, string fname);
   Hourly(int idNum, string lname, string fname, double newpay);
   void setPay(double);
   void setHrs(double nhr);
   double getPay();
   double getHrs();
   void displayHrly();
   void display();

};
#endif

-----------------------------------

-----------------------------------
Hourly.cpp
-----------------------------------
#include "Hourly.h"
#include 

using namespace std;


Hourly::Hourly():Employee() {

   this->payperhr = 0;
   this->hrsworked = 0;
}

Hourly::Hourly(int idNum, string lname, string fname):Employee(idNum, lname, fname) {

   this->payperhr = 0;
   this->hrsworked = 0;
}
Hourly::Hourly(int idNum, string lname, string fname, double newpay): Employee(idNum, lname, fname) {
  
   this->payperhr = newpay;
   this->hrsworked = 0;
}

void Hourly::setPay(double pphr) {
   this->payperhr = pphr;
}

void Hourly::setHrs(double nhr) {
   this->hrsworked = nhr;
}

double Hourly::getPay() {
   return payperhr;
}

double Hourly::getHrs() {
   return hrsworked;
}
void Hourly::displayHrly() {

   cout << endl << "Name " << this->getLName();
   cout << endl << "ID Num " << this->getIDNum();
   cout << endl << "Pay per hour " << this->payperhr;
   cout << endl << "------------------------------";
}
void Hourly::display() {
   Employee::display();
   cout << endl << "Pay per hour " << this->payperhr;
   cout << endl << "Hours worked : " << this->hrsworked;

   cout << endl << "------------------------------";
}

In: Computer Science