
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
Викторина по Python (Урок 1-2)

Quiz
•
5th - 11th Grade
10 questions
KS3 GCSE Computer Science (Programming / Python)

Quiz
•
7th - 11th Grade
15 questions
Test 1 Python (2024-2025)

Quiz
•
6th - 8th Grade
10 questions
HTML Basics

Quiz
•
7th - 10th Grade
10 questions
Class 7 HTML

Quiz
•
5th - 7th Grade
10 questions
Tables in HTML

Quiz
•
7th - 8th Grade
12 questions
C++

Quiz
•
7th Grade
8 questions
Structura alternativă și operatori

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

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade
25 questions
How to Email a Teacher- https://youtu.be/NioeNhfpVfI

Quiz
•
6th - 8th Grade
20 questions
Computer Hardware

Quiz
•
6th - 8th Grade
21 questions
Gear Ratio Practice

Quiz
•
6th - 8th Grade