CS Python Fundamentals Quiz 6 Review

CS Python Fundamentals Quiz 6 Review

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

LEGO Ev3 Robotics

LEGO Ev3 Robotics

5th - 12th Grade

15 Qs

Computer Programming: Graphics

Computer Programming: Graphics

8th - 11th Grade

11 Qs

Code.org Unit 3

Code.org Unit 3

9th - 12th Grade

14 Qs

Python Functions

Python Functions

12th Grade

15 Qs

Loops in Java

Loops in Java

9th - 12th Grade

12 Qs

TLAC Summary: 1. The Prison Break

TLAC Summary: 1. The Prison Break

12th Grade

9 Qs

Block Coding

Block Coding

3rd - 9th Grade

9 Qs

Logic Circuits Equation

Logic Circuits Equation

9th - 12th Grade

15 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 x coordinate

A

line color

C

center y coordinate

B

fill color

D

radius

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?