База ответов ИНТУИТ

Computer Architecture

<<- Назад к вопросам

For a loop for i from A by B to C while D do E the conditional value is:

(Отметьте один правильный вариант ответа.)

Варианты ответа
B
A
D(Верный ответ)
i
Похожие вопросы
For a loop for i from A by B to C while D do E and B>0 to repeat the loop:
For a loop for i from A by B to C while D do E and B<0 to repeat the loop:
For a loop for i from A by B to C while D do E the initial value is:
For a loop for i from A by B to C while D do E the step is:
A conditional branch checks the top of an integral stack and if it is false then:
A conditional branch checks the top of an integral stack and if it is true then:
For a formula a-b a reverse-minus machine program will be:
For formula a/b a reverse-division machine program will be:
For a formula a-f(x) a reverse-minus machine program will be:
If a record is struct (int a, real b) then it can be represented in a computer as: