Python Assessment 1

Python Assessment 1

Assessment

Flashcard

Computers

7th - 9th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

40 questions

Show all answers

1.

FLASHCARD QUESTION

Front

In the following expression which element is a comparison operator?
if a > b:
           print(a)

Back

>

2.

FLASHCARD QUESTION

Front

In Python an ELSE IF statement is represented as what?

Back

elif

3.

FLASHCARD QUESTION

Front

What is the meaning of the following comparison operator?
a > b

Back

Greater than

4.

FLASHCARD QUESTION

Front

What is the meaning of the following comparison operator?
a >= b

Back

Greater than or equal to

5.

FLASHCARD QUESTION

Front

What is the meaning of the following comparison operator?
a != b

Back

Not equal to

6.

FLASHCARD QUESTION

Front

What is the meaning of the following comparison operator?
a == b

Back

Equal to

7.

FLASHCARD QUESTION

Front

IF and ELSE are used when a program needs to make a what?

Back

Decision

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?