logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1241409 total)

Parlant del balanç de situació d'una empresa, la tresoreria

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

Consider the following code fragment:

char str[] = "Multidimensional";

char *p = str + sizeof(str) - 1, ch = *--p;

printf("%c,%s", ch, str);

If the code fragment cannot be compiled, write [for compile-time error]. If the code fragment's execution causes undefined behavior, write [for undefined behavior]. Otherwise, write the exact text printed to standard output stream by the code fragment.

Brief side-note on undefined behavior: The C standard says that statements such as c = (b = a + 2) - (a = 1); and c = (b = a + 2) - (a = 1); cause undefined behavior [because we don't know whether the left or right operand of operator - is evaluated first]. When a program ventures into the realm of undefined behavior, all bets are off. The program may behave differently when compiled with different compilers. But that's not the only thing that can happen. The program may not compile in the first place, if it compiles it may not run, and if it does run, it may crash, behave erratically, or produce meaningless results. In other words, undefined behavior should be avoided like the plague.

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

Dentro de un balance el fondo de maniobra o fondo de rotación:

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

¿Cuál de las siguientes afirmaciones es falsa?

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

¿Qué respuesta no forma parte del activo, en un Balance de Situación?

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

In the table below we could see the monthly oincome of 1000 workers from a factory. Find the coefficient of variation and teh standard deviation of the incomes. Round your answer.

Monthly income

Frequency (ni)

[0 - 1000)

180

[1000 - 2000)

320

[2000 - 3000)

230

[3000 - 4000)

140

[4000 - 5000)

90

Over 5000

40

Total

1000

 

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

Dentro del Balance de Situación, la amortización acumulada

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

Para la inversión

- 1.000 / 300 / 400 / 500 / 600

con una rentabilidad requerida si no hubiera inflación del 4% y con una tasa anual media de inflación prevista del 2%, podemos afirmar que

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

Consider the following code fragment:

char str[] = "bresenhams";

char *p = str + sizeof(str) - 8, ch = *++p;

printf("%c,%s", ch, str);

If the code fragment cannot be compiled, write [for compile-time error]. If the code fragment's execution causes undefined behavior, write [for undefined behavior]. Otherwise, write the exact text printed to standard output stream by the code fragment.

Brief side-note on undefined behavior: The C standard says that statements such as c = (b = a + 2) - (a = 1); and c = (b = a + 2) - (a = 1); cause undefined behavior [because we don't know whether the left or right operand of operator - is evaluated first]. When a program ventures into the realm of undefined behavior, all bets are off. The program may behave differently when compiled with different compilers. But that's not the only thing that can happen. The program may not compile in the first place, if it compiles it may not run, and if it does run, it may crash, behave erratically, or produce meaningless results. In other words, undefined behavior should be avoided like the plague.

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

En el Activo de un balance de situación

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