Programare cu C++ nivel 0-2

Programare cu C++ nivel 0-2

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Условный оператор. Вспомнить всё

Условный оператор. Вспомнить всё

8th - 9th Grade

10 Qs

Câu lệnh điều kiện

Câu lệnh điều kiện

8th Grade

15 Qs

Evaluación De programación0

Evaluación De programación0

6th - 7th Grade

10 Qs

HTML

HTML

8th Grade

15 Qs

Условный оператор Паскаль

Условный оператор Паскаль

8th Grade

10 Qs

CẤU TRÚC RẼ NHÁNH - Tin 8 (1)

CẤU TRÚC RẼ NHÁNH - Tin 8 (1)

8th Grade

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

C++ Quiz 2: Logic and Flow Controls

C++ Quiz 2: Logic and Flow Controls

7th - 12th Grade

7 Qs

Programare cu C++ nivel 0-2

Programare cu C++ nivel 0-2

Assessment

Quiz

Computers

6th - 8th Grade

Easy

Created by

Ali Cabas

Used 13+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

cout << "****";

cout << "****" << endl;

cout << "****";

cout << "****";

****

********

****

********

********

************

****

****

****

****

****

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

cout << "****" << endl << "****" << endl << "****" << endl << "****";

****

****

****

****

****************

********

********

**** **** **** ****

3.

MATCH QUESTION

45 sec • 1 pt

Care se potriveste?

endl

Afisare

==

Trece la urmatorul linie

!=

Egal

cin

Citirea

cout

Diferit

4.

REORDER QUESTION

45 sec • 1 pt

Gasiti ordine

int a, b , c;

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

cout << "Egale";

cin >> a >> b >> c;

else

cout << "Diferit";

5.

MATCH QUESTION

1 min • 1 pt

Care se potriveste?

37

if(a>9 && a<100)

412

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

5

if(a%2==0)

273

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

42

if(a<10)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Care program scris corect?

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

cout << "1";

else cout << "2";

else if(a!=b && b!=c) cout << "3";

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

cout << "1";

if else cout << "2";

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

cout << "1";

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

cout << "2";

else cout << "3";

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

cout << "1";

else cout << "2";

7.

REORDER QUESTION

1 min • 1 pt

Gasiti ordine.

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

cout << "2";

int a, b, c;

cin >> a >> b >> c;

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

cout << "1";

else

cout << "0";

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?