Test Cls 7 Sem I

Test Cls 7 Sem I

6th Grade

12 Qs

quiz-placeholder

Similar activities

Reference and Pointers in C++

Reference and Pointers in C++

6th - 8th Grade

10 Qs

C++ References

C++ References

6th - 12th Grade

12 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++

C++

6th - 8th Grade

10 Qs

Structura secventiala

Structura secventiala

6th - 8th Grade

8 Qs

Structura alternativă și operatori

Structura alternativă și operatori

6th - 8th Grade

8 Qs

Informatica

Informatica

6th Grade

10 Qs

HTML

HTML

5th Grade - Professional Development

16 Qs

Test Cls 7 Sem I

Test Cls 7 Sem I

Assessment

Quiz

Computers

6th Grade

Easy

Created by

Varga Adorjan

Used 14+ times

FREE Resource

12 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=7;

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=4;

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int n=5;

if( n%2==0) { cout << "Par";}

else { cout << "Impar";}

Par

Impar

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

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

int a=6,b=4;

if( a>b) { cout << a;}

else { cout << b;}

a

b

4

6

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

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

int i=1,n=4;

while(i<=n){ cout << i << " "; i++;}

1 2 3 4 5

0 1 2 3 4 5

1 2 3 4

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?