week 11 Arrays edit mode

week 11 Arrays edit mode

12th Grade

6 Qs

quiz-placeholder

Similar activities

AP Computer Science College Board Test

AP Computer Science College Board Test

12th Grade

10 Qs

AP Computer Science A Classes

AP Computer Science A Classes

12th Grade

10 Qs

2.1.3 CSE Arrays

2.1.3 CSE Arrays

9th - 12th Grade

9 Qs

NumPy

NumPy

9th Grade - University

10 Qs

Lists & arrays

Lists & arrays

8th Grade - University

5 Qs

DAY 2 - Data Structures and Algorithms

DAY 2 - Data Structures and Algorithms

12th Grade

10 Qs

J277 - 2.2 - Use of Arrays up to 2D

J277 - 2.2 - Use of Arrays up to 2D

10th Grade - University

8 Qs

List Review

List Review

9th - 12th Grade

11 Qs

week 11 Arrays edit mode

week 11 Arrays edit mode

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Mr. Martin

FREE Resource

6 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

  • An ________ is a series of variables that are the same of the same type (int, float, double, char, and so on). 

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

  • Arrays are held in a computer’s _________ in a strict linear sequence (stored at contiguous memory location). 

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

In order to read or write certain locations of the array, we state the name of the array and the __________ we want to access.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

  • The _______ terminator marks the end of the string.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

  • A two-dimensional array is the same thing as an array,  but is an “array of arrays”. It can also be called this.  

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

2D arrays are indexed by two _________, one for the row and one for the column.