( 1 ) Programming languages can be divided into three general categories:
( 2 ) Python is a _______ programming language.
( 3 ) Python can be used for ________ types of problem domains.
( 4 ) An algorithm is best described as a _________________.
( 5 ) Before using functions in the Python math module, you must first ____ it.
( 6 ) Python's native math operators operate on what number types?
( 7 ) Python's integrated development environment is called ___________.
( 8 ) Which Python math operator raises a number to a power?
( 9 ) Which Python math operator is used for integer division?
( 10 ) Which Python operator gives the remainder for integer division?
( 11 ) Windows, Linux, and Mac are examples of computer ___________.
( 12 ) In Python, calling a math function before importing the math module causes ___.
( 13 ) The Raspberry Pi runs on which Linux-core based operating system?
( 14 ) Which symbol represents a Python comment?
( 15 ) What does the Python interpreter do with comments?
( 16 ) What is the result of this Python statement: 3==2
( 17 ) The Raspberry Pi's GPIO pins can be used for _____.
( 18 ) In IDLE, this symbol >>> is known as the _____.
( 19 ) ________ are fundamentally important to our economy today:
( 20 ) Why did a Traceback error occur in IDLE after typing 'math.exp(2)'?
( 21 ) The letters AI stand for what software technology?
( 22 ) Python programs are also called _______.
( 23 ) _________ is what the underlying computer hardware understands.
( 24 ) The area of a computer that executes your instructions is called the _____.
( 25 ) Machine code is represented by which numbers ________.
( 26 ) Computers execute code in binary because ___________.