Search Header Logo

Quiz on VB.NET Data Structures

Authored by Marcus Paras

Science

University

Used 6+ times

Quiz on VB.NET Data Structures
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which VB.NET data structure has a fixed size once declared?

List(Of T)

Dictionary

Array

Collection

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The process of adding a new item to a List is done using which method?

Add()

Insert()

Create()

NewItem()

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What indexing system does an Array in VB.NET use?

1-based

0-based

Dynamic-based

Key-based

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In a Dictionary(Of Integer, String), what must be unique?

Values

Keys

Indexes

Data types

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of this code? Dim numbers() As Integer = {10, 20, 30} Console.WriteLine(numbers(1))

10

20

30

Error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does “(Of T)” represent in List(Of T)?

Temporary data

Type parameter

Table structure

Task execution

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which operation reads data from a collection?

Create

Read

Update

Delete

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?