Programare cu C++ nivel medie 1

Programare cu C++ nivel medie 1

4th - 8th Grade

12 Qs

quiz-placeholder

Similar activities

HTML basics

HTML basics

5th - 10th Grade

10 Qs

Making Websites Quiz Y9

Making Websites Quiz Y9

8th - 9th Grade

14 Qs

HTML Quiz 1 Review

HTML Quiz 1 Review

7th - 12th Grade

11 Qs

Instrukcje warunkowe

Instrukcje warunkowe

8th Grade

16 Qs

bài 6 Câu lệnh điều kiện

bài 6 Câu lệnh điều kiện

1st - 12th Grade

10 Qs

Test Cls 7 Sem I

Test Cls 7 Sem I

6th Grade

12 Qs

Web Design End of Quarter Study Quiz

Web Design End of Quarter Study Quiz

7th Grade

15 Qs

HTML - Tags, elements, tables and images

HTML - Tags, elements, tables and images

7th - 9th Grade

12 Qs

Programare cu C++ nivel medie 1

Programare cu C++ nivel medie 1

Assessment

Quiz

Computers

4th - 8th Grade

Easy

Created by

Ali Cabas

Used 25+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Cum putem sa verificam daca un număr are exact 2 sau 4 cifre?

if(a>9 && a<10000)

if(a>9 && a<100 && a>999 && a<1000)

if((a>9 && a<100) || (a>999 && a<1000))

if(a<10000 || a<100)

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Cum verificați daca un număr este par cu exact 3 cifre?

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

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

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

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

3.

REORDER QUESTION

1 min • 1 pt

Programul scris afișează numărul mai mare, găsiți ordine corecta.

else

cout << b;

int a, b;

if(a>b)

cout << a;

cin >> a >> b;

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

if(a>9 && a<100 && a%2==1)

34

154

155

55

5.

MATCH QUESTION

1 min • 1 pt

Care potriveste?

a/100>1

are o cifra

a<10

ultima cifra

a%2==0

penultima cifra

a%10

par

a/10%10

are cel putin 3 cifre

6.

REORDER QUESTION

1 min • 1 pt

Programul respectiv gaseste daca toate numerele sunt, afiseaza da sau nu.

Gasiti ordine.

if(a==b && b==c)

cout << "da";

cin >>a>>b>>c;

else

cout << "nu";

int a, b, c, cnt=0;

7.

MATCH QUESTION

1 min • 1 pt

Care potriveste?

2010

if(a/1000>1 && a%2==1)

43

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

2504

if(a/100%10>a%10)

2005

if(a<100 && a/10%10%2==0)

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?