15B: Create Logic Constructs Flashcards

5.1 Explain the basic concepts of scripting and software development.

1
Q

Identifier for a value that can change during program execution. These are usually declared with a particular data type.

A

variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Writing out a program sequence using code blocks but without using the specific syntax of a particular programming language.

A

pseudocode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

An open standard data encoding format of data representation that can be used and manipulated easily with scripts that is based on javascript.

A

json

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Originally used as an export from spreadsheets, these file types have become a very popular way to import and export data

A

comma separated value (CSV)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

These are used to produce modular, reusable code.

A

functions or procedures

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A user-defined prototype or template from which objects can be created.

A

class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A way to code re-useable functions, variables, and classes that can be imported into your scripts

A

modules or libraries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly