Questions
Write an application case study with network design diagram including the following topics: - IoT -...

Write an application case study with network design diagram including the following topics: - IoT - Bluetooth - Fog Computing - Redundant - Resilient and measures of resilience - Troubleshooting with half split and move method Highlight in bold each of the above keywords.

In: Computer Science

Write an introduction on "how vinegar and water solution affect the rate of seed germination". the...

Write an introduction on "how vinegar and water solution affect the rate of seed germination".

the introduction should include :

1 - Relevant background information

2 - A clear stated hypothesis with justification

3 - You must include at least three literature citations ( use in-text citations and provide the full citations)

In: Biology

1. An analyst find that the t-score for a statistical comparison of the average number of...

1.
An analyst find that the t-score for a statistical comparison of the average number of citations issued between two groups of officers issued is 3.45 with a statistical significance of .09. The analyst should conclude:

A. That there is no differnece in the average number of citations issued between the two groups of officers.

B. That there is a difference in the average number of citations issued between the two groups of officers.

C. Nothing, this is not an appropriate statistical test for data measured at this level of measurement.

D. Nothing, these data are inconclusive




2.
An analyst find that the t-score for a statistical comparison of the average number of citations issued between two groups of officers issued is 3.45 with a statistical significance of .05. The analyst should conclude:

A. That there is no differnece in the average number of citations issued between the two groups of officers.

B. That there is a difference in the average number of citations issued between the two groups of officers.

C. Nothing, this is not an appropriate statistical test for data measured at this level of measurement.

D. Nothing, these data are inconclusive


In: Statistics and Probability

What is the maximum percentage of the paid health insurance premium for which an eligible non-profit...

What is the maximum percentage of the paid health insurance premium for which an eligible non-profit small employer could be eligible as a tax credit in 2018?

In: Accounting

One tents has provided their per-unit sales and cost information for the year ended December 31,...

One tents has provided their per-unit sales and cost information for the year ended December 31, 2018. All per-unit costs below are based on the production and sale of 3,000 name tents. the relevant range is 0 - 3,500 tents

Sales $45

Costs

variable costs

direct materials 5

direct labor 7

Manufacturing Overhead 13

Period Costs 4

Fixed Costs

Manufacturing Overhead 5

Period cost 7

1. if 2000 tents are produced and sold, what is the product cost per tent?

2. what is the fixed cost per tent at 1000 tents( including costs) produced and sold?

3. what are the total fixed costs in this example at 2000 name tent (produced and sold)?

4. what are the total variable costs in this example at 2000 name tents (produced and sold)?

5. what are the total period costs at 2000 name tents(produced and sold)?

6. will Nancy's turn a profit if they sell 2000 name tents?

7. what is the cost equation of nancy's?

8. what is the contribution margin per unit?

9. how many units does nancy need to sell in order to break even if she them at the price listed at above?

10. if nancy expects to sell only 2000 tents, what price should she charge to break even?

In: Accounting

(a) Suppose you are given the following data: Currency outside banks $2000 Personal deposits at chartered...

(a) Suppose you are given the following data:

Currency outside banks $2000 Personal deposits at chartered banks $20000

Non-personal demand and notice deposits at chartered banks $20000

Deposits at other financial institutions (TMLs, CUCPs, government-owned saving institutions, money market mutual funds and life insurance company individual annuities) $10000

Non-personal term and foreign currency deposits $10000

What are M2, M3 and M2+? Assume adjustments to the various aggregates are zero (b) Should a $100 bill stuffed in your mattress be counted as M2? Why?

In: Economics

The IRS policy statement states that imposing penalties, when warranted, enhances voluntary compliance. Back in 2000,...

The IRS policy statement states that imposing penalties, when warranted, enhances voluntary compliance. Back in 2000, I worked with a professor writing a book on the motivations that go into designing a punishment. According to Professor Nicholas Kittrie of American University Law School, there are various non-exclusive motivations behind any sanction: (1) punishment, (2) deterrence, (3) retribution (aka "just deserts"), (4) incapacitation (physical prevention of repeating the offense), (5) rehabilitation, and (6) victim rehabilitation.

What motivations do you think underlie the non-criminal penalties and the criminal penalties?

In: Accounting

Check errors and revise/update this java code below and update with OOp class; at least make...

  1. Check errors and revise/update this java code below and update with OOp class; at least make two classes, use java library, validate user input, format and create UML/Pseudocode and flowchart for the code.

import java.util.Scanner;

public class TestScore

{

   public static void main(String[] args) {

       String firstName;

       String lastName;

       int numTest;

       int i;

       int score;

       double totalScore;

       double avgScore;

       String grade;

       Scanner input = new Scanner(System.in);

       System.out.println("Enter First Name");

       firstName = input.nextLine();

       System.out.println("Enter Last Name");

       lastName = input.nextLine();

       System.out.println("How many test score do you want to enter: ");

       numTest = input.nextInt();

       while(!input.hasNextDouble())

       {

           numTest = input.nextInt();

           System.out.println("Invalid entry, try again");

       }

       totalScore = 0;

       for (i = 0; i <= numTest - 1; i++) {

           score = input.nextInt();

           totalScore = totalScore + score;

       }

       avgScore = totalScore / numTest;

       if (avgScore >= 90) {

           grade = "A";

       } else {

           if (avgScore >= 80) {

               grade = "B";

           } else {

               if (avgScore >= 75) {

                   grade = "C";

               } else {

                   if (avgScore >= 50) {

                       grade = "D";

                   } else {

                       grade = "F";

                   }

               }

           }

       }

       System.out.println(firstName + " " + lastName + " " + avgScore + " " + grade);

   }

}

In: Computer Science

Database __________ which is the logical design of the database, and the database _______ which is...

Database __________ which is the logical design of the database, and the database _______ which is a snapshot of the data in the database at a given instant in time.
a) Instance, Schema
b) Relation, Schema
c) Relation, Domain
d) Schema, Instance

In: Computer Science

In wire drawing, is there a difference and if so how much is the force required...

In wire drawing, is there a difference and if so how much is the force required to draw a wire from cross sectional area of A0 down to A1 in one operation as compared to drawing it through two dies in tandem. Assume that there is friction but no redundant work

In: Mechanical Engineering