Search Header Logo

SAQ 3.2

Authored by Parker Gaston

Other

University

SAQ 3.2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python uses the ____ function to ask the user for a single string.

string

get

input

prompt

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would be used to show a prompt before pausing for the user to enter a string?

 

input('Enter your input: ')

 

string('Enter your input: ')

 

get('Enter your input: ')

 

prompt('Enter your input: ')

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When we input a string into a running Python program, we must enclose our input in single quotes.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Python input() function returns user input as a(n) _________ .

character

integer

string

 

whichever data type is specified

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The input() function requires a prompt string parameter.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would be best for getting the user's temperature, if our program was going to calculate an average temperature?

 

temp = input('Enter your current temperature:')

 

temp = float(input('Enter your current temperature:')

 

temp = int(input('Enter your current temperature:')

 

temp = str(input('Enter your current temperature:')

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would be best for getting the user's first name?

 

firstName = input('Enter your first name:')

 

firstName = float('Enter your first name:')

 

firstName = int('Enter your first name:')

 

firstName = str('Enter your first name:')

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?