Is it wrong for marketers to create wants where none exist in the marketplace in order to make profits? State your position and defend your answer. Be specific. There are no wrong answers. Back up your findings with concepts, reasoning, and logic
In: Operations Management
A 65.0 mL solution of 0.113 M potassium alaninate (H2NC2H5CO2K) is titrated with 0.113 M HCl. The pKa values for the amino acid alanine are 2.344 (pKa1) and 9.868 (pKa2), which correspond to the carboxylic acid and amino groups, respectively. a) Calculate the pH at the first equivalence point b) Calculate the pH at the second equivalence point
In: Chemistry
Explain how a read I/O operation happens in 2 scenarios: with DMA and without DMA. Clearly explain how the I/O device and the CPU works concurrently in both cases. Explain through an example showing the steps of the protocols and the algorithms underneath.
In: Computer Science
PLEASE Use the ECLIPSE...
AND FOLLOW THIS RULES..
Apply the naming conventions for variables, methods, classes, and packages:
- variable names start with a lowercase character
- classes start with an uppercase character
- packages use only lowercase characters
methods start with a lowercase character
Write a Java application that simulates a test. The test contains at least five questions about first three lectures of this course. Each question should be a multiple-choice question with 4 options.
Design a Test class. Use programmer-defined methods to implement your solution. For example:
For each question:
switch ( randomObject.nextInt( 4 ) )
{
case 0:
return( "Very good!" );
……
}
At the end of the test display the number of correct and incorrect answers, and the percentage of the correct answers.
Your main class will simply create a Test object and start the test by calling input answer method.
Thank you.
In: Computer Science
Discuss the methods, results, and implications of the Holway and Boring (1941) 'hallway' experiment.
In: Psychology
Algorithm. We divide each of the matrices A and B into 9 submatrices with size n/3 × n/3 each. The matrix C = A × B is obtained by using 25 multiplications and 30 additions of the submatrices. What is the recursive formula of the running time function T(n) of this algorithm? What is the running time of this algorithm (in Θ notation)?
In: Computer Science
Answer the question using an additional source:
Select a CAM and identify and describe how quality and systems effect and are effected by the use of the CAM in healthcare today.
In: Operations Management
A titanium cube contains 3.2 ×1023 atoms. The density of titanium is 4.50 g/cm3
What is the edge length of the cube?
Express your answer with the appropriate units.
In: Chemistry
System.out.println("Enter a temperature in Fahrenheit:
");
double fahrenheit = input.nextDouble();
double celsius = (5.0 / 9) * (fahrenheit - 32);
System.out.println("Fahrenheit " + fahrenheit + " is "
+ celsius + " in Celsius");
the above code i would like to print to 2 decimal places for celsius please
this is in JAVA
In: Computer Science
in Java, I need to create an array of animals. The user is going to be prompted to enter the size of the array where a valid size is 10-30(inclusive). Then I have to populate only half of this array. I am not sure how to do that so can you please write comments explaining.
Thank you
In: Computer Science
Identify all private and shared variables in the following code snippet. What is the output of the program (e.g. the value of res)?
// =========
int A[100];
int count;
void work(int index[])
{
float B[10];
……
}
void main(){
int res = 10;
#pragma omp parallel
{
int index[10], i=0, IS=0;
work(index);
#pragma omp for
for(i=0;i<100;i++)
{
IS = IS + i;
}
#pragma omp critical
res += IS;
}
cout << res << endl;
}
View keyboard shortcuts
In: Computer Science
"How can guilt or innocence have little or no importance to death sentences?" (Philosophy)
In: Psychology
Sales (7,000 safety checks) $560,000
Production costs (7,010 safety checks)
Direct labor 392,560
Shop overhead
Variable 89,728
Fixed 56,080
Operating expenses
Variable 16,824
Fixed 12,800
c. Assume that you must decide quickly whether to accept a special one-time order for 20 safety checks on local police cars for $64 per safety check. Which income statement presents the most relevant data? Answer Determine the apparent profit or loss on the special order based solely on these data. Use a negative sign with your answer if the special order creates an apparent loss. Round answer to the nearest whole number.
In: Accounting
Explain two interpretations of the 2nd amendment. Which do you agree with and why?
In: Operations Management
1) Masaru Ibuka, founder and chairman of Japan's
Sony Corp, was asked in an interview, "What is the secret of your
success?" He said he had a ritual.
Preceding a business decision, he would drink herbal tea. Before he
drank, he asked himself, "Should I make this deal or not?" If the
tea gave him indigestion, he wouldn't make the deal. "I trust my
gut, and I know how it works," he said.
"My mind is not that smart, but my body is."
"My mind is not that smart, but my body is", which way of
thinking does this quote reflects? Explain your answer. .
Is it always right to do so? If not, what is the other way of
thinking to be followed? .
2) When German car manufacturer Volkswagen (VW) was
discovered in 2015 to have cheated on emissions test, the company’s
reputation was very badly affected. The company’s employees
reported a drop in trust for their company. It was the first time
this happens. VW
Employees’ feelings have changed as VW won
back the respect of its personnel
What is the type of problem Volkswagen was facing? Why? And how
this problem was solved?
made sure that everyone knew what happened and also what would
happen next. The company
also publicly admitted guilt. VW encouraged employees to express
their feelings and concerns.
Volkswagen’s efforts seem to have paid off.
and its image among the public also seems to have recovered.
In: Operations Management