WGU D335 INTRODUCTION TO
PROGRAMMING IN PYTHON
EXAMINATION TEST VERIFIED QUESTIONS
AND SOLUTIONS GRADED A+
●● Input-Process-Output thinking standard to determine coding
structure
Answer: IPO thinking standard
●● A special variable in Python that holds the name of the current
module
Answer: __name__
●● A special variable in Python that indicates the main module
Answer: __main__
●● A resource for learning Python programming
Answer: Python Crash Course Book 🐍
●● Application Programming Interfaces accessible to the public
Answer: Public API's
, ●● Time management method using a timer to break work into intervals
Answer: Pomodoro Technique
●● Data structure with key-value pairs used for mapping inputs to
outputs
Answer: Dictionaries
●● An introductory course to computer science offered by Harvard
University
Answer: CS50
●● An efficient, comparison-based sorting algorithm
Answer: Merge Sort
●● Ordered collection of items in Python denoted by square brackets
Answer: Lists
●● Immutable ordered collection of items in Python denoted by
parentheses
Answer: Tuples
●● Symbols used to represent values and perform operations
Answer: Variables and Expressions
PROGRAMMING IN PYTHON
EXAMINATION TEST VERIFIED QUESTIONS
AND SOLUTIONS GRADED A+
●● Input-Process-Output thinking standard to determine coding
structure
Answer: IPO thinking standard
●● A special variable in Python that holds the name of the current
module
Answer: __name__
●● A special variable in Python that indicates the main module
Answer: __main__
●● A resource for learning Python programming
Answer: Python Crash Course Book 🐍
●● Application Programming Interfaces accessible to the public
Answer: Public API's
, ●● Time management method using a timer to break work into intervals
Answer: Pomodoro Technique
●● Data structure with key-value pairs used for mapping inputs to
outputs
Answer: Dictionaries
●● An introductory course to computer science offered by Harvard
University
Answer: CS50
●● An efficient, comparison-based sorting algorithm
Answer: Merge Sort
●● Ordered collection of items in Python denoted by square brackets
Answer: Lists
●● Immutable ordered collection of items in Python denoted by
parentheses
Answer: Tuples
●● Symbols used to represent values and perform operations
Answer: Variables and Expressions