BADM 211 Exam 1 Vocabulary Exam Questions with Correct Answers
Question 1:
Function
Answer:
Block of code that takes inputs and outputs
Question 2:
Pandas
Answer:
Used for data manipulation and analysis
Question 3:
Matplotlib/Seaborn
Answer:
Creates data visualization plots
Question 4:
Scikit-learn
Answer:
Machine learning algorithms in Python
Question 5:
Integer
Answer:
Whole numbers
Question 6:
Float
Answer:
Numbers with decimal point
, Question 7:
String
Answer:
Sequence of characters in quotes
Question 8:
Boolean
Answer:
Logical value
Question 9:
Variable
Answer:
Named piece of memory that can store a value
Question 10:
Comparison Operators
Answer:
Compare values and return boolean
Question 11:
List
Answer:
Ordered collection of data
Question 12:
Slicing
Answer:
Returns many consecutive elements from list
Question 1:
Function
Answer:
Block of code that takes inputs and outputs
Question 2:
Pandas
Answer:
Used for data manipulation and analysis
Question 3:
Matplotlib/Seaborn
Answer:
Creates data visualization plots
Question 4:
Scikit-learn
Answer:
Machine learning algorithms in Python
Question 5:
Integer
Answer:
Whole numbers
Question 6:
Float
Answer:
Numbers with decimal point
, Question 7:
String
Answer:
Sequence of characters in quotes
Question 8:
Boolean
Answer:
Logical value
Question 9:
Variable
Answer:
Named piece of memory that can store a value
Question 10:
Comparison Operators
Answer:
Compare values and return boolean
Question 11:
List
Answer:
Ordered collection of data
Question 12:
Slicing
Answer:
Returns many consecutive elements from list