1. Under what conditions can management delegate a
financial responsibility center of Profit Responsibility ?
2. Explain the difficulties that top management experiences in
formulating strategies if the business environment changes
rapidly
In: Accounting
A long cylindrical metal pipe with inner diameter 0.2m and outer diameter 0.22 cm carries 2A current uniformly distribted. what is the magetic field at all points in space?
In: Physics
1. Theory of Aging: Rate of Living Theory. Discuss for or against and provide citation and references. Minimum 250 words
In: Biology
You are appointed as a special commissioner on inequality to give policy recommendations to the federal government to reduce wealth and income inequality in the US. Think of one mechanism you might propose to reduce inequality, and tell us about it. Feel free to be creative, think big, and don’t (initially) concern yourself with the political feasibility of the mechanism. After describing it, tell us: Who benefits? Does anyone lose? How is it perceived by different sections of the American public?
In: Economics
For the following C++ code, identify the 10 errors and rewrite the code using the space provided below. Do not write a new program just add, remove or change the characters/words that make the code incorrect. #include "iostream> using namespace std: class Line { public: Line( double L ) [ setLength(L); } void setLength( double L ) { length = L } double getLength( void ) { return length; } private= double length; }; int main() { double len; cout >> "How long is this line? " cin >> len; Line = line(len); Line *LPtr = line; cout << "Length of line : " << LPtr.getLength() << endl; }
In: Computer Science
In: Math
1.The standard cell potential (E°cell) for the voltaic cell based on the reaction below is ______ V.
Sn2+(aq) + 2 Fe3+(aq) → 2 Fe2+(aq) + Sn4+(aq)
A.+0.62 B.+0.46 C.-0.46 D.+1.39 E.+1.21
2.Consider an electrochemical cell based on the reaction:
2 H+(aq) + Sn(s) → Sn2+(aq) + H2(g)
Which of the following actions would change the measured cell potential?
A.increasing the pressure of hydrogen gas in the cathode compartment
B.increasing the pH in the cathode compartment
C.Any of these options will change the measured cell potential.
D.lowering the pH in the cathode compartment
E.increasing the [Sn2+] in the anode compartment
3.Which equation correctly represents the first ionisation of phosphorus?
4.On a phase diagram, the critical pressure is ______.
A.the pressure below which a substance is a solid at all temperatures
B.the pressure required to liquefy a gas at its critical temperature
C.the pressure required to melt a solid
D.the pressure above which a substance is a liquid at all temperatures
E.the pressure at which a liquid changes to a gas
In: Chemistry
describe
1. equilibrium condition in a savings model with not assets
2. equilibrium condition in a saving model with government bonds
In: Economics
Using Python:
Write a program that takes a user-inputted integer and prints out the value of pi to the number of decimal places specified by the integer. For example, if the inputted integer is '2' your program should print '3.14'.
Hints:
SAMPLE CODE:
from math import pi
# Example input() statement
n = int(input('Please enter an integer: '))
format_string = '{:.10f}'
# Replace this with your own print statement
print(format_string.format(pi))
In: Computer Science
Most health care organization now have some type of online portal where patients can review test results, message their providers, review other medical information. Research two such portals and share in the discussion board.
In: Biology
Instructions:DevelopaprogramnamedMakeStudentsthat
Reads student data from Readme.txt and creates student instances
o usetheStudentclassprovidedforthelab
Saves student instances in an array list
Displays the size of the list
Iterates through the list displaying students one student per line, as in:
for (Student s: myList) { System.out.println(s);
}
new File("Readme.txt")).useDelimiter(",");
Then to get each token we can use f.next() or
f.nextBoolean()
Note that student gender is of type char, and that char value can
be obtained using
f.next().charAt(0)
YoumustusetheStudentclassgivenalongwiththislab. ThisversionofStudentissimpler than the one in the text – this version makes no reference to the Subject class (not needed for this lab).
Your BlueJ project will include
Readme.txt, Student.java, and MakeStudents.java
SubmitMakeStudents.javatotheemailcorrespondingtoyourlabsectionwithsubject Lab 10
Copy the student data provided for this lab to Readme.txt. The data comprises comma-
separated values for fields: first name, last name, gender and active.
Previously we have used the Scanner class with its default delimiter of whitespace. In this
lab, use the Scanner class with comma as the delimiter:
Scanner f = new Scanner
------------------------------------------------------
public class Student {
// class fields
private static int lastId;
// instance fields
private int id;
private String firstName;
private String lastName;
private char gender;
private boolean active;
// first constructor, no arguments
public Student(){
id = nextId();
// default values for a student:
firstName = "unknown";
lastName = "unknown";
gender = '?';
active = false;
}
// second constructor, four arguments
public Student (String firstName, String lastName, char gender, boolean active){
id = nextId();
//
// when parameters and fields have the same
// name they are distinquished this way:
// a field name alone refers to the parameter
// a field name prefixed with "this."
// refers to an object's fields.
this.firstName = firstName;
this.lastName = lastName;
this.gender = gender;
this.active = active;
}
private int nextId(){
// increment lastId and return the new value
// to be used for the new student.
return ++lastId;
}
public int getId(){
return id;
}
public static int getLastId(){
return lastId;
}
public String getFirstName(){
return firstName;
}
public String getLastName(){
return lastName;
}
public char getGender(){
return gender;
}
public boolean isActive(){
return active;
}
public void setLastId(int newLastId){
lastId = newLastId;
}
// no setter for the student's id field
// public void setId(int newId){
// id = newId;
// }
public void setFirstName(String newFirstName){
firstName = newFirstName;
}
public void setLastName(String newLastName){
lastName = newLastName;
}
public void setGender(char newGender){
gender = newGender;
}
public void setActive(boolean newActive){
active = newActive;
}
public String toString(){
return id+" "+firstName+" "+lastName;
}
public boolean equals(Student s){
return id == s.id;
}
}
---------------------------------------------------------
Readme.txt
Harry,Potter,m,true,Albus,Dumbledore,m,true,Serverus,Snape,m,true,Rubeus,Sirius,m,true,Hermione,Granger,f,true,Ron,Weasley,m,true,Draco,Malfoy,m,true,Luna,Lovegood,f,true,Regulus,Black,m,true,Neville,Longbottom,m,true,Nymphadora,Tonks,f,true,Remus,Lupin,m,true,Fleur,Delacour,f,true,Dolores,Umbridge,f,true,Gellert,Grindelwald,m,true
In: Computer Science
What mass of potassium fluoride must be added to 500.0 mL of water to give a solution with pH = 8.07?
[Ka(HF) = 7.1 × 10–4]
|
A. 68 g |
||
|
B. 1.7 × 10–4 g |
||
|
C. 1.96 g |
||
|
D. 0.95 g |
||
|
E. 2.91 g |
In: Chemistry
What domain expertise specific information is collected and organized during the problem definition step of a data mining spiral?
In: Computer Science
A beam of electrons is shot into a uniform downward electric field of magnitude 1.10 103 N/C. The electrons have an initial velocity of 1.11 107 m/s, directed horizontally. The field acts over a small region, 5.00 cm in the horizontal direction. (a) Find the magnitude and direction of the electric force exerted on each electron. magnitude 1.76e-16 N Correct: Your answer is correct. direction Correct: Your answer is correct. (b) How does the gravitational force on an electron compare with the electric force? The gravitational force is much smaller than the electric force. The gravitational force is much bigger than the electric force. Correct: Your answer is correct. (c) How far has each electron moved in the vertical direction by the time it has emerged from the field? (d) What is the electron's vertical component of velocity as it emerges from the field? (Up is the positive y-direction.) (e) The electrons move an additional 19.4 cm after leaving the field. Find the total vertical distance that they have been deflected by the field.
In: Physics