Gjuhe programore -urdheresat ne C++

Gjuhe programore -urdheresat ne C++

11th Grade

12 Qs

quiz-placeholder

Similar activities

Java Shqip Elidon Mema

Java Shqip Elidon Mema

10th - 12th Grade

8 Qs

If-Else Statements in C++

If-Else Statements in C++

10th - 12th Grade

7 Qs

основы C++

основы C++

6th Grade - University

14 Qs

Loops

Loops

9th - 12th Grade

10 Qs

Vargjet njedimenzionale

Vargjet njedimenzionale

11th - 12th Grade

10 Qs

C++ Recursion

C++ Recursion

8th - 12th Grade

12 Qs

C++ Loops

C++ Loops

9th - 12th Grade

13 Qs

C++ cap. 4

C++ cap. 4

9th - 12th Grade

15 Qs

Gjuhe programore -urdheresat ne C++

Gjuhe programore -urdheresat ne C++

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Naime Ambari

Used 3+ times

FREE Resource

12 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Te krijohet variabla str e tipit string dhe ti ndahet vlera Pershendetje;

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Cfare do te printohet nga kodi ne vijim: string x = "20";

string y = "5";

string z = x + y;

cout<<z;

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

string lenda = "Informatika";

cout << lenda.size();

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Cfare duhet te plotesohet ne vendin bosh qe te fitohet fjala Bota.

string str= "Gota";

______________________

cout << str;

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Cili funksion nga CMath duhet te thirret per te llogaritur rrenjen katrore te 64?

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Te plotesohet vendi bosh brenda kllapave ashtu qe rezultati te del 1(True):

int x = 1;

int y = 8;

cout << ( ___<____ );

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Cfare do te printohet nga kodi i dhene:

int x = 12;

int y = 5;

if (x > y) {

cout << "Yes";

} {

cout << "No";

}

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?