Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

User Defined Tensor Data Analysis

Authors: Bin Dong ,Kesheng Wu ,Suren Byna

1st Edition

3030707490, 978-3030707491

More Books

Students also viewed these Databases questions

Question

Why? What will be my payoff?

Answered: 1 week ago

Question

using signal flow graph

Answered: 1 week ago

Question

e. What do you know about your ethnic background?

Answered: 1 week ago

Question

b. Why were these values considered important?

Answered: 1 week ago