Automate Cybersecurity Tasks with Python - Module 4 Flashcards
(14 cards)
Automation
Using technology to do repetitive tasks without human effort.
Conditional Statement
A line of code that checks if something is true before doing an action.
Debugger
A tool that helps find and explain errors in code.
Debugging
Finding and fixing mistakes in code.
Exception
An error that stops the code from running even though it looks correct.
File Path
The location where a file or folder is stored.
Function
A reusable block of code that performs a task.
Integrated Development Environment (IDE)
A program used to write and fix code easily.
Iterative Statement
Code that runs the same steps over and over.
Log
A list of events or actions taken by a system.
Logic Error
A mistake in how the code is written that makes it work wrong.
Parsing
Changing data into a format that’s easier to understand or use.
Syntax Error
A mistake in how the code is typed or written.
Variable
A name that holds a value or piece of data.