ShmoopTube

Where Monty Python meets your 10th grade teacher.

Search Thousands of Shmoop Videos

AP® Computer Science: Standard Data Structures


Play All
0
AP Computer Science 1.1 Standard Data Structures
194 Views

AP Computer Science 1.1 Standard Data Structures. Which of the following method calls will result in an error?

1
AP Computer Science 1.3 Standard Data Structures
174 Views

APCS: Standard Data Structures Drill 1, Problem 3. Which of the following is the best postcondition for the fillArray method?

2
AP Computer Science 1.2 Standard Data Structures
194 Views

APCS: Standard Data Structures Drill 1, Problem 2. Which of the following methods are not appropriate for reuse in other programs?

3
AP Computer Science 1.5 Standard Data Structures
174 Views

AP Computer Science 1.5 Standard Data Structures. Which of the following is a correct iterative implementation?

4
AP Computer Science 2.1 Standard Data Structures
176 Views

AP Computer Science 2.1 Standard Data Structures. Which of the following is a correct sequential implementation?

5
AP Computer Science 2.2 Standard Data Structures
178 Views

AP Computer Science 2.2 Standard Data Structures. Which of the following is an incorrect array initialization?

6
AP Computer Science 2.4 Standard Data Structures
172 Views

AP Computer Science 2.4 Standard Data Structures. Which of the following is the correct initializer of an ArrayList of Strings?

7
AP Computer Science 2.5 Standard Data Structures
172 Views

AP Computer Science 2.5 Standard Data Structures. Which of the following correctly declares and fills a String array of length 3?

8
AP Computer Science 3.1 Standard Data Structures
175 Views

AP Computer Science 3.1 Standard Data Structures. Which of the following can be added to a NeatAnimal array without causing an error?

9
AP Computer Science 3.2 Standard Data Structures
180 Views

AP Computer Science 3.2 Standard Data Structures. Which of the following methods successfully add an element to the array?

10
AP Computer Science 3.3 Standard Data Structures
177 Views

APCS: Standard Data Structures Drill 3, Problem 3. Which of the following is not true?

11
AP Computer Science 3.5 Standard Data Structures
176 Views

AP Computer Science: Standard Data Structures Drill 3, Problem 5. The resulting array from this code snippet has which of the following shapes?

12
AP Computer Science 4.4 Standard Data Structures
177 Views

AP Computer Science: Standard Data Structures Drill 4, Problem 4. What does the following code produce?