C# Arrays

C# Arrays

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Unit 6

Unit 6

12th Grade

10 Qs

Arrays

Arrays

10th - 12th Grade

10 Qs

Arrays Intro

Arrays Intro

9th - 12th Grade

12 Qs

Records, Arrays of Records etc

Records, Arrays of Records etc

9th - 12th Grade

16 Qs

Java Arrays Basic

Java Arrays Basic

10th - 12th Grade

15 Qs

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

2D Arrays

2D Arrays

9th - 12th Grade

15 Qs

Arrays and Lists

Arrays and Lists

6th - 12th Grade

10 Qs

C# Arrays

C# Arrays

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Jill Thompson

Used 317+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You can declare an array without dimensioning its size, but the size must be determined before you can reference it.
True
False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In C# the length of an array cannot be changed. After it is instantiated with a length, dynamic resizing is not an option. 
True
False

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
The value of price.Length is 5
True
False

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
With the declaration of price, price[1] refers to
2.1
2.2
2.3
2.5

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To declare memory for 4 exam scores that range in value from 0 to 100, the following declaration could be made
int examScore = new examScore [3];
int[ ] examScore = new examScore[3];
int[ ] examScore = new examScore[4];
int examScore = new examScore[4];

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The index is also sometimes referred to as the _______ of an array.
size
variable
subscript
value

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given an array declared to hold 100 values, the smallest index that can be use with the array is 
based on what index is used when the first value is placed in the array
0
1
undetermined

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?