Keys, Vars, Identities, Datatype Flashcards
1
Q
Abstract
A
I don’t know
2
Q
Break
A
I don’t know
3
Q
Case
A
Fill
4
Q
Class
A
Fill
5
Q
Continue
A
Fill
6
Q
Else
A
Performs statement if above conditions aren’t meant
7
Q
Final
A
Fill
8
Q
For
A
Runs statement for certain time in for loop
9
Q
If
A
Performs statement if condition is met
10
Q
Import
A
Import packages and stuff used prior to coding for coding use. I.e pandas in python
11
Q
Interface
A
Thing you interact with (FILL)
12
Q
New
A
Fill
13
Q
Return
A
Carries condition outside of method/function
14
Q
Static
A
Fill
15
Q
Switch
A
Form of control statement like if but uses cases and carries through. Good use of break