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

Introduction to performance optimization using Intel SW tools

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

Choose the correct statements for this code:
S1 PI = 3.14S2 R  = 5S3 AREA = PI*R **2

(Ответ считается верным, если отмечены все правильные варианты ответов.)

Варианты ответа
<S1,S2,S3> is equivalent to <S1,S3,S2>
there is the dependency - <S1,S3> (Верный ответ)
there is the dependency - <S1,S2>
<S1,S2,S3> is equivalent to <S2,S1,S3>(Верный ответ)
there is the dependency - <S2,S3>(Верный ответ)
Похожие вопросы
Choose the correct statements for the code:
DO I=1,N  S1 A(I) = B(I) + 1   S2 B(I+1) = A(I) – 5END DO
Choose the correct statements
Choose the correct statements
Choose the correct statement(s)
Choose the correct statement(s)
Choose the correct statement
Choose the correct statement(s)
Choose the code resulting to the loop peeling for:
p = 10; for (i=0; i<10; ++i) {     y[i] = x[i] + x[p];   p = i;} 
What benefits would give correct code formatting?
Choose code fragments which are good for optimizing