Test CLS 7 - Structura alternativă și structurile repetitive

Test CLS 7 - Structura alternativă și structurile repetitive

7th Grade

18 Qs

quiz-placeholder

Similar activities

Structura liniara clasa V

Structura liniara clasa V

6th - 8th Grade

14 Qs

Test model

Test model

7th Grade

18 Qs

Structura liniara clasa VII

Structura liniara clasa VII

7th Grade

20 Qs

Python Input, Print, and Expressions

Python Input, Print, and Expressions

7th Grade

14 Qs

HTML

HTML

5th Grade - Professional Development

16 Qs

Functions

Functions

6th - 7th Grade

20 Qs

Clone scratch

Clone scratch

4th Grade - University

23 Qs

основы C++

основы C++

6th Grade - University

14 Qs

Test CLS 7 - Structura alternativă și structurile repetitive

Test CLS 7 - Structura alternativă și structurile repetitive

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Varga Adorjan

Used 154+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Ce se afișează în urma executării următoarelor instrucțiuni?

int a=4,b=5;

if(a==b){ cout << "DA";}

else { cout << "NU";}

DA

NU

4

5

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Ce se afișează în urma executării următoarelor instrucțiuni?

int a=4,b=5;

if (a!=b) { cout << "DA"; }

else { cout << "NU";}

DA

NU

4

5

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Ce se afișează în urma executării următoarelor instrucțiuni?

int a=4,b=5;

if( a<b) { cout << "DA";}

else { cout << "NU";}

DA

NU

4

5

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Ce se afișează în urma executării următoarelor instrucțiuni?

int a=4,b=4;

if( a>=b) { cout << "DA";}

else { cout << "NU";}

DA

NU

4

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Ce se afișează în urma executării următoarelor instrucțiuni?

int a=4,b=10,x=3;

if( a<=x && x<=b) { cout << "DA";}

else { cout << "NU";}

DA

NU

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Ce se afișează în urma executării următoarelor instrucțiuni?

int a=4,b=5;

if( a == b-1 || b== a-1) { cout << "DA";}

else { cout << "NU";}

DA

NU

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Ce se afișează în urma executării următoarelor instrucțiuni?

int n=5;

if( n<5) { cout << "Corigent";}

else { cout << "Promovat";}

Corigent

Promovat

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?