
Instrucțiuni repetitive
Authored by Gabriela Izbas
Computers, Instructional Technology, Other
9th - 12th Grade
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Care sunt instrucțiuni repetitive?
For
If
While
Repeat
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Care poate fi sintaxa instrucțiunii For?
For selector := val_min downto val_max;
For contor := val_min to val_max;
For selector = val_min to val_max
For contor : val_min to val_max
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Ce se va afișa?
p:=1;
For i:=1 to 2 do p:=sqr(i)*p; writeln(p);
4
9
1
3
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Ce se va afișa?
C:char;
For i:='A' to 'C' do writeln(c:3);
abc
A B C
ABC
A BC
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Instrucțiunea WHILE lucrează atâta timp cât condiția este ...
Adevărată
Falsă
Scrisă între ghilimele (")
Nici un răspuns corect
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Ce se va afișa?
i:=1; While i<=4 do begin write(i,' '); i:=i+1; end;
1234
12 34
1223334444
1 2 3 4
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
De câte ori va repeta programul: write(i,' ')?
i:=1; While i<=8 do begin write(i,' '); i:=i+3; end;
4
3
6
8
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?