Introducere in C++

Introducere in C++

7th Grade

11 Qs

quiz-placeholder

Similar activities

Ôn tập Xâu Tệp Chương Trình Con

Ôn tập Xâu Tệp Chương Trình Con

KG - 12th Grade

10 Qs

Python 7 клас

Python 7 клас

7th Grade

10 Qs

7A CONDITINOALS

7A CONDITINOALS

7th Grade

14 Qs

C++ Coding Problems

C++ Coding Problems

4th Grade - Professional Development

10 Qs

Quiz 1 c++

Quiz 1 c++

6th - 8th Grade

7 Qs

4--ข้อสอบ ภาษาไพทอน ม.1

4--ข้อสอบ ภาษาไพทอน ม.1

7th Grade

10 Qs

Structura repetitivă

Structura repetitivă

7th Grade

6 Qs

Divizibilitate C++

Divizibilitate C++

5th - 9th Grade

10 Qs

Introducere in C++

Introducere in C++

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Marius Barnea

Used 5+ 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?