VB.NET Control Statements Quiz

VB.NET Control Statements Quiz

University

60 Qs

quiz-placeholder

Similar activities

Computer Programming Function

Computer Programming Function

7th Grade - University

55 Qs

Baldwin University College (OSU ACCRA)

Baldwin University College (OSU ACCRA)

University

61 Qs

תשפה - סיום שנה ט-2

תשפה - סיום שנה ט-2

8th Grade - University

59 Qs

SIM UTS 2023_2

SIM UTS 2023_2

University

60 Qs

Экзаменационные вопросы Python (Раздел 3)

Экзаменационные вопросы Python (Раздел 3)

University

65 Qs

UJIAN MID SEMESTER PEMROGRAMAN DASAR

UJIAN MID SEMESTER PEMROGRAMAN DASAR

University

60 Qs

C first day quiz

C first day quiz

University

57 Qs

VB.NET Basics Quiz

VB.NET Basics Quiz

University

65 Qs

VB.NET Control Statements Quiz

VB.NET Control Statements Quiz

Assessment

Quiz

Computers

University

Hard

Created by

BCA Selvam

Used 1+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used for conditional branching in VB.NET?

Case

If

Switch

Else

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Select Case statement is used for:

Looping

Exception handling

File handling

Multi-branch selection

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is the correct syntax for a For loop?

For (i = 1; i < 10; i++)

For i = 1 To 10

Loop i = 1 To 10

For i in range(1,10)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop executes at least once regardless of condition?

While

For

Do...While

Do...Loop Until

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default increment step in a For loop?

0

2

1

Undefined

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For Each loop is best suited for:

Conditional logic

Reading files

Iterating collections

Creating forms

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid loop in VB.NET?

For

While

Do Until

Until For

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?