Python Inputs

Python Inputs

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Loops in Python

Loops in Python

7th - 11th Grade

15 Qs

Lord Bill's Year 7 Python Quiz

Lord Bill's Year 7 Python Quiz

6th - 8th Grade

13 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

Python

Python

7th - 8th Grade

10 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Python Inputs

Python Inputs

Assessment

Quiz

Computers

7th - 8th Grade

Medium

Created by

Mark Christensen

Used 810+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

What is the word (command) used to display numbers and text on the screen?

print

show

output

command

2.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

What can be used to store information and values so that it can be used later?

Graphic

Variable

Print

Output

3.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

What will be the output?

name = 'Dave'

print (name)

name

print

Dave

error

4.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

What would print (10 + 16) produce?

10

16

24

26

5.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

What is a input?

To plug in something.

A function that allows us to ask the user to enter some data.

Data displayed on a screen.

A function

6.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

name=input("What is your name? ")

print("Your name is " + name)

What will be displayed if the user types in "Bob"?

Your name is name

name

Bob

Your name is Bob

7.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

What, if anything, is wrong with the following?

input("Type your password: ")

There is no variable

Input commands don't need ( )

Input commands don't need " "

Nothing is wrong

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?