Python Unit 2 Quiz 2

Quiz
•
Computers
•
9th - 12th Grade
•
Medium

Gerri McCann
Used 25+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following code:
x = 3
y = 5
z = 2
print(y ** z + z)
What is output?
12
17
25
27
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following code:
x = 3
y = - 4
z = 1
print( x + y * y )
2
-2
19
5
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What output is produced by:
x = 19.29428347
x = x * 100
num = int(x)
print(num)
19.2943
19
1929
19.29
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which line of code is necessary for random numbers to work in Python?
import random
import integer
x = randomint
x = int(input("Enter a number"))
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a Python Command?
int
str
input
dec
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is output?
print(7 % 4)
0
1
2
3
4
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is output?
print(8 % 4)
0
1
2
3
4
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Bài 32 - Ôn tập lập trình Python

Quiz
•
10th Grade
15 questions
Python Basics

Quiz
•
KG - University
17 questions
"switch" Java Statement - 1

Quiz
•
9th - 10th Grade
16 questions
Arithmetic Types Declare Initialize Relation Logical Ops

Quiz
•
9th Grade - University
15 questions
ASK T3-STRUKTUR KOD ARAHAN

Quiz
•
9th Grade
13 questions
Python Iteration

Quiz
•
10th Grade
12 questions
Compound Operators in Java

Quiz
•
9th - 12th Grade
10 questions
Python - kl. 8

Quiz
•
7th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade