Python Iteration

Python Iteration

9th Grade

39 Qs

quiz-placeholder

Similar activities

Python - Coding Interpretation

Python - Coding Interpretation

9th Grade

35 Qs

Coding Technical Vocabulary

Coding Technical Vocabulary

6th - 12th Grade

37 Qs

Roblox Lanjutan (Bag. 7.1)

Roblox Lanjutan (Bag. 7.1)

9th Grade - University

35 Qs

Iterations, Loops and Efficiency

Iterations, Loops and Efficiency

9th - 12th Grade

35 Qs

Python procedures and functions

Python procedures and functions

8th - 10th Grade

35 Qs

Programming Concepts Quiz

Programming Concepts Quiz

9th - 12th Grade

35 Qs

Python

Python

KG - Professional Development

35 Qs

Python

Python

8th - 12th Grade

40 Qs

Python Iteration

Python Iteration

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Mr Abbas

Used 84+ 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?