Python Inputs

Python Inputs

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Basic Python Print statement and variable ceations

Basic Python Print statement and variable ceations

7th - 12th Grade

15 Qs

Python

Python

7th - 8th Grade

12 Qs

Python - Programming Constructs - KS3 Y9

Python - Programming Constructs - KS3 Y9

8th - 9th Grade

15 Qs

python

python

3rd Grade - University

12 Qs

ПрирУЧИ Python. Повторение 1 занятия

ПрирУЧИ Python. Повторение 1 занятия

8th Grade

12 Qs

Python

Python

6th Grade - University

15 Qs

Programming concepts: Revision

Programming concepts: Revision

4th - 9th Grade

15 Qs

Викторина на пайтон

Викторина на пайтон

7th Grade

10 Qs

Python Inputs

Python Inputs

Assessment

Quiz

Computers

7th - 8th Grade

Medium

Created by

Mark Christensen

Used 833+ 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?