week 11 Arrays edit mode

week 11 Arrays edit mode

12th Grade

6 Qs

quiz-placeholder

Similar activities

1.4.(c) Data Structures (video)

1.4.(c) Data Structures (video)

12th Grade

11 Qs

AP Computer Science Midterm Review

AP Computer Science Midterm Review

12th Grade

10 Qs

Unit 10 AP CSA

Unit 10 AP CSA

12th Grade

10 Qs

AP Computer Science Unit 10

AP Computer Science Unit 10

12th Grade

10 Qs

Quiz 23-05-2021

Quiz 23-05-2021

12th Grade

10 Qs

Computer Science

Computer Science

1st - 12th Grade

10 Qs

Quiz on Array

Quiz on Array

11th - 12th Grade

10 Qs

L.5. PHP FUNCTION  AND ARRAY - 2

L.5. PHP FUNCTION AND ARRAY - 2

12th Grade

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