Which is the correct file extension for saving Python files?
Python L1 Concepts

Quiz
•
Computers
•
1st - 12th Grade
•
Hard
Jerry Xiao
Used 149+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
.txt
.scr
.py
No Extention
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the below statements is equal to:
sum = sum + number
sum = sum ++ number
sum += number
sum += sum + number
number += sum
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a valid ‘for’ loop?
for var in [1, 2, 3, 4]:
for var in range(1):
for var in range(1,2,3):
for var in range(1,2,3,4,5):
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a ‘count-controlled’ loop?
for
while
if
else
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a ‘condition-controlled’ loop?
for
while
if
else
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a valid ‘if’ statement?
if x < 5:
if x < 5 and x > 5:
if x = 5:
if x in [2, 3, 4]:
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does input() do?
It converts a value to a string
It allows a user to input data
It checks equality of what is input to the function
It executes python code that a user submits
Create a free account and access millions of resources
Similar Resources on Quizizz
40 questions
Latihan Materi Python

Quiz
•
10th Grade
35 questions
Year 9 - Programming in Python Assessment

Quiz
•
9th Grade
39 questions
PYTHON

Quiz
•
7th Grade
40 questions
Python-Unit-Test

Quiz
•
7th Grade
37 questions
Robotics-1-PythonBooksA

Quiz
•
9th - 12th Grade
39 questions
G12_End of Term2_Revision

Quiz
•
9th - 12th Grade
40 questions
SSW-NGS-G11-Exam JUN-PreTest-2023-2024

Quiz
•
11th Grade
45 questions
STRINGS

Quiz
•
11th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade