Exam 2: VB Data Types, Constants, and Functions

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which of the following is not a valid logical operator in VB.

Free
(Multiple Choice)
4.7/5
(40)
Correct Answer:
Verified

C

The constant which are defined by user is known as _____ constant.

Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
Verified

C

For I = 10 To 1…. Next I, will execute a loop _____ time/s.

Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
Verified

C

For I = 10 To 20 …. Next I, will execute a loop _____ time/s.

(Multiple Choice)
4.9/5
(31)

_____ can be used in an application to give user True/False or Yes/No Option

(Multiple Choice)
4.8/5
(35)

____ function is used to convert a text value to a numeric value.

(Multiple Choice)
4.8/5
(27)

What is the result of VAL("15/08/2020")?

(Multiple Choice)
4.8/5
(33)

______ control can be used to accept input from the user.

(Multiple Choice)
4.8/5
(49)

Which of the following is a non-executable statement in VB?

(Multiple Choice)
4.9/5
(33)

vbRed is ____ .

(Multiple Choice)
4.8/5
(31)

_____ allows the user to select any number of options at a time from a group.

(Multiple Choice)
4.9/5
(47)

The constant which are readymade in VB are called as _______ constant.

(Multiple Choice)
4.9/5
(46)

Which of the following is an invalid Data Type in VB?

(Multiple Choice)
4.9/5
(38)

Option buttons are also called as _______ buttons.

(Multiple Choice)
4.8/5
(41)

_____ is used to display headings and messages.

(Multiple Choice)
4.7/5
(44)

Which of the following function is invalid in VB?

(Multiple Choice)
4.9/5
(34)

For I = 1 To 20 Step 2…. Next I, will execute a loop _____ time/s.

(Multiple Choice)
4.8/5
(37)

_______ statement cannot be used to create a loop.

(Multiple Choice)
4.8/5
(41)

For I = 10 To 1 Step -1…. Next I, will execute a loop _____ time/s.

(Multiple Choice)
4.9/5
(40)

_______ property of a Text Box is True then user cannot type anything in a Text Box.

(Multiple Choice)
4.9/5
(35)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)