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

TIN11

TIN11

10th - 12th Grade

115 Qs

Java Exception Handling Quiz

Java Exception Handling Quiz

12th Grade

115 Qs

AM Final

AM Final

11th Grade

106 Qs

Year 11 - CS - Blended Learning 13 - Structure of Data

Year 11 - CS - Blended Learning 13 - Structure of Data

10th Grade

114 Qs

TIN11

TIN11

11th Grade

105 Qs

SPACE PYTHON TEST

SPACE PYTHON TEST

12th Grade

115 Qs

ICT benchmarking test  y6

ICT benchmarking test y6

7th - 9th Grade

106 Qs

ICSE 9 Java computer applications final exam

ICSE 9 Java computer applications final exam

9th Grade

113 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?