Python 01

Python 01

4th - 9th Grade

15 Qs

quiz-placeholder

Similar activities

quiz1_python

quiz1_python

6th - 11th Grade

11 Qs

Python Basics Quiz

Python Basics Quiz

6th - 10th Grade

15 Qs

ch.2 computer test

ch.2 computer test

8th Grade

16 Qs

Python foundation

Python foundation

5th Grade - University

10 Qs

Python Quiz -  Basics & Turtle

Python Quiz - Basics & Turtle

3rd - 8th Grade

12 Qs

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

Season 4 #Spaic Python Weekly Quiz

Season 4 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Variables

Variables

6th - 8th Grade

10 Qs

Python 01

Python 01

Assessment

Quiz

Other

4th - 9th Grade

Medium

Created by

codeJuniors codeJuniors

Used 33+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

Something to store Data

Math operator

A bug

Something that cannot be changed

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can this do?

input()

Allow code to run faster

Allow user to be able to enter something

Used to debug a code

The last line of the code

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which ARE not allowed for variables naming? (Choose 2!)

Lowercase

Uppercase

Starts with numbers

Have space in between

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False?

Python is case sensitive

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a data type that can only be true or false?

boolean

int

string

float

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Print the word: python

print("python")

print(python)

output("python")

_python

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Print the total for 5 add 5

print(5+5)

print(five + five)

print(sum(5))

print("5"+"5")

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?