Python

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Namal (ITNamal)
Used 14+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid Python identifier?
1variable
_variable
variable name
variable-name
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a valid naming convention for Python identifiers?
snake_case
PascalCase
camelCase
kebab-case
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the maximum length of a Python identifier?
32 characters
64 characters
128 characters
There is no maximum length
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a reserved word in Python and can be used as an identifier?
if
for
and
while
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is true about Python identifiers?
They are case-sensitive.
They can start with a digit.
They can contain special characters like @ or #.
They can be a Python built-in function name.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a built-in data type in Python?
int
float
string
array
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between a tuple and a list in Python?
Tuples are mutable, and lists are immutable.
Tuples are ordered, and lists are unordered.
Tuples are enclosed in parentheses, and lists are enclosed in square brackets.
Tuples can contain elements of different data types, while lists can only contain elements of the same data type.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
MYSQL

Quiz
•
12th Grade
18 questions
Computer Science (Python)

Quiz
•
9th Grade
15 questions
Data Types and Operations

Quiz
•
10th Grade
25 questions
GCSE Computer Science: Programming (Python)

Quiz
•
9th - 12th Grade
18 questions
Python Task

Quiz
•
12th Grade
15 questions
Python Quiz

Quiz
•
12th Grade
18 questions
Data Types - Arrays, Lists and Tuples

Quiz
•
12th Grade
19 questions
3.3.1/3.3.2 Levels of Programming Languages & Translators

Quiz
•
10th 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