15B: Create Logic Constructs Flashcards
5.1 Explain the basic concepts of scripting and software development.
Identifier for a value that can change during program execution. These are usually declared with a particular data type.
variable
Writing out a program sequence using code blocks but without using the specific syntax of a particular programming language.
pseudocode
An open standard data encoding format of data representation that can be used and manipulated easily with scripts that is based on javascript.
json
Originally used as an export from spreadsheets, these file types have become a very popular way to import and export data
comma separated value (CSV)
These are used to produce modular, reusable code.
functions or procedures
A user-defined prototype or template from which objects can be created.
class
A way to code re-useable functions, variables, and classes that can be imported into your scripts
modules or libraries