End of term assessment

End of term assessment

9th Grade

15 Qs

quiz-placeholder

Similar activities

1.TR - Alg i Prog - 09 - Relacijsk i logički operatori, ispis, u

1.TR - Alg i Prog - 09 - Relacijsk i logički operatori, ispis, u

9th Grade

11 Qs

Python Unit 3 Review

Python Unit 3 Review

9th Grade

20 Qs

python IF part1

python IF part1

9th Grade

14 Qs

python 9A2.

python 9A2.

9th Grade

15 Qs

Python Boolean and If

Python Boolean and If

9th - 12th Grade

10 Qs

Program Development - Python: Code Basics 1

Program Development - Python: Code Basics 1

8th - 10th Grade

16 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

Python variables and operators quiz

Python variables and operators quiz

9th - 12th Grade

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