CSE Unit 3 (Python) Review

CSE Unit 3 (Python) Review

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

108 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does Modulo do?

Back

Returns the reminder when divding.

2.

FLASHCARD QUESTION

Front

What does the following code statement mean "from .models import Question"?

Back

The code statement allows the views.py file to access to your Question data type defined in the models.py file.

3.

FLASHCARD QUESTION

Front

To repeat a fixed number of times use a

Back

for loop

4.

FLASHCARD QUESTION

Front

To repeat until a particular condition is true use

Back

while loop

5.

FLASHCARD QUESTION

Front

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

Back

else

6.

FLASHCARD QUESTION

Front

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

Back

bool

7.

FLASHCARD QUESTION

Front

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

Back

list

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?