Search Header Logo

CS Python Fundamentals Quiz 3 Practice

Authored by Scott Chamberlain

Computers

9th - 12th Grade

Used 8+ times

CS Python Fundamentals Quiz 3 Practice
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 2 pts

What is an if statement specifically designed to do? Select ALL that apply.

Accept user input

Initialize a variable

Make a selection among choices

Evaluate true/false conditions

Repeat sections of code

2.

MATCH QUESTION

1 min • 5 pts

Match the following:

Not equal to

>=

Greater or equal to

%

Remainder without quotient

!=

Quotient without remainder

==

Equal to

//

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which line of code tests to see if x1 and x2 are not equal?

if (x1 == x2):

if (x1 <> x2):

if (x1 =! x2):

if (x1 != x2):

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is printed by this code?

1

2

3

nothing

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which condition performs a test to see whether an integer value is negative and odd?

if (x > 0 and x // 2 == 1):

if (x < 0 and x % 2 == 1):

if (x != 0 and x % 2 == 0):

if (x <> 0 and x / 2 == 0):

6.

MULTIPLE SELECT QUESTION

1 min • 3 pts

The variable food is a string. The code should be checking to see if the food equals pizza. Select ALL of the corrections needed to the following line of code:


if food = pizza

Change if to IF

Change = to !=

Change = to ==

Add : to the end of the line

Add "" around pizza

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How does the and relational operator work?

If any part of the statement is true, the entire statement is true

If any part of the statement is true, the entire statement is false

If any part of the statement is false, the entire statement is true

If any part of the statement is false, the entire statement is false

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?