
1-D Arrays in Visual Basic

Quiz
•
Computers
•
12th Grade
•
Hard

DEBORAH BLACKBURN
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you declare a 1-D array of integers with 10 elements in Visual Basic?
`Dim arr(10) As Integer`
`Dim arr(9) As Integer`
`Dim arr(1 To 10) As Integer`
`Dim arr(0 To 9) As Integer`
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to access the third element in a 1-D array named `numbers`?
`numbers(2)`
`numbers(3)`
`numbers[2]`
`numbers[3]`
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How would you modify the fifth element of a 1-D array named `scores` to the value 95?
`scores(4) = 95`
`scores(5) = 95`
`scores[4] = 95`
`scores[5] = 95`
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default value of elements in a newly declared 1-D array of integers in Visual Basic?
`1`
`0`
`null`
`undefined`
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you declare a 1-D array of strings with 5 elements in Visual Basic?
`Dim arr(5) As String`
`Dim arr(4) As String`
`Dim arr(0 To 4) As String`
`Dim arr(1 To 5) As String`
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements correctly assigns the value "Hello" to the first element of a 1-D array named `greetings`?
`greetings(0) = "Hello"`
`greetings(1) = "Hello"`
`greetings[0] = "Hello"`
`greetings[1] = "Hello"`
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you have a 1-D array `arr` declared as `Dim arr(4) As Integer`, what is the index of the last element?
`3`
`4`
`5`
`6`
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
8.2 Arrays Cambridge IGCSE 0478

Quiz
•
10th Grade - University
10 questions
EXAMEN PROGRAMANDO EXCEL MARZO

Quiz
•
9th - 12th Grade
10 questions
EXAMEN ABRIL 5TO SEC

Quiz
•
12th Grade
10 questions
AP Computer Science A Quiz

Quiz
•
12th Grade
15 questions
Arrays e Controle de Fluxo em C

Quiz
•
12th Grade
7 questions
Linguaggio C - Ricorsione

Quiz
•
11th - 12th Grade
10 questions
Белгіленген сипаттары бар элементті іздеу

Quiz
•
9th - 12th Grade
12 questions
visual studio 2010

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade