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
CyberSecurity Basics

Flashcard
•
6th - 12th Grade
13 questions
Unit 5 Flashcard AP CSP

Flashcard
•
9th - 12th Grade
10 questions
Input and output devices

Flashcard
•
10th Grade
8 questions
Python Casting & Data Types

Flashcard
•
9th - 12th Grade
10 questions
Vendor Security Flashcard

Flashcard
•
9th - 12th Grade
10 questions
Drone Mid-Term Review

Flashcard
•
10th Grade - University
11 questions
Flowcharts Bell Ringer

Flashcard
•
7th - 12th Grade
9 questions
Intro to Programming - Functions

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

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

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade