Automate Cybersecurity Tasks with Python - Module 3 Flashcards

(12 cards)

1
Q

Algorithm

A

A set of rules that solve a problem

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

Bracket Notation

A

The indices placed in square brackets

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

Debugging

A

The practice of identifying and fixing errors in code

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

Immutable

A

An object that cannot be changed after it is created and assigned a value

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

Index

A

A number assigned to every element in a sequence that indicates its position

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

List Concatenation

A

The concept of combining two lists into one by placing the elements of the second list directly after the elements of the first list

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

List Data

A

Data structure that consists of a collection of data in sequential form

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

Method

A

A function that belongs to a specific data type

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

Regular Expression (Regex)

A

A sequence of characters that forms a pattern

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

String Concatenation

A

The process of joining two strings together

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

String Data

A

Data consisting of an ordered sequence of characters

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

Substring

A

A continuous sequence of characters within a string

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