logo

Crowdly

Browser

Add to Chrome

Course 1281

Looking for Course 1281 test answers and solutions? Browse our comprehensive collection of verified answers for Course 1281 at virt.lac.lviv.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Що буде виведено на екран після виконання фрагмента програми:

Private Sub Command1 Click ()

 a = 3

 if a> 3 then a = 5 else a = 1

end if

Text1.Text = a

End Sub

0%
0%
0%
100%
View this question

Що буде виведено на екран після виконання фрагмента програми:

Private Sub Command1 Click ()

a = 1

b = 2

if (a> = 1) and

(b> = 2) then n = a + b else n = a-b

end if

Text1.Text = n

End Sub

0%
0%
100%
0%
View this question

Вікно Object Browser призначене для

0%
0%
0%
100%
View this question

Програмними одиницями, з якими працює редактор VBA, є:

0%
0%
100%
0%
View this question

Вікно Code призначене для

0%
0%
0%
100%
View this question

Скільки разів буде виконано оператор а = а + 1 при виконанні наступного

циклу

:

Dim i As Single

For i=10,3 To 1.23 Step -1.18

a = a + 1

Next i

0%
0%
0%
0%
100%
View this question

Якщо значення змінної дорівнює 8, то який з операторів буде виконаний

після виконання оператора

:

Select Case a

Case 5

b = 1

Case 3 To 15

b = 2

Case Is >5

b = 3

Case 2, 4, 6, 8, 10

b = 4

End Select

0%
100%
0%
0%
0%
View this question

У якій циклічній структурі для дочасного виходу з циклу не можна

застосувати оператор Exit

?

0%
0%
0%
0%
100%
0%
View this question

Змінити властивості об'єкта можна:

0%
100%
0%
0%
View this question

В якому типі циклу відома кількість його повторень?

100%
0%
0%
0%
0%
View this question

Want instant access to all verified answers on virt.lac.lviv.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome