
Introducere in C++

Quiz
•
Computers
•
7th Grade
•
Hard
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
Similar Resources on Wayground
10 questions
Programare cu C++ nivel 0-5

Quiz
•
6th - 8th Grade
10 questions
Programare cu C++ nivel 0-2

Quiz
•
6th - 8th Grade
15 questions
Web Design End of Quarter Study Quiz

Quiz
•
7th Grade
12 questions
HTML - Tags, elements, tables and images

Quiz
•
7th - 9th Grade
10 questions
Python

Quiz
•
1st - 10th Grade
12 questions
EXCEL

Quiz
•
7th Grade - University
12 questions
Introduction to Python Programming

Quiz
•
7th - 10th Grade
8 questions
ПРОГРАММИРОВАНИЕ НА С++ 8 КЛАСС

Quiz
•
7th - 8th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade