int s=0, i;
for(i=1; i<=3; i++)
s=s +pow(i, 2)+1;
s=?
объект1-29
Quiz
•
Instructional Technology
•
University
•
Medium
NMRS _
Used 44+ times
FREE Resource
28 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int s=0, i;
for(i=1; i<=3; i++)
s=s +pow(i, 2)+1;
s=?
17
14
7
5
15
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int x=10, y;
while (x>=8) {
y=x/2;
printf(“y=%d”,y);
x-=4;}
5
5;4
4
10
8
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int z=4, w;
do
w=z/2
printf(“%d”,w) ;
z=z+2;
while (z>6); }
2;3
3
6
4
2
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int s=0, i, k;
for(i=1; i<=2; i++)
for(k=1; k<=2; k++)
s=s +pow(i, 2)+pow(k, 2);
printf(“%d”,s) ;
20
13
8
7
2
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int p=0, i;
for(i=1; i<=-2; i--)
p=p +abs(i);
printf(“%d”,p) ;
4
0
-2
1
3
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int p=1, i;
for(i=1; i<=4; i++)
p=p*i;
printf(“%d”,p) ;
24
28
32
112
27
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int x=3, y;
do
y=x/3;
printf(“%d”,y);
x+=3;
while (x>6);
1;2
3
1
3;6
2
30 questions
Mantenimiento y Redes de Cómputo
Quiz
•
10th Grade - Professi...
25 questions
Principios de Programación
Quiz
•
University
30 questions
Python-предметная олимпиада по программированию
Quiz
•
University
30 questions
Python 11
Quiz
•
University
25 questions
UTS Pemrograman Kompter 1
Quiz
•
University
23 questions
CONOCIMIENTOS BÁSICOS SOBRE EXCEL
Quiz
•
1st Grade - University
25 questions
Instituto Técnico de Educación Comfenalco
Quiz
•
University
25 questions
Examen de electrónica digital
Quiz
•
University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade