Logic operators, code identification and constants in Python

Logic operators, code identification and constants in Python

9th Grade

17 Qs

quiz-placeholder

Similar activities

AP CSP Exam Review: Big Idea 3

AP CSP Exam Review: Big Idea 3

8th - 10th Grade

15 Qs

Excel CH 5 & 6

Excel CH 5 & 6

9th - 12th Grade

20 Qs

Year 8 Microbit quiz

Year 8 Microbit quiz

8th - 9th Grade

20 Qs

Semester Review

Semester Review

9th - 12th Grade

16 Qs

Introduction to Computers

Introduction to Computers

9th - 12th Grade

20 Qs

Google

Google

7th - 12th Grade

12 Qs

1.1.5 CSE Iteration and Loops

1.1.5 CSE Iteration and Loops

9th - 12th Grade

14 Qs

Logic operators, code identification and constants in Python

Logic operators, code identification and constants in Python

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Vernon Leigh

Used 7+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression `5 > 3 and 7 < 10`?

Both of the above

False

True

Neither of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax for the NOT operator in Python?

x not y

not x

y not x

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the expression `not (4 != 4)`?

None of the above

Both of the above

True

False

4.

LABELLING QUESTION

1 min • 1 pt

Drag the labels to the correct locations on the code.

c
d
a
b
e
f

Assignment

A floating point variable

'is the same as'

A constant

An integer

An inbuilt string function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, what does the `or` operator do?

Returns true if at least one of the conditions is met

Returns true if only both of the conditions are met

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the expression `(True and False) or (False and True)` evaluate to?

True

False

Both of the above

Neither of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, what does the `and` operator do?

Returns true if both conditions are met

Returns false if both conditions are met

Returns true if at least one condition it met

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?