G11 CAI P2

G11 CAI P2

11th Grade

15 Qs

quiz-placeholder

Similar activities

Unit 8 - Searching and Sorting

Unit 8 - Searching and Sorting

9th - 12th Grade

15 Qs

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

Advanced Java Study Guide

Advanced Java Study Guide

11th - 12th Grade

10 Qs

C Programming - Dia Aberto - EPC

C Programming - Dia Aberto - EPC

9th - 12th Grade

10 Qs

ARRAYS

ARRAYS

11th - 12th Grade

10 Qs

C++ Array

C++ Array

11th Grade

11 Qs

Unit 6 Computer Science Arrays

Unit 6 Computer Science Arrays

10th - 12th Grade

14 Qs

Quiz on Array

Quiz on Array

11th - 12th Grade

10 Qs

G11 CAI P2

G11 CAI P2

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Fedaa Al Azzeh

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

In an array, the index of the first element is ___________

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The ___ Array object property gives us the count of items in an Array.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is returned by values[5]?

2

12

6

8

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ar nums ={2, 3, 5, 8, 9, 11};

How would you access the second element in nums

num(2)

num[2]

num(1)

num[1]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The total number of elements in the array is called...............

index

length

subscript

memory

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the array after executing this line ?

names[1] = "Sarah";

Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image
Given the following method, what would test return if
a = {0, 2, 3, 4} and v = 3?
0
1
2
-1

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?