Vocab
Vocabulary from CollegeBoard for studying
Sequence: Two or more lines of code forms a sequence
Def: This defines a variable which is useful when using input and output in a program
Input: This is what the user inputs into the code for an output
Output: Based on the user’s output the code will give something to the user
Procedural Abstraction: Grouping a sequence of commands so it can be used repeatedly, Organizing into categories
HTML Fragment: A block of HTML that you can then embed in your document at key locations
Data Abstraction: Reduction of a particular body of data to a simplified representation of the whole
Additional Vocab
pwd = print working directory mkdir = make directory cd = change directory ls = list directory rm -rf = remove directory, forced recursive