CourseNotes
Published on CourseNotes (https://course-notes.org)

Home > AP CSP Code.org Flashcards

AP CSP Code.org Flashcards

Terms : Hide Images [1]
6760082726AlgorithmA precise sequence of instructions for processes that can be executed by a computer and are implemented using programming languages. (NOTE: this is the definition from the AP CS Principles framework).0
6760082727Low level programming languageA programming language that captures only the most primitive operations available to a machine. Anything that a computer can do can be represented with combinations of low level commands.1
6760082728High level programming languageA programming language with many commands and features designed to make common tasks easier to program. Any high level functionality is encapsulated as combinations of low level commands.2
6760082729FunctionA piece of code that you can easily call over and over again.3
6760082730APIA collection of commands made available to a programmer4
6760082731Documentationa description of the behavior of a command, function, library, API, etc.5
6760082732Librarya collection of commands / functions, typically with a shared purpose6
6760082733ParameterAn extra piece of information that you pass to the function to customize it for a specific need.7
6760082734Loopa programming construct that repeats a group of commands.8
6760082735IterationThe repetition of a statement, process, or procedure.9
6760082736AbstractionPulling out specific differences to make one solution work for multiple problems.10
Powered by Quizlet.com [2]

Source URL:https://course-notes.org/flashcards/ap_csp_codeorg_flashcards

Links
[1] https://course-notes.org/javascript%3Avoid%280%29%3B [2] http://quizlet.com/