Python

Quiz
•
Computers
•
9th Grade
•
Medium
Manzoor Ahmd
Used 5+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What do we use variables for?
To store data
Print data
Produce functions
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Evaluate
5 * 3 ** 2 + 3
33
48
Error
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What would be printed to the screen?
x, y, z = "Orange", "Banana", "Cherry"
print(z)
Orange
Banana
Cherry
Orange, Banana, Cherry
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be printed to the screen?
x = 5
y = "John"
print (x + y)
5 + John
Syntax error - you cannot add str and int together
John
JohnJohnJohnJohnJohn
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In the following code, what value will be assigned to the variable "cat"?
mouse, cat, dog = "small", "medium", "large"
small, medium, large
small
medium
large
Nothing, that operation will throw an error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In python the ' boolean' data type can be defined as...?
holds alphanumerical data
holds whole numbers
holds a number with a decimal point
holds either true or false
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
print(9>2 and 6<=6)
TRUE
FALSE
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Python Review

Quiz
•
9th - 12th Grade
10 questions
Unit 1 Post Test: Basic Python

Quiz
•
9th - 12th Grade
16 questions
Python - Variables and Input

Quiz
•
1st - 10th Grade
15 questions
Python - Chpt 1 - Review

Quiz
•
9th - 12th Grade
15 questions
ASK F2 -KOD ARAHAN (PYTHON)

Quiz
•
1st Grade - University
15 questions
Programación

Quiz
•
7th - 9th Grade
18 questions
Computer Science (Python)

Quiz
•
9th Grade
15 questions
Python Basics Quiz

Quiz
•
9th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade