Which of the following input commands would allow the user to receive and store a character from the keyboard?
N5 SDD - Input and output (Python)

Quiz
•
Computers
•
7th - 11th Grade
•
Hard
G Alexander-Doyle
Used 88+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
output
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Data Types and Operations

Quiz
•
10th Grade
15 questions
AP CSP Unit 4

Quiz
•
10th - 12th Grade
10 questions
JavaScript

Quiz
•
7th Grade
10 questions
KS4 Programming Techniques (1)

Quiz
•
8th - 10th Grade
15 questions
Python Part 1

Quiz
•
8th Grade
13 questions
Y9 Homework 1: Python Revisited 1

Quiz
•
9th Grade
11 questions
Python for Class 7

Quiz
•
7th - 8th Grade
10 questions
Exploring Python: Input and Output Essentials

Quiz
•
9th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
11 questions
Decimal/fraction conversions quick check

Quiz
•
5th - 7th Grade