CS1: Unit 1-4 Review

CS1: Unit 1-4 Review

9th - 12th Grade

50 Qs

quiz-placeholder

Similar activities

CMU CS3 Unit 5

CMU CS3 Unit 5

10th Grade

46 Qs

CMU CS3 Academy Unit 5

CMU CS3 Academy Unit 5

10th Grade

46 Qs

HTML,CSS

HTML,CSS

3rd Grade - University

50 Qs

СSS (основи) + HTML

СSS (основи) + HTML

12th Grade

47 Qs

1ST QTR LESSON

1ST QTR LESSON

10th Grade

46 Qs

gr9css4thqtr

gr9css4thqtr

9th Grade

45 Qs

Cascading Style Sheets

Cascading Style Sheets

9th - 12th Grade

50 Qs

CMU CS Quiz Review

CMU CS Quiz Review

10th Grade

46 Qs

CS1: Unit 1-4 Review

CS1: Unit 1-4 Review

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Linda Pchelka

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default size of the canvas?

200 x 200

300 x 300

400 x 400

500 x 500

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In (x, y) coordinates, where do y values increase?

Left

Right

Up

Down

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function draws a rectangle with a green fill?

Rect(left, top, width, height, fill='green')

Rect(left, top, width, height, color='green')

DrawRectangle(left, top, width, height, fill='green')

DrawRectangular(left, top, width, height, fill='green')

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default fill color if not specified?

Red

Blue

Green

Black

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default border for shapes?

Green

Red

None

Blue

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you draw a rectangle with a green border and a border width of 4?

Rect(left, top, width, height, border='green')

Rect(left, top, width, height, border='green', borderWidth=4)

Rect(left, top, width, height, borderColor='green', borderWidth=4)

Rect(left, top, width, height, border='green', borderSize=4)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value for dashes when drawing a shape with a border?

True

False

1

2

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?