Lesson 15 - Test 2

Lesson 15 - Test 2

5th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

MS CS: Module 6 Review

MS CS: Module 6 Review

6th - 8th Grade

17 Qs

Python Basics Quiz

Python Basics Quiz

6th - 10th Grade

15 Qs

Django #1 (basic)

Django #1 (basic)

1st Grade - Professional Development

15 Qs

Lesson 25 - datetime module

Lesson 25 - datetime module

5th - 8th Grade

10 Qs

August Quiz Python

August Quiz Python

6th - 12th Grade

20 Qs

Programming Knowledge Quiz (Medium)

Programming Knowledge Quiz (Medium)

5th Grade - Professional Development

10 Qs

Edublocks Python - Advanced level

Edublocks Python - Advanced level

4th - 9th Grade

10 Qs

Python II part, final test

Python II part, final test

5th - 8th Grade

15 Qs

Lesson 15 - Test 2

Lesson 15 - Test 2

Assessment

Quiz

Professional Development, Education

5th - 8th Grade

Hard

Created by

NotchUp .co

Used 24+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Total how many different type of loops are there in python?

0

1

2

3

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For checking some condition, What do we need to use?

Iterative statements

jumping statements

conditional statements

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to change the pen size, in turtle module?

pen()

size()

pensize()

sizepen()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For changing speed of drawing in turtle module, which function should be used?

exent()

steps()

move()

speed()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose we want to stop current iteration in a loop, what would be used?

break

continue

pass

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With which statement you can use break statement ?

condtional statement

iterative statement

declarative statement

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for I in range(2,2):, how many times this loop will execute ?

0

1

2

Infinite times

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?