100-150

100-150

University

51 Qs

quiz-placeholder

Similar activities

Java Midterm Practice

Java Midterm Practice

University

46 Qs

Estructura de datos B2

Estructura de datos B2

University

50 Qs

python

python

5th Grade - Professional Development

50 Qs

CTDL_4

CTDL_4

University

50 Qs

Modules 1-3 Quizzes

Modules 1-3 Quizzes

University

54 Qs

CTDL_1

CTDL_1

University

50 Qs

Exercícios Java

Exercícios Java

University

46 Qs

CNPM 4

CNPM 4

University

50 Qs

100-150

100-150

Assessment

Quiz

Created by

NMRS _

Instructional Technology

University

15 plays

Hard

51 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

float const PI=3.14159;

float s, r=2;

s=PI*r*r;

 

PI=?

3.14159

12.56

3.14

3.1416

12.6

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int  a=2, b, c;

b=2*a+1;

c=2*a+b;

a=-c;

 

c=?

-9

2

5

-8

-5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

float  a=2.1, b=3.2, c;

b=b+a;

a= -a;

c=a+b;

 

c=?

3.2

2.1

5.3

7.4

6.4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int x=1,y,z;

y=x+3;

x= -x;

z=2*x+y;

 

x=?

-1

2

4

6

3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1) char  e2[34];        

         2) double f[2];

         3) float const A:=7.1, B:=8;

         4) int x;

         5) float z=3.45211;

         Қайсы  қатарда  қате  бар ?        

3

1

5

2

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1) #include <conio.h>

2) double const L=5.1;

3) String did[5];

4) static float  prof(int x, int y, float u);

5) float  fool(float cn, float prm);

Қайсы  қатарда  қате  бар ?

3

1

4

2

5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1) #include <math.h>

2) cout <<”Компьютерная игра”;

3) #define NUMBER  5

        4) if (x>0) or (x<=2)  y=sqrt(x);

        5) for(float x=1; ; x+=0.2)

Қайсы  қатарда  қате  бар ?

4

2

1

5

3

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?