Python-Expressions#1

Quiz
•
Computers
•
12th Grade - University
•
Hard
Rafeeque PC
Used 67+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following is a proper arithmetic expression in Python?
10 (15 + 6)
(10 * 2) (4 + 8)
5 * (6 - 2)
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which of the following are valid assignment statements in which only variable k has already assigned a value?
n = k + 1
n = n + 1
n + k = 10
n + 1 = 1
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the following expression evaluates to ?
2 + 9 * ((3 * 12) - 8) / 10
27
27.2
28
30.8
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Evaluate the following expression in Python
2 * 3 ** 2
18
36
12
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Evaluate the following expression in Python?
24 // 4 // 4
1
2
24
1.5
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Evaluate the following arithmetic expression in Python ?
2 ** 2 ** 3
256
48
64
512
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Evaluate the following expression in Python?
2 + int(4.5)
6
6.5
7
Error
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python - Chpt 1 - Review

Quiz
•
9th - 12th Grade
10 questions
Exploring Python: Input and Output Essentials

Quiz
•
9th Grade - University
15 questions
Quiz on String

Quiz
•
12th Grade
15 questions
Python

Quiz
•
University
14 questions
Understanding Python Identifiers and Operators

Quiz
•
11th Grade - University
15 questions
PYTHON QUIZ - DAY 2

Quiz
•
University
10 questions
PYTHON PROGRAMMING POP QUIZ ON TOPIC 2!

Quiz
•
University
14 questions
Understanding Python Basics

Quiz
•
8th Grade - University
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
9/11 Experience and Reflections

Interactive video
•
10th - 12th 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
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade