Questions
write c++ program. 1. Time converter 2. Length Converter 3. weight Converter 4.Currency Converter 5. Temprature...

write c++ program.
1. Time converter
2. Length Converter
3. weight Converter
4.Currency Converter
5. Temprature Converter (C to F and F to C)

time converter (minutes to second, second to minutes, hours to seconds, seconds to hours, minutes to hours, hours to minutes)

In: Computer Science

As a nurse explain the importance of these 1)Therapeutic Nurse-Patient Relationship 2)Professional Boundaries 3)Patient-Centered Care 4)Developing...

As a nurse explain the importance of these


1)Therapeutic Nurse-Patient Relationship

2)Professional Boundaries

3)Patient-Centered Care

4)Developing Effective Communication Skills

5)Avoiding Common Causes of Communication Breakdown

In: Nursing

Income Person (Yi) F(Yi) 1 79.6 0.1 2 138.7 0.2 3 173.1 0.3 4 187.8 0.4...

Income

Person

(Yi)

F(Yi)

1 79.6 0.1
2 138.7 0.2
3

173.1

0.3
4

187.8

0.4
5

201.3

0.5
6

226.6

0.6
7

247.4

0.7
8

289.2

0.8
9

322.8

0.9
10

587.9

1

A. The mean or average of the ranked above data for a village in Peru is:

a. $245.44

b. $345.44

c. $123.44

d. $200.56

B. Suppose that the covariance between the ranked income and the cumulative distribution of income is 33.24. The Gini coefficient for this village is approximately:

a. .212
b. .223

c. .271

d. .281

In: Math

Creat a theater booking system in java language using : 1.OOP objects -Classes 2.encapsulation 3.polymorphism 4.inheritance...

Creat a theater booking system in java language using :

1.OOP objects -Classes
2.encapsulation
3.polymorphism
4.inheritance
5.abstract class

In: Computer Science

Among the elements presented below are the general characteristics of Japanese culture and management: 1. keiretsus;...

Among the elements presented below are the general characteristics of Japanese culture and
management:
1. keiretsus;
2. Amae;
3. paternalism or familiarity;
4. zaibatsu;
5. habatsu.
Indicate the correct combination:
a. 1-2-3;
b. 2-3-4;
c. 3-4-5;
d. 1-2-4;
e. 2-3-5.

In: Operations Management

Let a be an element of a finite group G. The order of a is the...

Let a be an element of a finite group G. The order of a is the least power k such that ak = e.

Find the orders of following elements in S5

a. (1 2 3 )

b. (1 3 2 4)

c. (2 3) (1 4)

d. (1 2) (3 5 4)

In: Advanced Math

Problem 1. Determine the length, the size, and the minimal distance for each q-ary code C...

Problem 1. Determine the length, the size, and the minimal distance for each q-ary code C below. How many errors can each code correct? detect?

(a) C = { (0, 0, 0, 0, 0, 0), (0, 1, 1, 1, 1, 0), (1, 0, 0, 0, 0, 1), (1, 1, 1, 1, 1, 1) }. Here q = 2.

(b) C = { (0, 0, 0, 0, 0, 0, 0), (2, 1, 0, 2, 1, 0, 1), (2, 2, 2, 2, 2, 2, 2) }. Here q = 3.

(c) C = { (0, 1, 2, 3, 4), (1, 2, 3, 4, 0), (2, 3, 4, 0, 1), (3, 4, 0, 1, 2), (4, 0, 1, 2, 3) }. Here q = 5.

Problem 2. Assume the code from Problem 1(a) was used in transmission, and the following words were received. Decode each of these words using the nearest neighbour decoding algorithm. (The incomplete decoding version: if there is more than one nearest neighbour, declare an error.)

(a) (0, 1, 0, 0, 0, 0),

(b) (1, 1, 0, 0, 1, 1),

(c) (0, 1, 0, 1, 0, 1),

(d) (1, 1, 0, 0, 0, 0).

In: Advanced Math

Write a Java program that implements the Depth-First Search (DFS) algorithm. Input format: This is a...

Write a Java program that implements the Depth-First Search (DFS) algorithm.

Input format: This is a sample input from a user.

3

2

0 1

1 2

The first line (= 3 in the example) indicates that there are three vertices in the graph. You can assume that the first vertex starts from the number 0. The second line (= 2 in the example) represents the number of edges, and following two lines are the edge information. This is the graph with the input information.

Sample Run 0: Assume that the user typed the following lines

3

2

0 1

1 2

This is the correct output. Your program should display the mark array of DFS. For the problem, you can assume that the starting vertex is always 0. And also, you can assume that the graph is connected.

Mark[0]:1

Mark[1]:2

Mark[2]:3

Sample Run 1: Assume that the user typed the following lines

5

6

0 1

0 2

0 3

1 3

2 3

3 4

This is the correct output.

Mark[0]:1

Mark[1]:2

Mark[2]:5

Mark[3]:3

Mark[4]:4

Sample Run 2: Assume that the user typed the following lines

5

6

0 1

0 2

0 3

1 4

2 3

3 4

This is the correct output.

Mark[0]:1

Mark[1]:2

Mark[2]:4

Mark[3]:5

Mark[4]:3

In: Computer Science

Subject 4 George also believes that the mean of the average room rate in August for...

Subject 4

George also believes that the mean of the average room rate in August for 4 stars hotels is smaller than the mean of the average room rate in August for 5 stars hotels.

4.1 State the null and the alternative hypotheses.

4.2 Test the null hypothesis at α = 5%. Use a Student-t statistic and unequal variances in the two populations.

