Answer:
True is the correct answer for the above question.
Explanation:
- An online survey is done with the help of social sites that connects many people in conversation from all over the world. So to do an effective survey, it is best to choose the online medium.
- The administrative professional is a professional, who works to do administrative tasks like managing the organization.
- The above question-statement says that the online survey is the best survey, which is the correct statement, which is described above. Hence the answer is true for the above question.
Answer:
int costOfBusRental;
int maxBusRiders;
int costPerRider;
costPerRider = costOfBusRental/maxBusRiders;
Explanation:
The costPerRider is the total cost of renting the bus (costofBusRental) divided by all the bus users (maxBusRiders). So we declare the three variables to be of type int as required by the question.
Answer:
INPUT "Enter the length";l
INPUT "Enter the width";w
PRINT "The area is ";l*w
Answer:
White, the color value is 0xFFFFFF
Explanation:
Each segment is 8-bits, which totals to 255 in base-10 value, or 0xFF in hexadecimal.
11111111₂ == 255₁₀ == 0xFF₁₆
so
Red Green Blue
11111111 11111111 11111111
FF FF FF
When all 3 color values are turned on at max value (255), they produce white.
The answer is (c.) synthetic rubber
The impeller pump in some outboard motor is made of synthetic rubber. The purpose of the impeller in the motor is for the cooling. It is used to pump the water to the engine from below. It has a standard design and it only uses rubber as the material.