Mod 9 Day 1 Flashcards
A string used to identify a pattern within data
Regular expression
True or false, to match a meta-character the escape character is not needed to remove special meaning
False
True or false a quantifier can only be used on a single token of a Time
False
Instructions a computer is to perform and is written using interpreted programming languages
Source code
Source code that reads and converted into machine code and then executed by the Interpreter
Interpreted language
How a script executes
Flow of execution
Stores info that can be easily reference and manipulated in a script and provide a way of labeling a type of data with a descriptive name so scripts are easily understood by reader
Variable
Structured natural language (English) to leave a clear picture of The Logical process necessary to solve a problem
Pseudocode
Terminate the current Loop and immediately continue with the next statement after the newly terminated Loop body. Code within the current loop after the break statement is skipped and ignored
Break statement
terminate the current Loop iteration and immediately execute the next iteration of the loop without completing the current interation
Continue statement
Instance of a class and they do not exist until the programmer creates or initiates them
Object
Method of changing a value from one data type to another to ensure a function correctly processes a variable
Typecasting
When an unexpected event happens that require special processing
Exception
Directing input and output to files and devices other than default input / output devices
Redirection
What are Powershell file extensions
.ps1 .psm1