Search Header Logo

SirJhayricPogi

Authored by Jiro Danganan

Computers

10th Grade

SirJhayricPogi
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is A Visual Basic Control that is used to display A DROP-DOWN list of various items?

Combobox

Checkbox

Listbox

DropDownStyle

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It is a Visual Basic Control that is used to display a LIST OF ITEMS to a user.

Checkbox

Textbox

Listbox

ComboBox

3.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

It is a consecutive group of memory locations of the same name and the same type

all caps - sir eroa

(a)  

4.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

It is a property of Listbox/Combobox that gets or sets the index specifying the currently selected item

(a)  

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Dim a(3, 5) As Integer

a = {

{2, 3, 4, 5, 6},

{4, 5, 4, 3, 2},

{1, 2, 3, 4, 5}

}

TextBox1.Text = a(2, 2) + a(1, 3)

9

6

11

no output

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Dim a(4, 4) As Integer

a = { {12, 23, 5, 9, 1},

{18, 8, 22, 14, 10},

{17, 24, 4, 20, 7},

{13, 15, 6, 11, 19},

{2, 21, 3, 25, 16} }

Dim result As Integer = a(2, 3) * a(4, 2)

MsgBox(result)

76

198

60

No Output

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Dim b, c, d As Integer

Dim a(4, 4) As Integer

a = {{17, 8, 3, 14, 1},

{13, 23, 5, 20, 19},

{0, 21, 4, 11, 10},

{2, 24, 6, 9, 7},

{18, 15, 22, 0, 16}}

b = a(0, 0)

c = a(4, 2)

d = a(2, 0)

b = b + c

c = b - c

a(4, 3) = c + a(2, 0)

TextBox6.Text = a(4, 3)

17

39

0

no output

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?