logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1401764 total)

How would you calculate the following in Excel?

Переглянути це питання

How would you describe the plot below?

0%
0%
0%
0%
Переглянути це питання

Which is the correct approach for when we want to have Excel evaluate an IF statement for 2 different logic conditions? (for example B2>5 and B2<10).

0%
0%
0%
0%
Переглянути це питання

What does it mean when a regression curve "overfits" the data?

Переглянути це питання

For the above spreadsheet, how would you calculate the average of these cells?

Переглянути це питання

In the above spreadsheet, the density value (cell E1) and g value (cell E2) are constants. How can the formula in cell B2 be modified to ensure that the density and g values do not change when the formula is applied to cells B3:B6?

0%
0%
0%
0%
Переглянути це питання

How would you calculate the tangent of 30 degrees in Excel?

Переглянути це питання

Match the description of the data to the chart type that would be best to plot the data. (Hint: each chart type is only used once)

Переглянути це питання

Cree un clase llamada Rectangulo, con los siguientes elementos

  • Atributos privados para la altura y el largo (como doubles)
  • Un constructor que permite inicializar la altura y largo del rectángulo
  • Métodos para calcular el área y el perímetro
  • Un método que permita saber si el Rectángulo es también un cuadrado.

Copie y pegue el código de Java que cumple con lo especificado

Переглянути це питання

Desarrolle un programa que procese una frase de texto almacenada como String. El programa debe:

  • Contar cuántas palabras tiene la frase.
  • Crear un acrónimo con la letra inicial de cada palabra, siempre que esta esté en mayúsculas.
Por ejemplo, con la frase: "República Federal de América Central", debe contar que hay 5 palabras y crear el acrónimo "RFAC"

NOTA

IMPORTANTE: En su respuesta, copie y pegue el código de Java, sin

ningún texto adicional, solamente comentarios de código si lo considera

necesario. Su código debe estar listo para correr en Java sin generar

ningún error.

Переглянути це питання