N5 SDD - Input and output (Python)

N5 SDD - Input and output (Python)

7th - 11th Grade

12 Qs

quiz-placeholder

Similar activities

Inputs and Variables

Inputs and Variables

9th - 11th Grade

12 Qs

HTML forms

HTML forms

11th Grade - University

10 Qs

Input devices

Input devices

8th Grade

15 Qs

Python Basics Quiz

Python Basics Quiz

10th Grade

15 Qs

Half term recap quiz

Half term recap quiz

8th Grade

15 Qs

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

IDT S1 Final Review Part 2

IDT S1 Final Review Part 2

8th - 12th Grade

10 Qs

Input and Output Python

Input and Output Python

10th Grade

10 Qs

N5 SDD - Input and output (Python)

N5 SDD - Input and output (Python)

Assessment

Quiz

Computers

7th - 11th Grade

Hard

Created by

G Alexander-Doyle

Used 89+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following input commands would allow the user to receive and store a character from the keyboard?

character = input("Please enter a character:")

character = int(input("Please enter a character:"))

character = float(input("Please enter a character:"))

character = bool(input("Please enter a character:"))

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following input commands would allow the user to receive and store an integer from the keyboard?

integer = input("Please enter an integer:")

integer = int(input("Please enter an integer:"))

integer = float(input("Please enter an integer:"))

integer = bool(input("Please enter an integer:"))

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following input commands would allow the user to receive and store a real number from the keyboard?

real_number = input("Please enter a real number:")

real_number = int(input("Please enter a real number:"))

real_number = float(input("Please enter a real number:"))

real_number = bool(input("Please enter a real number:"))

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following input commands would allow the user to receive and store a string from the keyboard?

string = input("Please enter a string:")

string = int(input("Please enter a string:"))

string = float(input("Please enter a string:"))

string = bool(input("Please enter a string:"))

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following input commands would allow the user to receive and store a boolean value from the keyboard?

boolean_value = input("Please enter a boolean value:")

boolean_value = int(input("Please enter a boolean value:"))

boolean_value = float(input("Please enter a boolean value:"))

boolean_value = bool(input("Please enter a boolean value:"))

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which would be the correct way to display a concatenated message indicating a pupil's final score in an exam?

print ("Your final score is" + str(final_score))

print ("Your final score is" + int(final_score))

print ("Your final score is" + final_score)

display ("Your final score is" + str(final_score))

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which python command allows the program to display a value on the screen?

display

show

print

output

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?