4.3 On the basis of your results, do you agree with George? Explain briefly.

STARS Total_Rooms Region_ID ARR_MAY ARR_AUG L_COST
5 412 1 95 160 2.165.000
5 313 1 94 173 2.214.985
5 265 1 81 174 1.393.550
5 204 1 131 225 2.460.634
5 172 1 90 195 1.151.600
5 133 1 71 136 801.469
5 127 1 85 114 1.072.000
4 322 1 70 159 1.608.013
4 241 1 64 109 793.009
4 172 1 68 148 1.383.854
4 121 1 64 132 494.566
4 70 1 59 128 437.684
4 65 1 25 63 83.000
3 93 1 76 130 626.000
3 75 1 40 60 37.735
3 69 1 60 70 256.658
3 66 1 51 65 230.000
3 54 1 65 90 200.000
2 68 1 45 55 199.000
1 57 1 35 90 11.720
4 38 1 22 51 59.200
4 27 1 70 100 130.000
3 47 1 60 120 255.020
3 32 1 40 60 3.500
3 27 1 48 55 20.906
2 48 1 52 60 284.569
2 39 1 53 104 107.447
2 35 1 80 110 64.702
2 23 1 40 50 6.500
1 25 1 59 128 156.316
4 10 1 90 105 15.950
3 18 1 94 104 722.069
2 17 1 29 53 6.121
2 29 1 26 44 30.000
1 21 1 42 54 5.700
1 23 1 30 35 50.237
2 15 1 47 50 19.670
1 8 1 31 49 7.888
1 20 1 35 45
1 11 1 40 55
1 15 1 40 55 3.500
1 18 1 35 40 112.181
3 23 1 40 55
4 10 1 57 97 30.000
2 26 1 35 40 3.575
5 306 2 113 235 2.074.000
5 240 2 61 132 1.312.601
5 330 2 112 240 434.237
5 139 2 100 130 495.000
4 353 2 87 152 1.511.457
4 324 2 112 211 1.800.000
4 276 2 95 160 2.050.000
4 221 2 47 102 623.117
4 200 2 77 178 796.026
4 117 2 48 91 360.000
3 170 2 60 104 538.848
3 122 2 25 33 568.536
5 57 2 68 140 300.000
4 62 2 55 75 249.205
3 98 2 38 75 150.000
3 75 2 45 70 220.000
3 62 2 45 90 50.302
5 50 2 100 180 517.729
4 27 2 180 250 51.000
3 44 2 38 84 75.704
3 33 2 99 218 271.724
3 25 2 45 95 118.049
2 42 2 28 40
2 30 2 30 55 40.000
1 44 2 16 35
3 10 2 40 70 10.000
2 18 2 60 100 10.000
1 18 2 16 20
2 73 2 22 41 70.000
2 21 2 55 100 12.000
1 22 2 40 100 20.000
1 25 2 80 120 36.277
1 25 2 80 120 36.277
1 31 2 18 35 10.450
3 16 2 80 100 14.300
2 15 2 30 45 4.296
1 12 2 40 65
1 11 2 30 50
1 16 2 25 70 379.498
1 22 2 30 35 1.520
4 12 2 215 265 45.000
4 34 2 133 218 96.619
2 37 2 35 95 270.000
2 25 2 100 150 60.000
2 10 2 70 100 12.500
5 270 3 60 90 1.934.820
5 261 3 119 211 3.000.000
5 219 3 93 162 1.675.995
5 280 3 81 138 903.000
5 378 3 44 128 2.429.367
5 181 3 100 187 1.143.850
5 166 3 98 183 900.000
5 119 3 100 150 600.000
5 174 3 102 211 2.500.000
5 124 3 103 160 1.103.939
4 112 3 40 56 363.825
4 227 3 69 123 1.538.000
4 161 3 112 213 1.370.968
4 216 3 80 124 1.339.903
3 102 3 53 91 173.481
4 96 3 73 134 210.000
4 97 3 94 120 441.737
4 56 3 70 100 96.000
3 72 3 40 75 177.833
3 62 3 50 90 252.390
3 78 3 70 120 377.182
3 74 3 80 95 111.000
3 33 3 85 120 238.000
3 30 3 50 80 45.000
3 39 3 30 68 50.000
3 32 3 30 100 40.000
2 25 3 32 55 61.766
2 41 3 50 90 166.903
2 24 3 70 120 116.056
2 49 3 30 73 41.000
2 43 3 94 120 195.821
4 9 3 100 180
2 20 3 70 120 96.713
2 32 3 19 45 6.500
2 14 3 35 70 5.500
2 14 3 50 80 4.000
1 13 3 25 45 15.000
1 13 3 30 50 9.500
2 53 3 55 80 48.200
3 11 3 95 120 3.000
1 16 3 25 31 27.084
1 21 3 16 40 30.000
1 21 3 16 40 20.000
1 46 3 19 23 43.549
1 21 3 30 40 10.000

In: Statistics and Probability

2. An investment of $425 is made at a nominal rate of 4% per year, with...

2. An investment of $425 is made at a nominal rate of 4% per year, with interest compounded monthly. How long will it take that investment to double?

a) Write the equation that you need to solve in order to answer this problem.

b) Show how to solve your equation TWO ways: graphically and symbolically. To solve graphically, clearly sketch the window you saw, give the dimensions of the window, label your curves, and give the coordinates of any point(s) of importance.

When solving symbolically, I want you to first find the EXACT answer, and then give an appropriate decimal approximation.

You may use natural logs and/or common logs, but logs of no other bases. Be sure the answer to the question asked is stated in a short sentence at the end of your work.

In: Finance