ITL - AP Programming Language Part 2 (Lesson)

Learning the AP Exam Reference: Part Two

Relational and Boolean Operators

Review of inequalities and the boolean operator (true and false, 0 and 1) is shown in the video below. Remember inequalities compare two numbers as a condition of truth.

Selection Process

Selection is the process of making a choice, a decision. The if-else statement provides this choice and its generic format for the exam is shown in the following video.

Iteration

An iteration is a loop. The video below reviews the operation of iterations.

 

VIDEOS CREATED BY GAVS AND USED ACCORDING TO TERMS OF USE.