Automate Cybersecurity Tasks with Python - Module 4 Flashcards

(14 cards)

1
Q

Automation

A

Using technology to do repetitive tasks without human effort.

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

Conditional Statement

A

A line of code that checks if something is true before doing an action.

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

Debugger

A

A tool that helps find and explain errors in code.

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

Debugging

A

Finding and fixing mistakes in code.

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

Exception

A

An error that stops the code from running even though it looks correct.

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

File Path

A

The location where a file or folder is stored.

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

Function

A

A reusable block of code that performs a task.

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

Integrated Development Environment (IDE)

A

A program used to write and fix code easily.

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

Iterative Statement

A

Code that runs the same steps over and over.

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

Log

A

A list of events or actions taken by a system.

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

Logic Error

A

A mistake in how the code is written that makes it work wrong.

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

Parsing

A

Changing data into a format that’s easier to understand or use.

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

Syntax Error

A

A mistake in how the code is typed or written.

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

Variable

A

A name that holds a value or piece of data.

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