объект1-29

объект1-29

University

28 Qs

quiz-placeholder

Similar activities

info

info

University

28 Qs

Cuanto recuerdan de python

Cuanto recuerdan de python

University

28 Qs

Flutter Dart Assessment

Flutter Dart Assessment

University

26 Qs

27-50

27-50

University

23 Qs

Final de Programación

Final de Programación

University

25 Qs

TSH C++ Quiz

TSH C++ Quiz

University

30 Qs

TECH-IZZ

TECH-IZZ

University

25 Qs

C language quiz

C language quiz

University

30 Qs

объект1-29

объект1-29

Assessment

Quiz

Instructional Technology

University

Medium

Created by

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?