VB Control & GUI

VB Control & GUI

University

10 Qs

quiz-placeholder

Similar activities

Linux Commands

Linux Commands

University

11 Qs

Python Language 2

Python Language 2

University

10 Qs

html  and css smart

html and css smart

University

10 Qs

Theory CSC301 - Chapter 1

Theory CSC301 - Chapter 1

University

15 Qs

Visual Programming

Visual Programming

University

10 Qs

Riset Operasi

Riset Operasi

University

10 Qs

Fundamentos de Shell Script

Fundamentos de Shell Script

11th Grade - University

12 Qs

Powerpoint

Powerpoint

University

12 Qs

VB Control & GUI

VB Control & GUI

Assessment

Quiz

Computers

University

Hard

Created by

azlina ibrahim

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Select the CORRECT code to execute the output as shown in the figure

InputBox("Please insert your name", "Input")


InputBox("Please insert your name", "Input", "Name")

InputBox("Name","Please insert your name", "Input")

InputBox("Input", "Please insert your name", "Name")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the CORRECT syntax to add an item "PSMZA" in the list box lstPoli

lstPoli.Items("PSMZA")

lstPoli.Items.Add("PSMZA")

lstPoli.Items.Create("PSMZA")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the function of the following program code txtHello.ForeColor

Set the font color for form

Set the font color for txtHello

Set the background color for form

Set the background color for txtHello

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A segment of code is presented in the figure. Choose the correct syntax to accomplish the application.

Else If

End

End If

Else

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select TRUE declaration for an integer variable 'intJumlah'

int intJumlah

Dim Integer intJumlah

Dim intJumlah As Integer

Dim Integer As intJumlah

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Choose the correct code segment to reset values for txtPrice,txtQuantity and lblOutput

txtPrice.Clear() txtQuantity.Clear() lblOutput.Clear()

txtPrice.Clear() txtQuantity.Clear() lblOutput.Text=""

txtPrice.Enabled=False txtQuantity.Enabled=False lblOutput.Enabled=False

txtPrice.Enabled=True txtQuantity.Enabled=True lblOutput.Enabled=True

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the CORRECT example of constant declaration

PI= 3.142

Const PI As Decimal= 3.142

Const PI = 3.142

Dim Const PI As Decimal= 3.142

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?