1. What functions would the website and smartphone app of the information system need for food delivery and business operation? Provide necessary function names and their specifications. 2. What technical (hardware and software) and non-technical (human and material) resources would need to run the food delivery business smoothly?
In: Economics
The properties of alkenes and alkynes related to boiling, melting, polarity and solubility
In: Chemistry
// C++ Doubly linked list
class clinknode{
friend class DList;
public:
clinknode(){next = prev=0;data =0;}
protected:
clinknode *next;
clinknode *prev;
int data;
}
class DList{
public:
DList(){first = last = 0;}
void insertFront(int key);
bool found(int key){ return search(key)!=0;}
void deleteAll(int key);
// other list functions...
private:
clinknode *search(int);
clinknode *first;
clinknode *last;
}
(20 points) Write the code for the deleteAll (int key) member function. It takes a key value and deletes all of the data in the list with that value. Make sure to preserve the integrity of the list. If no member with that value is in the list, this function should do nothing.
In: Computer Science
In: Computer Science
A buffer composed of 0.50 mol acetic acid (HC2H3O2) and 0.50 mol sodium acetate (Na+C2H3O2-) is diluted to a volume of 1.0 liter. The pH of the buffer is 4.74. How many moles of NaOH must be added to the buffer to raise its pH to 5.74?
In: Chemistry
Should there be a death penalty in a just society?
In: Psychology
If determinism is true, can individuals be morally responsible for their actions? Must agents have free will to be morally liable for their behavior? Can you think of examples when someone's upbringing and enviornment might reduce their moral responsibility?
SUBJECT PHILOSOPHY
In: Psychology
Use nested for loops to generate the following patterns: C++
*****
*****
*****
(no space between rows of asterisks)
*
**
***
****
*****
(Again, no empty lines between rows)
*
**
***
**
*
(no lines between rows)
Last one, let the user pick the pattern by specifying the number of rows and columns.
In: Computer Science
In C#, declare structure named Person. The structure should have the following attributes of first name, last name, zip code, and phone number.
In: Computer Science
J&W Corporation manufactures a new electronic game console. The current standard cost sheet for a game console follows.
Direct materials, ? kilograms at $8 per kilogram | $ | ? | per game |
Direct labor, 0.75 hours at ? per hour | ? | per game | |
Overhead, 0.75 hours at ? per hour | ? | per game | |
Total costs | $ | 39 | per game |
Assume that the following data appeared in J&W’s records at the end of the past month.
Actual production | 46,500 | units | |
Actual sales | 43,500 | units | |
Materials (115,500 kilograms) | ? | ||
Materials price variance | 42,000 | U | |
Materials efficiency variance | 31,200 | U | |
Direct labor price variance | 28,800 | U | |
Direct labor (32,000 hours) | 534,400 | ||
Underapplied overhead (total) | 18,300 | U | |
There are no materials inventories.
Required:
a-1. Complete the standard cost sheet for a game console given below.
|
a-2. Prepare a variance analysis for direct materials and direct labor.
|
b. Assume that all production overhead is fixed and that the $18,300 underapplied is the only overhead variance that can be computed. What are the actual and applied overhead amounts?
|
In: Accounting
Structural Functionalism:
What is Parson’s model of social systems? How do the three forms of social systems interact with each other?
Define socialization, internalization, and institutionalization. How do they function within the social system model?
What are manifest and latent functions? What are dysfunctions?
According to Merton what are the forms of deviance and when does deviance occur?
Critical Theory:
What are Horkheimer’s subjective and objective reasons?
What are Marcuse’s individualistic and technological rationalities?
What is the cultural industry and how does it produce our mass culture? What are its commodities?
How does false consciousness affect society? What drives media? What are false and true needs?
What is standpoint epistemology and the matrix of domination?
In: Psychology
4.) Consider the titration of 100.0 mL of 0.016 M HOCl (Ka=3.5×10−8) with 0.0400 M NaOH.
Part A
How many milliliters of 0.0400 M NaOH are required to reach the equivalence point?
Part B
Calculate the pH after the addition of 10.0 mL of 0.0400 M NaOH.
Part C
Calculate the pH halfway to the equivalence point .
Part D
Calculate the pH at the equivalence point.
In: Chemistry
Multiple Production Department Factory Overhead Rates
The total factory overhead for Bardot Marine Company is budgeted for the year at $945,000, divided into two departments: Fabrication, $585,000, and Assembly, $360,000. Bardot Marine manufactures two types of boats: speedboats and bass boats. The speedboats require one direct labor hour in Fabrication and two direct labor hours in Assembly. The bass boats require four direct labor hours in Fabrication and four direct labor hours in Assembly. Each product is budgeted for 6,000 units of production for the year.
When required, round all per unit answers to the nearest cent.
a. Determine the total number of budgeted direct labor hours for the year in each department.
Fabrication | direct labor hours |
Assembly | direct labor hours |
b. Determine the departmental factory overhead rates for both departments.
Fabrication | $ per dlh |
Assembly | $ per dlh |
c. Determine the factory overhead allocated per unit for each product using the department factory overhead allocation rates.
Speedboat: | $ per unit |
Bass boat: | $ per unit |
In: Accounting
CSS and HTML multiple choice
Which of the following are true for vector images?
They have to be rasterized eventually.
They are good for photorealism.
They are good for drawing shapes and logos.
They are stored inefficiently.
They are resolution independent.
They are effectively bitmaps.
They are stored efficiently.
In: Computer Science
The following table provides some information on carbon dioxide solubility in water.
Sgas (mol L−1) |
Pgas (bar) |
kH (mol L−1 bar−1) |
T (∘C) |
0.0380 | 1.01 | 20.0 | |
0.0980 | 20.0 | ||
1.01 | 0.0340 | 25.0 |
Part A
What is the Henry's law constant for CO2 at 20∘C?
Express your answer in mol L−1 bar−1 to four decimal places.
|
|||
mol L−1 bar−1 |
SubmitHintsMy AnswersGive UpReview Part
Part B
What pressure is required to achieve a CO2 concentration of 0.0980 mol L−1 at 20∘C?
Express your answer to three significant figures and include the appropriate units.
|
||
SubmitHintsMy AnswersGive UpReview Part
Part C
At 1.01 bar, how many moles of CO2 are released by raising the temperature of 1 litre of water from 20∘C to 25∘C?
Express your answer to four decimal places and include the appropriate units.
In: Chemistry