Search Header Logo

For & While pentru 10D

Authored by Elena Frunza

Instructional Technology

KG

Used 2+ times

For & While pentru 10D
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Сколько раз повторится цикл

for i:=3 to 10 do

7

8

10

2.

FILL IN THE BLANKS QUESTION

30 sec • 1 pt

Сколько раз выполнится цикл: for i:=-5 to 12 do

(a)  

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Определить, сколько звездочек будет выведено после выполнения программы?

i:=5;

while i<=3 do

begin

write(' * ');

i:=i-1;

end;

выполнится 2 раза

будет выполняться бесконечно

не выполнится ни разу

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Укажите, сколько звездочек будет на экране, после выполнения программы:

x:=1;

while x<10 do

begin

write ( '*' );

x:=x+2;

end;

3

5

10

ни одной

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

чему будет равна переменная a после выполнения команд:

a:=8;

while a>1 do

begin

a:=a/2;

end;

1

8

4

0.5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что пропущено в записи?

For i=1 to 5 do

write ('**');

:

;

-

7.

FILL IN THE BLANKS QUESTION

30 sec • 1 pt

сколько раз выполнится цикл?

m:=1;

n:=4;

while n>m do

begin

n:=n-m;

m:=m+1;

end;

(a)  

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?