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
Cum te numești?
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 Wayground
10 questions
Diagramas de Flujo

Quiz
•
7th - 10th Grade
10 questions
SDA Review Questions 51 - 60

Quiz
•
7th Grade
11 questions
C++ Functions

Quiz
•
6th - 8th Grade
10 questions
ICT Grade 7 Quiz

Quiz
•
7th Grade
10 questions
Tema if

Quiz
•
1st - 10th Grade
7 questions
C++ începători

Quiz
•
7th Grade
10 questions
Motion & Variables in Scratch

Quiz
•
6th - 7th Grade
10 questions
ÔN TẬP TIN 8 HK2 (1)

Quiz
•
7th 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