BSIS 2-3- Quiz in ARRAY

BSIS 2-3- Quiz in ARRAY

University

20 Qs

quiz-placeholder

Similar activities

Assessment 08

Assessment 08

University

15 Qs

Chapter 1: Testing Fundamentals

Chapter 1: Testing Fundamentals

University

20 Qs

HASHING IN DBMS

HASHING IN DBMS

University

15 Qs

cse427-2

cse427-2

University

15 Qs

F2 First ICT Online Quiz

F2 First ICT Online Quiz

7th Grade - University

17 Qs

ITMajor1 & IntroSoftEng- Prelim Examination

ITMajor1 & IntroSoftEng- Prelim Examination

University

20 Qs

FIRST QUIZ - INTRO TO COMPUTER TROUBLESHOOTING

FIRST QUIZ - INTRO TO COMPUTER TROUBLESHOOTING

University

20 Qs

BSIS 2-3- Quiz in ARRAY

BSIS 2-3- Quiz in ARRAY

Assessment

Quiz

Computers

University

Medium

Created by

aristotle mayorca

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 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

20 sec • 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

20 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

20 sec • 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

20 sec • 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

20 sec • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

20 sec • 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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?