Programare cu C++ nivel incepatori 7

Programare cu C++ nivel incepatori 7

6th - 8th Grade

17 Qs

quiz-placeholder

Similar activities

Python: тестуваня

Python: тестуваня

8th Grade

12 Qs

Блиц по информатике

Блиц по информатике

1st - 11th Grade

18 Qs

Html Beginner

Html Beginner

6th - 11th Grade

19 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

Test CLS 7 - Structura alternativă și structurile repetitive

Test CLS 7 - Structura alternativă și structurile repetitive

7th Grade

18 Qs

Coding Fundamentals in C

Coding Fundamentals in C

6th Grade - Professional Development

12 Qs

Year 7 Lent

Year 7 Lent

7th Grade

20 Qs

C++ References

C++ References

6th - 12th Grade

12 Qs

Programare cu C++ nivel incepatori 7

Programare cu C++ nivel incepatori 7

Assessment

Quiz

Computers

6th - 8th Grade

Easy

Created by

Ali Cabas

Used 32+ times

FREE Resource

17 questions

Show all answers

1.

MATCH QUESTION

1 min • 1 pt

Care potiveste?

50

for(int i=10; i>0; i--)

5

for(int i=0; i<10; i+=2)

10

for(int i=0; i<100; i+=2)

infinit

for(int i=0; i>=0; i++)

0

for(int i=0; i<0; i++)

2.

REORDER QUESTION

1 min • 1 pt

Gasiti ordine.

if(a%3==0 && a%5==0)

cnt++;

}

cout << cnt;

cin >> n;

for(int i=0; i<n; i++)

{

cin >> a;

int n, a, cnt=0;

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Ce face programul respectiv?

Gaseste maximum nuamr par si de cate ori exista.

Gaseste maximum numar par cu 2 cifre.

Gaseste primul numar par cu 2 cifre.

Gaseste maximum numar.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

if(a%10==a/10%10 || a/1000>0 || a/10%10%2==1)

385

441

25

235

5.

MATCH QUESTION

1 min • 1 pt

Care potriveste?

a%2!=b%2

a sau b par

a%10==b%10

cel putin 4 cifre

a<10 && b<10

ultimele cifre egale

a%2==0 || b%2==0

paritate sunt diferite

a/1000>0 && b/1000>0

a si b sunt cifre

6.

REORDER QUESTION

1 min • 1 pt

Gasiti ordine.

cin >> n >> p;

int n, a, p, suma=0;

cout << cnt;

for(int i=1; i<n; i++)

{

cin >> a;

if(a%2==0 && a<p)

cnt++;

}

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Ce face programul respectiv?

Gaseste numarul de numere pare

Gaseste maximum numar cu ultimele 2 cifre egale

Gaseste primul numar cu ultimele 2 cifre egale

Gaseste numarul de numere cu ultimele 2 cifre egale

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?