Python

Python

8th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Dasar Algoritma dan Pemrograman p1

Dasar Algoritma dan Pemrograman p1

10th Grade

10 Qs

Variables in Python

Variables in Python

8th Grade

8 Qs

PYTHON 1

PYTHON 1

11th - 12th Grade

10 Qs

APCSA Unit 3 Review

APCSA Unit 3 Review

9th - 12th Grade

13 Qs

Unit 4 AP CSA Review

Unit 4 AP CSA Review

12th Grade

13 Qs

Basics of python

Basics of python

10th Grade - Professional Development

11 Qs

Quiz 15 - Array Basics

Quiz 15 - Array Basics

11th Grade

10 Qs

Quiz 16 - Arrays and Loops

Quiz 16 - Arrays and Loops

11th Grade

10 Qs

Python

Python

Assessment

Quiz

Computers

8th - 12th Grade

Hard

Created by

Timothy Little

Used 561+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To repeat a fixed number of times use a
while loop
for loop
if loop
indentation

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

5.

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

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Decides if a string only contains numbers
isalpha()
isnumeric()
int()
string()

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?