Review Python

Quiz
•
Computers
•
12th Grade
•
Medium
Anne Schreiber
Used 12+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of variable is x = 15.8?
String
Float
Integer
Boolean
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to create a variable?
create.variable(‘x’)
x == 25
print (‘Create variable x=25’)
x = 25
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select the right statement:
25 < 8
3%3 == 1
5 + 2 > 6
33 - 9 < 10
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
which of the following options removes an element from a list called tower:
tower.append(“carrot”)
tower.pop(5)
tower[1]=”blue”
tower.insert(1,”orange”)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Python, we can create lists that include elements of many different types (floats, strings and integers)?
True
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the correct way of extracting the word “dog” from the list:
Animals= [“cat”,”dog”,”bird”]
Animals(2)
Animals[1]
Animals[2]
Animals(1)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Select the correct answer:
if a<b
print(a)
if a<b:
print(a)
if (a=b):
print(b)
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Python Intermediate Quiz (Including pygame)

Quiz
•
3rd - 12th Grade
20 questions
CS Python Fundamentals Test 9 PRACTICE

Quiz
•
9th - 12th Grade
20 questions
Exam on Lists - Python

Quiz
•
9th - 12th Grade
20 questions
Algorithm questions

Quiz
•
12th Grade - University
20 questions
Intro to Microsoft Access

Quiz
•
10th - 12th Grade
20 questions
Python - End of module assessment

Quiz
•
12th Grade
20 questions
Python 3 Review Part 1

Quiz
•
9th - 12th Grade
20 questions
HTML5 Basics

Quiz
•
6th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade