Programare cu C++ nivel 0-5

Programare cu C++ nivel 0-5

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Vòng lặp for

Vòng lặp for

7th Grade - University

10 Qs

Bài tập trắc nghiệm C++

Bài tập trắc nghiệm C++

3rd - 12th Grade

10 Qs

Test Cls 7 Sem I

Test Cls 7 Sem I

6th Grade

12 Qs

C++ Operators

C++ Operators

6th - 8th Grade

12 Qs

Buổi 2 C++ Cơ bản

Buổi 2 C++ Cơ bản

6th Grade

10 Qs

Programare cu C++ nivel incepatori 3

Programare cu C++ nivel incepatori 3

6th - 8th Grade

10 Qs

Programare cu C++ nivel 0-2

Programare cu C++ nivel 0-2

6th - 8th Grade

10 Qs

Programare cu C++ nivel 0-3

Programare cu C++ nivel 0-3

6th - 8th Grade

10 Qs

Programare cu C++ nivel 0-5

Programare cu C++ nivel 0-5

Assessment

Quiz

Computers

6th - 8th Grade

Easy

Created by

Ali Cabas

Used 33+ times

FREE Resource

10 questions

Show all answers

1.

MATCH QUESTION

1 min • 1 pt

Care se potriveste?

43 103

if(a%10==b%10)

145 77

if(a%10==3 && b%10==3)

157 2004

if(a%2==0 && b%2==0)

45 75

if(a%2==1 && b%2==1 && a>b)

38 132

if(a>99 && b>99)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if( (a%10==3 || a%10==7) && a>99)

73

43

155

103

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if(a>99 && a<1000 && a%2==0)

348

347

105

48

4.

REORDER QUESTION

1 min • 1 pt

Gasiti ordine.

int a, b, c, s=0, p=0;

s=a+b+c;

p=a*b*c;

if(s==p)

cout << 1;

cin>>a>>b>>c;

else

cout << 0;

5.

MATCH QUESTION

45 sec • 1 pt

Care se potriveste

a%2==0

Par

!=

Ultima cifra

==

Impar

a%2==1

Egale

a%10

Diferit de

6.

DRAG AND DROP QUESTION

1 min • 1 pt

cout << "ultima cifra din numarul a: " ​ (a)   a​ (b)   ​ (c)   ;

<<
%
10
2
!=
==
>>
endl

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

if( (a%10==3 && b%10==3) || (a>99 && b>99) )

43 125

127 83

101 203

33 44

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?