Carnegie CS1 Exit Ticket 1.1.1-2 Rect

Carnegie CS1 Exit Ticket 1.1.1-2 Rect

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

Processing Beginners Quiz

Processing Beginners Quiz

7th - 12th Grade

15 Qs

CS1CMU - U1_Basics

CS1CMU - U1_Basics

9th - 12th Grade

10 Qs

Event Handling

Event Handling

5th - 12th Grade

10 Qs

EME316 Quiz 02

EME316 Quiz 02

10th Grade - University

15 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python Syntax

Python Syntax

10th Grade

16 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

CMU Graphics Rectangles etc

CMU Graphics Rectangles etc

9th - 12th Grade

18 Qs

Carnegie CS1 Exit Ticket 1.1.1-2 Rect

Carnegie CS1 Exit Ticket 1.1.1-2 Rect

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Mr Minyard

Used 1+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the canvas made up of in the context of this course?

Lines and shapes

Text and numbers

Tiny colored points or pixels

Functions and variables

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What coordinates system is used to talk about pixels on the canvas?

(width, height)

(x,y)

(radius, diameter)

(length, breadth)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the coordinate of the left-top corner of the canvas in the coordinate system described?

(200, 200)

(0, 0)

(400, 400)

(100, 100)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python & cmu_graphics, as the X coordinate increases, in which direction do you move on the canvas?

Left

Up

Right

Down

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python & cmu_graphics, what happens to your position on the canvas as the Y coordinate increases?

You move to the left

You move upwards

You move to the right

You move downwards

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the middle of a 400x400 canvas?

(100, 100)

(200, 200)

(300, 300)

(400, 400)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the CMU (cmu_graphics) Python code 'Rect(10, 20, 30, 40)', what are the width and height of the rectangle drawn?

Width: 10, Height: 20

Width: 20, Height: 30

Width: 30, Height: 40

Width: 20, Height: 20

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?