Removal - Part 2

Removal - Part 2

University

20 Qs

quiz-placeholder

Similar activities

ARRAYLIST - JAVA

ARRAYLIST - JAVA

University

15 Qs

C Language Array Quiz

C Language Array Quiz

University

19 Qs

Unit-2 Test-1

Unit-2 Test-1

University

20 Qs

ARRAY

ARRAY

University

22 Qs

Linked list 1

Linked list 1

University

20 Qs

[Python For All] Quiz 5 - Numpy

[Python For All] Quiz 5 - Numpy

University

15 Qs

Arrays in Java

Arrays in Java

University

25 Qs

Java Quiz 2

Java Quiz 2

University

15 Qs

Removal - Part 2

Removal - Part 2

Assessment

Quiz

Computers

University

Medium

Created by

Janeth Ugang

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the array contains the following values:

num = [5, 7, 12, 15, 21, 25, 36, 39, 45, 48, 58, 61, 84, 87]

Question: What is the array size?

13

14

15

None of the choices

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the array contains the following values:

num = [5, 7, 12, 15, 21, 25, 36, 39, 45, 48, 58, 61, 84, 87]

Question: What is the last array index?

13

14

15

None of the choices

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the array contains the following values:

num = [5, 7, 12, 15, 21, 25, 36, 39, 45, 48, 58, 61, 84, 87]

Question: What is the first array index?

13

14

15

None of the choices

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the array contains the following values:

num = [5, 7, 12, 15, 21, 25, 36, 39, 45, 48, 58, 61, 84, 87]

Question: What value is stored in num[5]?

5

4

21

25

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the array contains the following values:

num = [5, 7, 12, 15, 21, 25, 36, 39, 45, 48, 58, 61, 84, 87]

Question: What value is stored in the first element?

5

7

21

25

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the array contains the following values:

num = [5, 7, 12, 15, 21, 25, 36, 39, 45, 48, 58, 61, 84, 87]

Question: What is the arrangement order of the numbers in the array?

mixed

increasing

decreasing

whole numbers

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the array contains the following values:

num = [5, 7, 12, 15, 21, 25, 36, 39, 45, 48, 58, 61, 84, 87]

Question: What are the indexes of the all numbers that are divisible by 5?

5, 15, 25, 45

0, 4, 6, 9

0, 3, 5, 8

1, 4, 6, 9

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?