Test CLS 7 - Structura alternativă și structurile repetitive

Test CLS 7 - Structura alternativă și structurile repetitive

7th Grade

18 Qs

quiz-placeholder

Similar activities

C++ Quiz Part III

C++ Quiz Part III

7th - 12th Grade

14 Qs

Informatica clasa aVII-a

Informatica clasa aVII-a

7th - 8th Grade

19 Qs

Classes in C++

Classes in C++

6th - 9th Grade

14 Qs

Python 2 модуль

Python 2 модуль

4th - 11th Grade

18 Qs

Buổi 6 _1

Buổi 6 _1

6th - 8th Grade

15 Qs

c++ - klasa 8

c++ - klasa 8

1st - 8th Grade

20 Qs

Introduction to HTML

Introduction to HTML

7th Grade

20 Qs

Kod Arahan HTML (ASK Tingkatan 1)

Kod Arahan HTML (ASK Tingkatan 1)

7th Grade

15 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

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?