Automate Cybersecurity Tasks with Python - Module 1 Flashcards
(22 cards)
Automation
Using tech to reduce manual work
Boolean Data
Data that is either True or False
Command-Line Interface
Typing commands to use the computer
Comment
A note explaining the code
Conditional Statement
A check that runs code only if true
Data Type
The kind of data something is
Dictionary Data
Data with key and value pairs
Float Data
A number with a decimal
Integer Data
A whole number with no decimal
Integrated Development Environment (IDE)
Tool to write and fix code
Interpreter
Reads and runs Python code line by line
Iterative Statement
Code that repeats actions
List Data
A list of items in order
Loop Variable
Controls how many times a loop runs
Notebook
Online tool to write and run code
Programming
Writing instructions for a computer
Set Data
Group of items with no repeats
String Data
Text in quotes
Syntax
Rules for writing code correctly
Tuple Data
List that can’t be changed
Type Error
Error from using the wrong data type
Variable
A box that stores data