Instructiunea de decizie 9D

Instructiunea de decizie 9D

9th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

ПШ_C++_#1

ПШ_C++_#1

10th Grade

12 Qs

C++ - PEI

C++ - PEI

10th Grade

10 Qs

Test masive unidimensionale bidimensionale.

Test masive unidimensionale bidimensionale.

10th Grade

12 Qs

Quiz C++ Grade 10

Quiz C++ Grade 10

9th - 12th Grade

10 Qs

C++ - tipi, costanti variabili

C++ - tipi, costanti variabili

9th - 12th Grade

13 Qs

Вспоминаем условный оператор

Вспоминаем условный оператор

8th - 10th Grade

10 Qs

Coding C++ - X2

Coding C++ - X2

10th Grade

10 Qs

dasar c++

dasar c++

10th Grade

10 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?