
cls a VIIa

Quiz
•
Computers
•
7th Grade
•
Hard
Iosifescu Cristina Corina
Used 12+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Compilarea si executarea unui program C++ se realizeaza utilizand tasta:
Del
F9
Shift
F5
2.
MULTIPLE SELECT QUESTION
15 mins • 1 pt
Expresia care testeaza in C++ daca un numar este sau nu par este:
x%10==0
x%2==1
x%2==0
x/2==0
3.
MULTIPLE CHOICE QUESTION
15 mins • 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;
4.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Care varianta dintre cele de mai jos conduce spre afisarea corecta a diferentei absolute (modul) a doua numere m si n?
if(a<b) cout<<a-b;
else cout<<b-a;
if(a<b) cout<<(a+b)/2;
else cout<<b-a;
if(a>b) cout<<a-b;
else cout<<b-a;
if(a<b) cout<<a-b/2;
else cout<<b/2-a;
5.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Care va fi rezultatul urmatoarei secvente pentru a=7 si b=3?
c=a;
a=b;
b=c;
a=3; b=7;
a=10; b=3;
a=3; b=10;
a=7; b=10;
6.
MULTIPLE SELECT QUESTION
15 mins • 1 pt
Alege din lista variabilele de tip intreg:
a=3
b=4.125
c=-4
d=154.01
7.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Fie variabilele a si b astfel:
a=5;
b=19;
Rezultatul expresiei (a>=b) este:
Adevarat
Fals
Similar Resources on Wayground
12 questions
C++ References

Quiz
•
6th - 12th Grade
8 questions
Structura secventiala

Quiz
•
6th - 8th Grade
10 questions
test C++

Quiz
•
7th Grade
10 questions
Programare cu C++ nivel incepatori 2

Quiz
•
6th - 8th Grade
10 questions
Programare cu C++ nivel medie 7

Quiz
•
6th - 8th Grade
10 questions
Линейные алгоритмы и вывод на экран

Quiz
•
7th Grade
8 questions
Kuiz Objektif – ASK Tingkatan 1 (SP 4.2.9)

Quiz
•
7th Grade
10 questions
Introduction to HTML

Quiz
•
2nd Grade - University
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd 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
25 questions
Exploring POV and Unreliable Narrators

Quiz
•
7th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
20 questions
Typing Practice

Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade