CS Python Fundamentals Quiz 6 Review

CS Python Fundamentals Quiz 6 Review

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Intermediate Python

Intermediate Python

9th - 11th Grade

15 Qs

C Programming Concepts

C Programming Concepts

10th Grade

15 Qs

KS3 Computing -- Iteration: FOR or WHILE?

KS3 Computing -- Iteration: FOR or WHILE?

7th - 9th Grade

10 Qs

Loops in Java

Loops in Java

9th - 12th Grade

12 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

KG - University

10 Qs

While Loop in python

While Loop in python

9th - 12th Grade

6 Qs

Small Basic Quiz

Small Basic Quiz

7th - 9th Grade

12 Qs

Edhesive Python Unit 4: Test Review

Edhesive Python Unit 4: Test Review

10th - 11th Grade

10 Qs

CS Python Fundamentals Quiz 6 Review

CS Python Fundamentals Quiz 6 Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Scott Chamberlain

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The point graphed at (4,8) is labeled ...

A

B

C

D

E

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The point graphed at (12,2) is labeled as ...

A

B

C

D

E

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

The point labeled C is graphed at which location?

(9,8)

(8,9)

(9,10)

(10,9)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python function is best for drawing a triangle?

draw_polygon

draw_line

draw_circle

draw_triangle

5.

MATCH QUESTION

1 min • 1 pt

Given the following command, match the letter of the parameter to the information it represents:

canvas.draw_circle([A, B], C, D, E)

center y coordinate

D

radius

C

center x coordinate

A

fill color

B

line color

E

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, as well as other programming languages, when would you NOT use a "for" loop?

When there is a fixed begin and end value controlling a loop

When you know how many times you want a block of code to execure

When a user-entered value is used as a loop control variable

When you include the "range" function in your loop control statement

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

According to the code block pictured here, which drawing is the correct result?

Media Image
Media Image
Media Image
Media Image

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?