APCSPVocabularyList23-24
APCSPVocabularyList23-24
Lesson 5: Packets
Packet - A chunk of data sent over a network. Larger messages are divided into packets that
may arrive at the destination in order, out-of-order, or not at all
Lesson 6: Debugging
Comment - form of program documentation written into the program to be read by people
and which do not affect how a program runs
Debugging - Finding and fixing problems in an algorithm or program
Documentation - a written description of how a command or piece of code works or was
developed
AP Computer Science Principles '23-'24 Vocabulary
Lesson 7: Project - Designing an App Part 2
Development Process - the steps or phases used to create a piece of software. Typical phases
include investigating, designing, prototyping, and testing.
Pair Programming - a collaborative programming style in which two programmers switch
between the roles of writing code and tracking or planning high level progress