Python   Inputs

Python Inputs

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Google Aptitude Test

Google Aptitude Test

KG - University

10 Qs

Inspire - AI Trivia

Inspire - AI Trivia

11th Grade

10 Qs

Parcial-Dibujo

Parcial-Dibujo

12th Grade

10 Qs

Chapter 3 Exploring Linux Filesystems

Chapter 3 Exploring Linux Filesystems

11th Grade - University

10 Qs

Cyber Security

Cyber Security

1st - 10th Grade

10 Qs

8525 AQA GCSE  3.1.1 Pseudo-code

8525 AQA GCSE 3.1.1 Pseudo-code

10th - 11th Grade

14 Qs

Programs and Variables in Code and Play

Programs and Variables in Code and Play

5th - 9th Grade

7 Qs

After Effect Intoduction

After Effect Intoduction

10th Grade - University

15 Qs

Python   Inputs

Python Inputs

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Gustavo Perez

Used 45+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What, if anything, is wrong with the following?

x=input("Type your password: ")

print("You typed " + x)

The variable should be switched with the input command

You can't use + in print statements

You can't print x

Nothing is wrong

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

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

Graphic

Variable

print

output

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What, if anything, is wrong with the following?

x=input("Type your password: ")

print("You typed", x)

The variable should be switched with the input command

You can't use commas in print statements

You can't print x

Nothing is wrong

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What, if anything, is wrong with the following?

input=x("Type your password: ")

print(x)

The variable should be switched with the input command

Input commands don't need ( )

You can't print x

Nothing is wrong

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

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

print

show

output

command

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

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

3 mins • 1 pt

What would print (10 + 16) produce?

10

16

24

26

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?