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

Đề cương tin dạng quizziz nha<3

Đề cương tin dạng quizziz nha<3

10th Grade

107 Qs

Y12 CS mmd PC2

Y12 CS mmd PC2

11th Grade

111 Qs

PLTW Computer Science

PLTW Computer Science

9th - 12th Grade

110 Qs

General Knowledge Quiz

General Knowledge Quiz

8th Grade - University

114 Qs

Tech Programming Concepts Quiz

Tech Programming Concepts Quiz

12th Grade

108 Qs

ICSE 9 Java computer applications final exam

ICSE 9 Java computer applications final exam

9th Grade

113 Qs

TIN11

TIN11

10th - 12th Grade

115 Qs

Java Exception Handling Quiz

Java Exception Handling Quiz

12th Grade

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