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

iGCSE Computer Science Quiz 2020

iGCSE Computer Science Quiz 2020

9th - 10th Grade

108 Qs

Javascript

Javascript

7th Grade - Professional Development

105 Qs

CSP VoBowl

CSP VoBowl

9th - 12th Grade

109 Qs

Principles of Computer Science

Principles of Computer Science

12th Grade

110 Qs

0478 Test

0478 Test

10th Grade

108 Qs

CS I--Final Exam

CS I--Final Exam

9th - 12th Grade

106 Qs

Data Structure and Programming Techniques A level

Data Structure and Programming Techniques A level

12th Grade

107 Qs

1.1. Problem Solving: Algorithms_CS (1-9) Edexcel

1.1. Problem Solving: Algorithms_CS (1-9) Edexcel

10th - 12th Grade

110 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

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?