|OA| Objective Assessment| Actual Questions and
Answers Latest Updated (Graded A+)
A learning method involving video lectures at home and labs in class
- Correct Answer-Reverse Course
Input-Process-Output thinking standard to determine coding
structure - Correct Answer-IPO thinking standard
A special variable in Python that holds the name of the current
module - Correct Answer-__name__
A special variable in Python that indicates the main module - Correct
Answer-__main__
A resource for learning Python programming - Correct Answer-
Python Crash Course Book
Application Programming Interfaces accessible to the public -
Correct Answer-Public API's
Time management method using a timer to break work into intervals
- Correct Answer-Pomodoro Technique
, Data structure with key-value pairs used for mapping inputs to
outputs - Correct Answer-Dictionaries
An introductory course to computer science offered by Harvard
University - Correct Answer-CS50
An efficient, comparison-based sorting algorithm - Correct Answer-
Merge Sort
Ordered collection of items in Python denoted by square brackets -
Correct Answer-Lists
Immutable ordered collection of items in Python denoted by
parentheses - Correct Answer-Tuples
Symbols used to represent values and perform operations - Correct
Answer-Variables and Expressions
Blocks of organized, reusable code for specific tasks - Correct
Answer-Functions
Guided demonstrations of critical programming exercises - Correct
Answer-Lab Walkthroughs