Cum te numești?
Structura repetitivă

Quiz
•
Computers
•
7th Grade
•
Hard

LILIANA URSACHE
Used 8+ times
FREE Resource
6 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câte structuri de control sunt în programarea structurată?
1
2
3
4
3.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Ce instrucțiuni alternative cunoașteți în C++?
if
while
for
switch
4.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Ce instrucțiuni repetitive cunoașteți în C++?
for
if
while
switch
5.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Care dintre secvențele de cod de mai jos calculează și afișează corect cmmdc-ul a două variabile a și b?
if (a!=b)
do
if (a>b) b-=a;
else a-=b;
while (a!=b);
cout<<a;
if (b!=0)
do {
r=a%b; a=b; b=r;
}
while (b!=0);
cout<<b;
if (a!=b)
do
if (a>b) a-=b;
else b-=a;
while (a!=b);
cout<<a;
if (b!=0)
do {
r=a%b; a=b; b=r;
}
while (b!=0);
cout<<a;
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Completați spațiile punctate încât secvența obținută să corespundă cerinței de mai jos:
Se citesc pe rând numere naturale până la introducerea valorii 0. Să se calculeze și afișeze produsul numerelor citite.
p=1;
cin>>a;
while(a!=0){
............;
cin>>a;
}
cout<<p;
Similar Resources on Quizizz
10 questions
Evaluación De programación0

Quiz
•
6th - 7th Grade
10 questions
Divizibilitate C++

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

Quiz
•
7th - 8th Grade
7 questions
Quiz 1 c++

Quiz
•
6th - 8th Grade
10 questions
Code.org ~ HTML & CSS Basics

Quiz
•
6th - 8th Grade
10 questions
Programming - Iteration, Basic Programming Constructs & Loop

Quiz
•
2nd - 12th Grade
10 questions
Python Basics Quiz

Quiz
•
7th Grade - University
10 questions
Bài tập trắc nghiệm C++

Quiz
•
3rd - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
11 questions
Decimal/fraction conversions quick check

Quiz
•
5th - 7th Grade
10 questions
Identifying equations

Quiz
•
KG - University
44 questions
El fin del año- 7th

Quiz
•
7th - 12th Grade
20 questions
Math Review

Quiz
•
7th Grade
14 questions
Subtracting Integers

Lesson
•
6th - 8th Grade
15 questions
Exponent Properties

Quiz
•
7th - 9th Grade