ShmoopTube
Where Monty Python meets your 10th grade teacher.
Search Thousands of Shmoop Videos
AP Computer Science Videos
Play All
AP Computer Science: Classes and Objects Drill 1, Problem 1. Which of the following is a correct {/* Implementation */} for the isInsect method?
AP Computer Science 1.1 Inheritance, Abstraction, and Polymorphism. Which of the following are correct?
AP Computer Science 1.1 Program Development. The situation in the video is an example of which of the following?
AP Computer Science: Review of the Basics Drill 1, Problem 1. What does this piece of code output?
AP Computer Science 1.1 Standard Algorithms. What is the output of Recurse(3)?
AP Computer Science 1.2 GridWorld Case Study and APIs. What is the direction of the actor?
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.2 Program Development. Which of the following is correct?
AP Computer Science: Review of the Basics Drill 1, Problem 2. Which of the following control methods are used in this program?
AP Computer Science 1.2 Standard Algorithms. What is the output of Recurse(5)?
APCS: Standard Data Structures Drill 1, Problem 2. Which of the following methods are not appropriate for reuse in other programs?
AP Computer Science 1.3 Classes and Objects. Which of the following should be declared as a static variable?
AP Computer Science 1.3 Inheritance, Abstraction, and Polymorphism. Which of the following is true?
AP Computer Science 1.3 Program Development. Which of the following is a correct declaration of one of the classes in the diagram?
E.T., phone home....or solve this Shmoopy AP Computer Science question.
AP Computer Science 1.3 Standard Algorithms. How many times will mystery be called for mystery(4), including the initial call?
APCS: Standard Data Structures Drill 1, Problem 3. Which of the following is the best postcondition for the fillArray method?
In this question, which of the choices correctly constructs a Time(int hours, int minutes, int seconds) object?
AP Computer Science 1.4 Inheritance, Abstraction, and Polymorphism. Which of the following code segments will not cause an error?
AP Computer Science 1.4 Program development. Which of the following is not part of an effective application of functional decomposition?