Intro to CS Fall Sem. Final Review

Intro to CS Fall Sem. Final Review

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

82 questions

Show all answers

1.

FLASHCARD QUESTION

Front

To draw a rectangle 30 wide and 40 high you could use.....

Back

Rect(10, 20, 30, 40)

2.

FLASHCARD QUESTION

Front

As x increases, you head right. As y increases, you head

Back

Down

3.

FLASHCARD QUESTION

Front

Which rectangle has a right-bottom corner at (150, 100)? Options: Rect(70, 90, 150, 100), Rect(70, 90, 80, 10), Rect(70, 90, 30, 60), Rect(70, 90, 100, 150)

Back

Rect(70, 90, 80, 10)

4.

FLASHCARD QUESTION

Front

What is the correct code to draw a green square? Options: Rect(50, 50, 100, 100 fill='green'), Rect(50, 50, 100, 100, fill 'green'), Rect(50, 50, 100, 100, fill='green'), rect(50, 50, 100, 100, fill='green')

Back

Rect(50, 50, 100, 100, fill='green')

5.

FLASHCARD QUESTION

Front

What colour is the square which is on top of all the others?

Back

blue

6.

FLASHCARD QUESTION

Front

Which code draws a yellow square with a blue border?
Options: Rect(50, 50, 100, 100, fill='yellow', border='blue', border=12), Rect(50, 50, 100, 100, fill='yellow', border='blue', borderWidth=12), Rect(50, 50, 100, 100, fill='yellow' (border='blue', borderWidth=12)), Rect(50, 50, 100, 100, fill='yellow', border=blue, borderWidth=12)

Back

Rect(50, 50, 100, 100, fill='yellow', border='blue', borderWidth=12)

7.

FLASHCARD QUESTION

Front

Which rectangle has a dashed border? Options: Rect(50, 50, 100, 100, fill='cyan', border='navy', dashed='True'), Rect(50, 50, 100, 100, fill='cyan', border='navy', dashed=True), Rect(50, 50, 100, 100, fill='cyan', border='navy', dashes='True'), Rect(50, 50, 100, 100, fill='cyan', border='navy', dashes=True)

Back

Rect(50, 50, 100, 100, fill='cyan', border='navy', dashes=True)

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?