CS Python Fundamentals Quiz 6 Review

CS Python Fundamentals Quiz 6 Review

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

C# Loops (All)

C# Loops (All)

9th - 12th Grade

15 Qs

S3 Scratch Revision 1

S3 Scratch Revision 1

10th Grade

10 Qs

Lets see what you know

Lets see what you know

1st Grade - Professional Development

14 Qs

Blockly Assessment

Blockly Assessment

6th - 9th Grade

15 Qs

SLO Pre/Post Test - code.org - L8,9,10,12 -P

SLO Pre/Post Test - code.org - L8,9,10,12 -P

9th - 12th Grade

10 Qs

Python Iteration

Python Iteration

10th Grade

13 Qs

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

Python Programming - Iteration

Python Programming - Iteration

9th Grade

12 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)

radius

D

center x coordinate

C

line color

E

center y coordinate

A

fill color

B

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?