ShmoopTube
Where Monty Python meets your 10th grade teacher.
Search Thousands of Shmoop Videos
AP® Computer Science: Standard Data Structures
Play All
AP Computer Science 1.1 Standard Data Structures. Which of the following method calls will result in an error?
APCS: Standard Data Structures Drill 1, Problem 2. Which of the following methods are not appropriate for reuse in other programs?
APCS: Standard Data Structures Drill 1, Problem 3. Which of the following is the best postcondition for the fillArray method?
AP Computer Science 1.5 Standard Data Structures. Which of the following is a correct iterative implementation?
AP Computer Science 2.1 Standard Data Structures. Which of the following is a correct sequential implementation?
AP Computer Science 2.2 Standard Data Structures. Which of the following is an incorrect array initialization?
AP Computer Science 2.4 Standard Data Structures. Which of the following is the correct initializer of an ArrayList of Strings?
AP Computer Science 2.5 Standard Data Structures. Which of the following correctly declares and fills a String array of length 3?
AP Computer Science 3.1 Standard Data Structures. Which of the following can be added to a NeatAnimal array without causing an error?
AP Computer Science 3.2 Standard Data Structures. Which of the following methods successfully add an element to the array?
APCS: Standard Data Structures Drill 3, Problem 3. Which of the following is not true?
AP Computer Science: Standard Data Structures Drill 3, Problem 5. The resulting array from this code snippet has which of the following shapes?
AP Computer Science: Standard Data Structures Drill 4, Problem 4. What does the following code produce?