Introducere in C++

Introducere in C++

7th Grade

11 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

C++

C++

6th - 8th Grade

10 Qs

C++ Functions

C++ Functions

6th - 8th Grade

11 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++ While Loops

C++ While Loops

6th - 8th Grade

15 Qs

BÀI THỰC HÀNH 2

BÀI THỰC HÀNH 2

7th - 8th Grade

13 Qs

main.cpp

main.cpp

7th - 12th Grade

16 Qs

Introducere in C++

Introducere in C++

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Marius Barnea

Used 4+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Care din urmatoarele variante citesc doua numere întregi de maxim 9 cifre?


int a;

float c;

cin>>a>>b>>c;


int a, b;

cin>>b;

float a, b;

cin>>a>>b;


int a, b;

cin>>a>>b;

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Alege rezultatul corect pentru afisarea de mai jos:

int a=16, b=5;

cout<<a/b;

1

3

3,2

11

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Alege rezultatul corect pentru afisarea de mai jos:

int a=14, b=5;

cout<<a/(float)b;

1

2

2,8

3

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Care din urmatoarele variante afiseaza 1+7=8?

int a=1, b=7;

cout<<"a+b=8";


int a=1, b=7;

cout<<a<<"+"<<b<<"=a+b";

int a=1, b=7;

cout<<a<<"+"<<b<<"="<<a+b;


int a=1, b=7;

cout<<"1+7="<<a*b;

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Pentru a afisa pe ecran mesjul, (Ora de informatica si TIC), folosim....

cout<<"Ora de informatica si TIC";


cout>>"Ora de informatica si TIC";

cin>>"Ora de informatica si TIC";


cin<<"Ora de informatica si TIC";

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Alege varianta corecta pentru variabila: a=3,14159

bool

int

long long

float

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Alege varianta corecta pentru variabila: a=1234

float

bool

int

long long

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?