week 11 Arrays edit mode

week 11 Arrays edit mode

12th Grade

6 Qs

quiz-placeholder

Similar activities

PTLW Final Exam Review Part 3

PTLW Final Exam Review Part 3

9th - 12th Grade

10 Qs

Unit 10 AP CSA

Unit 10 AP CSA

12th Grade

10 Qs

Programming - Arrays

Programming - Arrays

2nd - 12th Grade

10 Qs

Unit 6

Unit 6

12th Grade

10 Qs

H466 - Arrays, Records, Tuples and Lists

H466 - Arrays, Records, Tuples and Lists

11th Grade - University

10 Qs

Moringa JavaScript Arrays

Moringa JavaScript Arrays

5th Grade - Professional Development

10 Qs

A/P Computer Science

A/P Computer Science

12th Grade

10 Qs

c++ ARRAYS QUESTIONS

c++ ARRAYS QUESTIONS

9th - 12th Grade

7 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.