ShmoopTube
Where Monty Python meets your 10th grade teacher.
Search Thousands of Shmoop Videos
AP Computer Science Videos
AP Computer Science 1.2 GridWorld Case Study and APIs. What is the direction of the actor?
Classes and Objects Videos 18 videos
In this question, which of the choices correctly constructs a Time(int hours, int minutes, int seconds) object?
AP Computer Science 4.2 Classes and Objects. Which of the following commands creates an object?
AP Computer Science 4.4 Classes and Objects. What is the return type of a mutator method?
Inheritance, Abstraction, and Polymorphism Videos 17 videos
APCS: Inheritance, Abstraction, and Polymorphism Drill 1, Problem 2. Which of the following is the correct way to begin writing your class?
AP Computer Science 1.1 Inheritance, Abstraction, and Polymorphism. Which of the following are correct?
AP Computer Science 1.3 Inheritance, Abstraction, and Polymorphism. Which of the following is true?
Program Development Videos 20 videos
AP Computer Science 3.1 Program Development. This project utilizes which of the following programming approaches?
AP Computer Science 3.2 Program Development. Which of the following is the best time to use a bottom-up development style?
AP Computer Science 4.4 Program Development. Which of the following diagrams represents the most procedurally abstracted implementation of the prog...
Review of the Basics Videos 19 videos
AP Computer Science: Review of the Basics Drill 1, Problem 1. What does this piece of code output?
AP Computer Science: Review of the Basics Drill 1, Problem 5. Which code will run without throwing an exception?
APCS: Review of the Basics Drill 2, Problem 1. What is the output of the code segment?
Standard Algorithms Videos 20 videos
AP Computer Science 1.5 Standard Algorithms. What is the output of mystery(4)?
APCS: Standard Algorithms Drill 2, Problem 1. How much slower is InefficientSum than EfficientSum in the best case for an array of n elements?
In this computer science drill question, figure out which implementation will copy one array over to another.
Standard Data Structures Videos 18 videos
AP Computer Science 1.4 Standard Data Structures. Which of the following is a correct sequential implementation?
APCS: Standard Data Structures Drill 1, Problem 2. Which of the following methods are not appropriate for reuse in other programs?
AP Computer Science 3.2 Standard Data Structures. Which of the following methods successfully add an element to the array?