CS1: Unit 1-4 Review

CS1: Unit 1-4 Review

9th - 12th Grade

50 Qs

quiz-placeholder

Similar activities

Computer Programming 2nd Quarter Exam

Computer Programming 2nd Quarter Exam

11th Grade

47 Qs

python

python

6th - 9th Grade

46 Qs

XII Unit 3 ICT Skills Spreadsheet

XII Unit 3 ICT Skills Spreadsheet

12th Grade

50 Qs

QUIZ HTML, CSS, Framework, Bootstrap dan Laravel Dasar

QUIZ HTML, CSS, Framework, Bootstrap dan Laravel Dasar

12th Grade

50 Qs

Ciw Introduction to Cascade Style Sheets Technology

Ciw Introduction to Cascade Style Sheets Technology

9th - 12th Grade

50 Qs

CMU CS3

CMU CS3

10th Grade

46 Qs

CMU CS Academy Unit 3

CMU CS Academy Unit 3

10th Grade

46 Qs

Excel - Cumulative

Excel - Cumulative

9th Grade - Professional Development

45 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?