Python Basics Review

Python Basics Review

Assessment

Flashcard

Computers

10th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

21 questions

Show all answers

1.

FLASHCARD QUESTION

Front

How would you create a program to display "Hello World!"?

Back

print("Hello World!")

2.

FLASHCARD QUESTION

Front

Which python operator means 'less than or equal to'? Options: >=, >, <, <=.

Back

<=

3.

FLASHCARD QUESTION

Front

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

Back

print

4.

FLASHCARD QUESTION

Front

What is a variable?

Back

A box(memory location) where you store values.

5.

FLASHCARD QUESTION

Front

What symbol is used in python to assign values to a variable?

Back

equals =

6.

FLASHCARD QUESTION

Front

What is the name of the programming language we are learning? Options: Scratch, Python, Pie thin, Scribble

Back

Python

7.

FLASHCARD QUESTION

Front

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

Back

Dave

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?