Python Iteration

Python Iteration

9th Grade

39 Qs

quiz-placeholder

Similar activities

Python Basics Set 1

Python Basics Set 1

9th - 10th Grade

40 Qs

Python: Control Structures Review

Python: Control Structures Review

9th Grade - University

34 Qs

Python Quiz

Python Quiz

5th - 12th Grade

40 Qs

Beginner Course 1 Final Quiz

Beginner Course 1 Final Quiz

6th - 12th Grade

38 Qs

Introduction to Programming Unit 1: AP CSP

Introduction to Programming Unit 1: AP CSP

9th - 12th Grade

37 Qs

PYTHON Quiz 2 LPU SUMMER SCHOOL

PYTHON Quiz 2 LPU SUMMER SCHOOL

9th - 12th Grade

41 Qs

arrays loops functions temp

arrays loops functions temp

9th - 12th Grade

43 Qs

Cyber Skill 2023

Cyber Skill 2023

9th - 12th Grade

42 Qs

Python Iteration

Python Iteration

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Mr Abbas

Used 86+ times

FREE Resource

39 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To repeat until a particular condition is true use
while loop
for loop
if loop
indentation

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The second part of if, that is executed when the condition is false
if
else
for
input

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Data type that can only be true or false
int
string
bool
float

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A variable that can hold a collection of values, often called an array in other programming languages
list
int
string
constant

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The character that must be at the end of the line for if, while, for etc.
:
;
.
,

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Tells the interpreter that the code which follows is a function
const
int
def
while

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Converts a number to a string
str()
int()
parseInt()
convert

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?