Which of the following is a characteristic feature of a linear program? a) the presence of conditional
Which of the following is a characteristic feature of a linear program? a) the presence of conditional and unconditional branching operators b) the execution of operators in the order they are written c) the use of only assignment operators d) the presence of only one operator in each program. On the Pascal language on mathematical language, an expression looks like: sqrt(sqr(z)-4*z+9). What does this expression look like in mathematical language? a) \sqrt{z^{2}-4z+9} b) \sqrt[5]{z^{2}-4z+9} c) \left | z^{2}-4z+9 \right | d) (z^{4}-4z+9)^{2}. Establish the correspondence: a) abs(-8) 1) 8 b) sqr(6) 2) 1 c) 10 mod 3 3) 36. In Pascal, you can obtain the square root of x by.
Тень_5278 26
a) Характерной особенностью линейной программы является выполнение операторов в том порядке, в котором они написаны (ответ b).b) Представленное выражение на языке математики будет выглядеть следующим образом: \(\sqrt{z^{2}-4z+9}\) (ответ a).
c) Устанавливая соответствие, получим: abs(-8) соответствует ответу 1 (ответ: 1).