Python -- Inputs

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

6 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is an input?
Back
A function that allows us to ask the user to enter some data.
2.
FLASHCARD QUESTION
Front
What will be displayed if the user types in "Bob"?
Back
Your name is Bob
3.
FLASHCARD QUESTION
Front
What, if anything, is wrong with the following block of code?
input("Type your password: ")
Back
There is no variable
4.
FLASHCARD QUESTION
Front
What, if anything, is wrong with the following block of code?
input = x("Type your password: ")
print(x)
Back
The variable x is never defined
5.
FLASHCARD QUESTION
Front
What, if anything, is wrong with the following block of code?
x = input("Type your password: ")
print("You typed", x)
Back
Nothing is wrong
6.
FLASHCARD QUESTION
Front
What, if anything, is wrong with the following block of code?
x = input("Type your password: ")
print("You typed " + x)
Back
Nothing is wrong
Similar Resources on Wayground
10 questions
TLE 6: How to Sign Up for a Google Account

Flashcard
•
KG - University
10 questions
ICT FUN ACTIVITY

Flashcard
•
9th - 12th Grade
6 questions
Network Security Issues

Flashcard
•
8th Grade
13 questions
Introduction To Programming - Lesson Exception Handling

Flashcard
•
11th Grade - University
5 questions
PLTW CSE Unit 1 Flashcard 1

Flashcard
•
12th Grade
13 questions
Basic Vocabulary Flashcards

Flashcard
•
KG
11 questions
Heart Blocks and Paced

Flashcard
•
12th Grade
7 questions
Information Security & Privacy

Flashcard
•
KG - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade