Answer:
$264.00
Explanation:
Calculation to determine What will you enter on the NET DEPOSIT line
First step is to calculate the Total deposit checks
Total deposit checks = $72.50 +$65.25
Total deposit checks= $137.75
Second step is to add up the amount she has in the account.
6 ones = $11
4 fives = $20
4 tens = $40
4 twenties = $80
6 nickels = $0.30
12 dimes = $1.20
15 quarters = $4.00
Total 156.5
Now let calculate What will you enter on the NET DEPOSIT line
NET DEPOSIT line=($137.75+156.5)
NET DEPOSIT line=$294.25
NET DEPOSIT line=$294.00
Therefore What will you enter on the NET DEPOSIT line is $294.00
To calculate the standard quantity per unit of direct materials all the give options are used.
Direct materials requirements per unit of finished product, allowance for rejects and allowance for waste and spoilage Direct materials are the resources and materials used in the production of a product that can be immediately linked to that product.
Typically, a product's bill of materials contains a list of the materials that have been recognised as direct materials. The unit quantities and average costs of each material used in a product are listed in the bill of materials, which may also include an allocation for overhead.
Learn more about Direct materials here:
brainly.com/question/28215450
#SPJ4
Explanation:
<em>Structure of the information systems in Health Network:</em>
-Software: It is made up of 1000 production servers that make it possible for users to access the different services through the web.
-Hardware: It is made up of the three data centers that are the sites or facilities that contain the information systems, we can also include the 650 corporate laptops and mobile devices.
-Personal: These are the users who receive the benefits, such as all the potential clients, the doctors who provide their services, and all the personnel who work in the data centers.
<em>Main objective and scope of the project in Health Network:</em>
A risk mitigation plan must be developed that allows to face the various threats previously identified.
As the main scope of the project, a BCP (business continuity plan) must be developed that allows employees to continue working remotely and safely from the web.
A computer strategy should be considered that allows employees to access the payroll and accounting application from their homes during winter storms.
Answer:
A statement that assigns freeBooks the appropriate value based on the values of the boolean variable isPremiumCustomer and the int variable nbooksPurchased.
if(nbooksPurchased > 4){
if(isPremiumCustomer){
freeBooks = 1;
if(nbooksPurchased > 7){
freeBooks = 2;
}
}else{
freeBooks = 0;
if(nbooksPurchased > 6){
freeBooks = 1;
}
if(nbooksPurchased > 11){
freeBooks = 2;
}
}
}else{freeBooks = 0;}
Explanation:
Answer: review your strengths, weaknesses, and career goals