Automate Cybersecurity Tasks with Python - Module 1 Flashcards

(22 cards)

1
Q

Automation

A

Using tech to reduce manual work

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

Boolean Data

A

Data that is either True or False

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

Command-Line Interface

A

Typing commands to use the computer

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

Comment

A

A note explaining the code

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

Conditional Statement

A

A check that runs code only if true

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

Data Type

A

The kind of data something is

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

Dictionary Data

A

Data with key and value pairs

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

Float Data

A

A number with a decimal

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

Integer Data

A

A whole number with no decimal

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

Integrated Development Environment (IDE)

A

Tool to write and fix code

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

Interpreter

A

Reads and runs Python code line by line

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

Iterative Statement

A

Code that repeats actions

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

List Data

A

A list of items in order

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

Loop Variable

A

Controls how many times a loop runs

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

Notebook

A

Online tool to write and run code

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

Programming

A

Writing instructions for a computer

17
Q

Set Data

A

Group of items with no repeats

18
Q

String Data

A

Text in quotes

19
Q

Syntax

A

Rules for writing code correctly

20
Q

Tuple Data

A

List that can’t be changed

21
Q

Type Error

A

Error from using the wrong data type

22
Q

Variable

A

A box that stores data