PLTW CSE Unit 3.1/3.2 Review (Python)

PLTW CSE Unit 3.1/3.2 Review (Python)

9th - 12th Grade

110 Qs

quiz-placeholder

Similar activities

CSE PLTW

CSE PLTW

9th - 12th Grade

110 Qs

CS 241 Practice Test Full Length

CS 241 Practice Test Full Length

9th Grade - University

109 Qs

IG1 U2L1-L5 Python

IG1 U2L1-L5 Python

9th Grade

108 Qs

HTML / CSS Test

HTML / CSS Test

9th - 12th Grade

111 Qs

hjkl;'lmknjbkhjvghchghlj;

hjkl;'lmknjbkhjvghchghlj;

11th Grade

113 Qs

Программирование

Программирование

9th - 12th Grade

112 Qs

Input Devices and Their Functions

Input Devices and Their Functions

12th Grade

112 Qs

Grade 9

Grade 9

7th - 9th Grade

108 Qs

PLTW CSE Unit 3.1/3.2 Review (Python)

PLTW CSE Unit 3.1/3.2 Review (Python)

Assessment

Quiz

Computers

9th - 12th Grade

Medium

CCSS
L.2.2C, 6.EE.B.6

Standards-aligned

Created by

Allison Marcroft

Used 19+ times

FREE Resource

110 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The bash tab is located in the.....

Top left corner of the page

the bottom of the page

The bottom right of the page

the top right of the page

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is another name for bash?

Bash 2.0

The Command Line

Integral

Bam

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Modulo do

Gives the difference of two numbers

Does simple arithmetic

Give the product when mutiplying

Returns the reminder when divding

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

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

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

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

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

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?