SAQ 3.2

SAQ 3.2

University

12 Qs

quiz-placeholder

Similar activities

Modul 1_Linda Amaliyah

Modul 1_Linda Amaliyah

University

10 Qs

Exam 1

Exam 1

University - Professional Development

10 Qs

Python Final preparation

Python Final preparation

University

10 Qs

UIPATH Automation

UIPATH Automation

University - Professional Development

15 Qs

[Kelas 8 SMP] Bab 1 - Bahasa Program Java

[Kelas 8 SMP] Bab 1 - Bahasa Program Java

8th Grade - University

10 Qs

Python Tkinter

Python Tkinter

12th Grade - University

15 Qs

Scratch_Bn_LS2_ReinforcementQuestions

Scratch_Bn_LS2_ReinforcementQuestions

2nd Grade - University

10 Qs

Java Lesson 2

Java Lesson 2

5th Grade - University

8 Qs

SAQ 3.2

SAQ 3.2

Assessment

Quiz

Other

University

Hard

Created by

Parker Gaston

FREE Resource

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:')

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?