Objective Assessment | 15 Actual Questions and
Answers
A learning method involving video lectures at home and labs in class -
>>>>>>>ANSWER Reverse Course
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
Blocks of organized, reusable code for specific tasks - >>>>>>>ANSWER Functions
Guided demonstrations of critical programming exercises - >>>>>>>ANSWER Lab
Walkthroughs
Symbols used to perform mathematical operations in Python - >>>>>>>ANSWER
Arithmetic Operators
Operations that return true or false based on the comparison of values -
>>>>>>>ANSWER Comparisons
Increasing the value of a variable by a specified amount - >>>>>>>ANSWER
Incrementing
Function to obtain the magnitude of an integer, removing the negative sign -
>>>>>>>ANSWER Absolute value function
Function to round a value to a specified number of digits after the decimal point -
>>>>>>>ANSWER Round function
Statements used for repeated execution of instructions in a program -
>>>>>>>ANSWER Iteration Statements