Key Terms Python Flashcards

1
Q

What is an IDE?

A

An IDE is integrated development environment.

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

What is casting

A

Casting is explicitly stating that you want a change in data type

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

What is a variable?

A

A variable is a container for information.

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

What is a string?

A

A string is a line of text inside a pair of speech marks.

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

What is Python

A

Python is a programming language that has a wide variety of uses

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

What is a Float?

A

A float is a way of defining a variable as a fractional value

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

What is a integer?

A

An integer is a way of classifying data as whole number.

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

What are data types?

A

Data types are other way of classifying data.

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

What is concatenation

A

To join two strings together

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