Instructiunea de decizie 9D

Instructiunea de decizie 9D

9th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

Сpp 1_3

Сpp 1_3

9th - 12th Grade

10 Qs

Vòng lặp for

Vòng lặp for

7th Grade - University

10 Qs

Графика в C++

Графика в C++

7th - 10th Grade

15 Qs

Mengenal Algoritma dan Pemrograman C++

Mengenal Algoritma dan Pemrograman C++

10th Grade - University

15 Qs

Algoritmi/C++

Algoritmi/C++

9th Grade

9 Qs

Post Test C++

Post Test C++

9th - 12th Grade

10 Qs

ПР_X_CPP

ПР_X_CPP

9th - 12th Grade

11 Qs

C++ Unit 1 Review

C++ Unit 1 Review

9th - 12th Grade

15 Qs

Instructiunea de decizie 9D

Instructiunea de decizie 9D

Assessment

Quiz

Computers

9th - 10th Grade

Hard

Created by

Cristina Oprea

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Care instructiune este corecta sintactic?

if (a>b);

cout<<a;

else;

cout<<b;

if (a>b)

cout<<a;

else

cout<<b;

if (a>b);

cout<<a;

else

cout<<b;

if (a>b)

cout<<a

else

cout<<b

if (a>b);

cout<<a

else;

cout<<b;

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Afirmatia urmatoare este adevarata?

+, -, *, /, % sunt operatori relationali

True

False

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Afirmatia urmatoare este adevarata?

<, <=, >, >=, ==, != sunt operatori relationali

True

False

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Afirmatia urmatoare este adevarata?

&& (AND), || (OR), ! (NOT) sunt operatori relationali

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Restul impartirii a doua numere reale se obtine folosind operatorul % (MOD)?

True

False

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Catul impartirii a doua numere intregi se obtine folosind operatorul / (DIV)?

True

False

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Pentru a verifica ca doua numere reale sunt egale se foloseste operatorul de

egalitate notat cu "=" (in C++)

True

False

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?