De câte ori se va executa ciclu?
For k:=2 to 7 write('Instrucțiunea 1');
Operatori ciclici
Quiz
•
Computers
•
10th Grade
•
Medium
Veronika Katan
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
De câte ori se va executa ciclu?
For k:=2 to 7 write('Instrucțiunea 1');
9
6
7
2
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Ce valoare va primi variabila x după efectuarea următorului
fragment de program?
x:=1;
while x<10 do begin x:=x+3;
x:=x+1; end;
10
5
13
11
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Ce se va afișa in urma executării următoarei secvențe de program?
S:=0;
for k:=8 to 12 do S:=S+12 ;
write(s);
Eroare în execuție
60
48
32
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Care valoare va primi variabila y după executarea următorului fragment de program?
y:=1;
while y<100 do begin y:=y*2; end;
0
64
36
128
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Care valoare va primi variabila x după executarea următorului fragment de program?
x:=1;
while x<10 do x:=x+3; x:=x+1;
9
7
11
10
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Ce se va afișa la ecran în urma executării următorului fragment de program :
p:=1;
for k:=5 downto 1 do p:=p*k;
write(p);
120
5
60
Eroare în program
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Ce se va afișa la ecran în urma executării următorului fragment de program :
S:=0;
for j:=10 to 15 do s:=s+2*j;
writeln(s);
150
120
100
15
9 questions
Test-C++Tablouri unidiensionale-prof. Tudor V
Quiz
•
10th Grade - University
10 questions
Instrucțiuniea IF, C++
Quiz
•
10th Grade
10 questions
Programming - Iteration, Basic Programming Constructs & Loop
Quiz
•
2nd - 12th Grade
13 questions
KS4 Python While Loops and For Loops
Quiz
•
9th - 11th Grade
10 questions
Programming - Selection in an Algorithm
Quiz
•
1st - 11th Grade
8 questions
Siruri_de_caractere_2
Quiz
•
10th - 11th Grade
15 questions
Python Casting and Input
Quiz
•
8th - 11th Grade
15 questions
PTS Algoritma dan Pemrograman
Quiz
•
9th - 12th Grade
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
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University