Python Basics

Python Basics

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

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

Back

print

2.

FLASHCARD QUESTION

Front

What is a variable?

Back

A box(memory location) where you store values.

3.

FLASHCARD QUESTION

Front

What symbol is used in python to assign values to a variable? Options: =, +, *, %

Back

=

4.

FLASHCARD QUESTION

Front

What will be the output?
name = 'Dave'
print (name)

Back

Dave

5.

FLASHCARD QUESTION

Front

What is a input?

Back

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

6.

FLASHCARD QUESTION

Front

What is an output?

Back

A piece of data that is shown on the screen.

7.

FLASHCARD QUESTION

Front

What syntax would you use to create a name variable? Options: name=input(), input=name, name=input{}, name=INPUT

Back

name=input()

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?