Array Basics Quiz

Array Basics Quiz

University

27 Qs

quiz-placeholder

Similar activities

Разработка приложений в C# 1 аттестация

Разработка приложений в C# 1 аттестация

University

25 Qs

Circuital Dilemma

Circuital Dilemma

University

30 Qs

ITE 300 - SOUTH2

ITE 300 - SOUTH2

University

29 Qs

UAS ALPRO A

UAS ALPRO A

University

28 Qs

Learn to code 2 review

Learn to code 2 review

1st Grade - Professional Development

26 Qs

UAS GAMBAR TEKNIK MANUFAKTUR KELAS XI

UAS GAMBAR TEKNIK MANUFAKTUR KELAS XI

University

25 Qs

UAS ILS TNU XI ALPHA

UAS ILS TNU XI ALPHA

University

25 Qs

C# Skill Review

C# Skill Review

12th Grade - Professional Development

32 Qs

Array Basics Quiz

Array Basics Quiz

Assessment

Quiz

Other

University

Easy

Created by

Robin Arcilla

Used 3+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is false?

The elements in an array are related in some way.

All of the elements in an array have the same data type.

All of the elements in an array have the same subscript.

All of the elements in an array have the same name.

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Elements in an array are identified by a unique_____________.

data type

order

subscript

symbol

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

The third subscript in a 25-element array is the number____________.

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

The last subscript in a 225-element array is the number____________.

225

224

223

222

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

The cout<

display 22000

display 10000 + 12000

display sales[0] + sales [1]

result in an error

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

The sales[4] = sales[4-2]; statement will_________________.

replace the 20000 amount with 900

replace the 20000 amount with 19998

replace the 500 amount with 12000

result in an error

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

The sales[3] = sales[3] + 10; statement will_________________.

replace the 500 amount with 10

replace the 500 amount with 510

replace the 900 amount with 910

result in an error

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?