Question
Question 36 Code for print statements goes in the output code block comments code block variable code block calculations code block Flag this Question Question
Question 36
Code for print statements goes in the
output code block |
comments code block |
variable code block |
calculations code block |
Flag this Question
Question 37
An error message that says a variable you included in an print statement is "not defined" probably means
The value of the variable was changed in the calculations code block |
You spelled the variable name differently in the variables code block than you did in the output code block |
The variable is holding a number when it should be holding a text character |
You forgot to define the variable in a comment code block |
Flag this Question
Question 38
A program is called "interactive' when its input is supplied by a user and not by the programmer.
True |
False |
Flag this Question
Question 39
One way to reduce the chances of misspelling variable names in your program is to type the variable name only once and then copy/paste it instead.
True |
False |
Flag this Question
Question 40
The term "float" is an abbreviation for
floating text abbreviation |
floating variable |
floating point number |
floating operation |
Flag this Question
Question 41
The symbol for division in Python is
/ |
. |
* |
^ |
Flag this Question
Question 42
When you assign a number value to a variable directly in your code, Python will read it as a number whether you have quotes around the number or not.
True |
False |
Flag this Question
Question 43
A program my compile and run without syntax errors and still produce incorrect output.
True |
False |
Flag this Question
Question 44
The free source code editor we have used to save and upload your code into D2L is called
Notepad++ |
Notepad |
C++ |
Word |
Flag this Question
Question 45
The online compiler we have used to write and test your program code is called
Python 3 |
PyCharm |
Python |
PyCharm 3 |
Flag this Question
Question 461 pts
The plus symbol "+" is used for both addition of numbers and concatenation of text in Python.
True |
False |
Flag this Question
Question 471 pts
The comma has no special function in Python.
True |
False |
Flag this Question
Question 481 pts
Print statements in Python can be enclosed by parentheses or quotes.
True |
False |
Flag this Question
Question 491 pts
In Python, the symbol for "less than" is
> |
{ |
<- |
< |
Flag this Question
Question 50
In Python, the symbol for "greater than" is
} |
> |
< |
-> |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started