VB.NET LOOP

VB.NET LOOP

University

20 Qs

quiz-placeholder

Similar activities

PERULANGAN WHILE DO

PERULANGAN WHILE DO

University

20 Qs

Python For And While Loop

Python For And While Loop

9th Grade - University

20 Qs

Python Loops

Python Loops

University

17 Qs

For Loops in Python

For Loops in Python

9th Grade - University

20 Qs

For and While Loop in Python

For and While Loop in Python

9th Grade - University

20 Qs

/Python_Quiz\

/Python_Quiz\

KG - Professional Development

20 Qs

Quiz #1

Quiz #1

University

16 Qs

Loop

Loop

University

15 Qs

VB.NET LOOP

VB.NET LOOP

Assessment

Quiz

Computers

University

Medium

Created by

Leo Lintag

Used 21+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of these tools allow to put together various tools?

formbox

groupbox

framebox

listbox

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This property is important because it is need primarily in calling the tool in coding.

Text

Name

Enable

Visible

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This loop can only be used when the programmer knows the number of times a code is to be repeated

while

for

do while

repeat until

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following control structure are needed to repeat a code?

sequence

loop

selection

if

5.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

FOR loops are

loops which run an unknown number of times

loops which run for a specific number of times

the same as if statements

not part of programming

6.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

Which kind of loop would be used?


I need a guessing game program that will let me keep guessing until I get the right answer.

FOR Loop

WHILE Loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To repeat until a particular condition is true use
while loop
for loop
if loop
indentation

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?