Automate Cybersecurity Tasks with Python - Module 3 Flashcards
(12 cards)
Algorithm
A set of rules that solve a problem
Bracket Notation
The indices placed in square brackets
Debugging
The practice of identifying and fixing errors in code
Immutable
An object that cannot be changed after it is created and assigned a value
Index
A number assigned to every element in a sequence that indicates its position
List Concatenation
The concept of combining two lists into one by placing the elements of the second list directly after the elements of the first list
List Data
Data structure that consists of a collection of data in sequential form
Method
A function that belongs to a specific data type
Regular Expression (Regex)
A sequence of characters that forms a pattern
String Concatenation
The process of joining two strings together
String Data
Data consisting of an ordered sequence of characters
Substring
A continuous sequence of characters within a string