CP M.6.1-6.6 Review

CP M.6.1-6.6 Review

11th Grade

12 Qs

quiz-placeholder

Similar activities

Lean Canvas Model Vocab & Nutrition Career Info

Lean Canvas Model Vocab & Nutrition Career Info

11th Grade

16 Qs

2D graphics

2D graphics

9th - 12th Grade

15 Qs

Java Script Pro

Java Script Pro

3rd Grade - University

10 Qs

Drawing in Perspective

Drawing in Perspective

9th - 12th Grade

9 Qs

ARCHIVO 5TO. PC

ARCHIVO 5TO. PC

11th - 12th Grade

10 Qs

Botany Course Syllabus Quiz

Botany Course Syllabus Quiz

9th - 12th Grade

11 Qs

Boelen E-learning : Getting to know you

Boelen E-learning : Getting to know you

9th - 12th Grade

10 Qs

QUIZ ANIMASI

QUIZ ANIMASI

11th Grade

10 Qs

CP M.6.1-6.6 Review

CP M.6.1-6.6 Review

Assessment

Quiz

Other

11th Grade

Easy

Created by

Marcia Bernas

Used 5+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are color codes stored as?

int

strings

floats

hex

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an acceptable way to create a color?

“(224, 117, 250)”

“ff00ff”

“RGB(224, 117, 250)”

red

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

import simplegui

draw(canvas):    

for i in range (10):  

canvas.draw_text("Hello", (10, 25 + 20*i), 12, "red")

frame = simplegui.create_

frame("Testing", 400, 400)

frame.set_draw_handler(draw) frame.start()

When this program runs, which value in which function determines the size of the text that is printed on the screen?

The “20*i” in canvas.draw_text("Hello", (10, 25 + 20*i), 12, "red")

The “10” in canvas.draw_text("Hello", (10, 25 + 20*i), 12, "red")

The “400” in simplegui.create_frame("Testing", 400, 400)

The “12” in canvas.draw_text("Hello", (10, 25 + 20*i), 12, "red")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

import simplegui

def draw(canvas):    

for i in range (7):   

canvas.draw_text("Hello there!", (10, 25 + 20*i), 15, "blue")

frame = simplegui.create_

frame("Testing", 400, 400)

frame.set_draw_handler(draw) frame.start()

When this program runs, how many times will "Hello there!" be printed?

1

7

10

15

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 4

for i in range(5):    

x = x * 2

print(x)

20

32

128

200

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are true about (x,y) points?

They start at the top right corner

They start at the top left corner

They start at the bottom right corner

They start at the bottom left corner

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The coordinate (1, 4) on this coordinate plane is located at point:

a

b

c

d

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?