End of term assessment

End of term assessment

9th Grade

15 Qs

quiz-placeholder

Similar activities

Python variables and operators quiz

Python variables and operators quiz

9th - 12th Grade

20 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

PC1.8 Evaluate computer program

PC1.8 Evaluate computer program

9th Grade

10 Qs

Python Operators

Python Operators

9th Grade

20 Qs

Python Boolean and If

Python Boolean and If

9th - 12th Grade

10 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Program Development - Python: Code Basics 1

Program Development - Python: Code Basics 1

8th - 10th Grade

16 Qs

End of term assessment

End of term assessment

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Amani Musleh

Used 6+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

The best structure for implementing a multi-way decision in Python is:

if

if-else

if- elif- else

comparison operator

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which one of the following is a valid Python if statement

if x >= 5:

if (x >= 5)

if (x => 55)

if x >= 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Find the value returned by the logical operator in the following case

5 > 6 and 8 < 15

True

False

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Find the value returned by the logical operator in the following case

5>6 or 8<15

True

False

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Find the value returned by the logical operator in the following case

not 5>6

True

False

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Find the value returned by the logical operator in the following case

13<20 and 25>20

True

False

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Find the value returned by the logical operator in the following case

a=b=c=5 a+b>c and a+c>b or b+c>a

True

False

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?